JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
M
N
O
S
C
create(URI)
- Method in class de.javagl.jgltf.obj.model.
ObjGltfModelCreator
Create a
GltfModel
from the OBJ file with the given URI
D
de.javagl.jgltf.obj
- package de.javagl.jgltf.obj
de.javagl.jgltf.obj.model
- package de.javagl.jgltf.obj.model
M
main(String[])
- Static method in class de.javagl.jgltf.obj.
ObjToGltf
The entry point of this application
N
normalize(FloatBuffer)
- Static method in class de.javagl.jgltf.obj.
ObjNormals
Normalize the normals in the given buffer, which is assumed to contain the (x,y,z) coordinates of the normals.
O
ObjGltfModelCreator
- Class in
de.javagl.jgltf.obj.model
A class for creating
GltfModel
objects from OBJ files
ObjGltfModelCreator()
- Constructor for class de.javagl.jgltf.obj.model.
ObjGltfModelCreator
Default constructor
ObjNormals
- Class in
de.javagl.jgltf.obj
Utility methods for correcting the length of normals that have been read from an OBJ file.
ObjToGltf
- Class in
de.javagl.jgltf.obj
A class for converting OBJ files to glTF
ObjToGltf()
- Constructor for class de.javagl.jgltf.obj.
ObjToGltf
S
setAssigningRandomColorsToParts(boolean)
- Method in class de.javagl.jgltf.obj.model.
ObjGltfModelCreator
For testing and debugging: Assign random colors to the parts that are created when splitting the OBJ data
setIndicesComponentType(int)
- Method in class de.javagl.jgltf.obj.model.
ObjGltfModelCreator
Set the component type for the indices of the
MeshPrimitiveModel
objects
setOneMeshPerPrimitive(boolean)
- Method in class de.javagl.jgltf.obj.model.
ObjGltfModelCreator
Set whether each mesh primitive should be in its own mesh, assigned to its own node
setTechniqueBasedMaterials(boolean)
- Method in class de.javagl.jgltf.obj.model.
ObjGltfModelCreator
Set whether technique-based (glTF 1.0) materials should be created
C
D
M
N
O
S
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2022. All Rights Reserved.