Skip navigation links
B C D I M N O S V 

B

BufferStrategy - Enum in de.javagl.jgltf.obj
An enumeration of strategies for the creation of Buffer instances when converting an OBJ file into a glTF asset.

C

convert(ReadableObj, Map<String, Mtl>, String, URI) - Method in class de.javagl.jgltf.obj.v2.ObjGltfAssetCreatorV2
Convert the given OBJ into a GltfAssetV2.
convertToByteBuffer(IntBuffer, int) - Static method in class de.javagl.jgltf.obj.IntBuffers
Convert the given input buffer to a byte buffer that contains the data of the input buffer, converted to elements with the given element size.
create(URI) - Method in class de.javagl.jgltf.obj.v1.ObjGltfAssetCreatorV1
Create a GltfAssetV1 from the OBJ file with the given URI
create(URI) - Method in class de.javagl.jgltf.obj.v2.ObjGltfAssetCreatorV2
Create a GltfAssetV2 from the OBJ file with the given URI

D

de.javagl.jgltf.obj - package de.javagl.jgltf.obj
 
de.javagl.jgltf.obj.v1 - package de.javagl.jgltf.obj.v1
 
de.javagl.jgltf.obj.v2 - package de.javagl.jgltf.obj.v2
 

I

IntBuffers - Class in de.javagl.jgltf.obj
Utility methods related to IntBuffer instances

M

main(String[]) - Static method in class de.javagl.jgltf.obj.ObjToGltf
The entry point of this application
MtlMaterialHandlerV2 - Class in de.javagl.jgltf.obj.v2
A class for providing Material instances that are used when converting an OBJ into a glTF asset.

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

ObjGltfAssetCreatorV1 - Class in de.javagl.jgltf.obj.v1
A class for creating GltfAssetV1 objects from OBJ files
ObjGltfAssetCreatorV1() - Constructor for class de.javagl.jgltf.obj.v1.ObjGltfAssetCreatorV1
Default constructor
ObjGltfAssetCreatorV1(BufferStrategy) - Constructor for class de.javagl.jgltf.obj.v1.ObjGltfAssetCreatorV1
Creates a new glTF model creator
ObjGltfAssetCreatorV2 - Class in de.javagl.jgltf.obj.v2
A class for creating GltfAssetV2 objects from OBJ files
ObjGltfAssetCreatorV2() - Constructor for class de.javagl.jgltf.obj.v2.ObjGltfAssetCreatorV2
Default constructor
ObjGltfAssetCreatorV2(BufferStrategy) - Constructor for class de.javagl.jgltf.obj.v2.ObjGltfAssetCreatorV2
Creates a new glTF model creator
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.v1.ObjGltfAssetCreatorV1
For testing and debugging: Assign random colors to the parts that are created when splitting the OBJ data
setAssigningRandomColorsToParts(boolean) - Method in class de.javagl.jgltf.obj.v2.ObjGltfAssetCreatorV2
For testing and debugging: Assign random colors to the parts that are created when splitting the OBJ data
setBufferStrategy(BufferStrategy) - Method in class de.javagl.jgltf.obj.v1.ObjGltfAssetCreatorV1
Set the BufferStrategy to use
setBufferStrategy(BufferStrategy) - Method in class de.javagl.jgltf.obj.v2.ObjGltfAssetCreatorV2
Set the BufferStrategy to use
setIndicesComponentType(int) - Method in class de.javagl.jgltf.obj.v1.ObjGltfAssetCreatorV1
Set the component type for the indices of the MeshPrimitives
setIndicesComponentType(int) - Method in class de.javagl.jgltf.obj.v2.ObjGltfAssetCreatorV2
Set the component type for the indices of the MeshPrimitives

V

valueOf(String) - Static method in enum de.javagl.jgltf.obj.BufferStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.javagl.jgltf.obj.BufferStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
B C D I M N O S V 
Skip navigation links

Copyright © 2022. All Rights Reserved.