| Package | Description |
|---|---|
| de.javagl.jgltf.model |
Classes for loading and accessing glTF data.
|
| de.javagl.jgltf.model.gl |
Classes for modeling OpenGL rendering techniques.
|
| de.javagl.jgltf.model.gl.impl |
Implementations of the
de.javagl.jgltf.model.gl classes. |
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| de.javagl.jgltf.model.v1 |
Implementations for the
GltfModel classes,
based on glTF 1.0. |
| de.javagl.jgltf.model.v2 |
Implementations for the
GltfModel classes,
based on glTF 2.0. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AccessorModel
Interface for a data accessor
|
interface |
AnimationModel
Interface for an animation
|
interface |
BufferModel
Interface for a buffer of a glTF asset
|
interface |
BufferViewModel
Interface for a buffer view, which represents a slice of a
BufferModel |
interface |
CameraModel
An interface for a camera that is attached to a
NodeModel |
interface |
ImageModel
Interface for an image in a glTF asset
|
interface |
MaterialModel
Interface for a material model
|
interface |
MeshModel
Interface for a mesh that is part of a glTF asset
|
interface |
NodeModel
Interface for a node that is part of a scene hierarchy
|
interface |
SceneModel
Interface for a scene that was read from a glTF asset
|
interface |
SkinModel
Interface for a skin of a glTF asset
|
interface |
TextureModel
Interface for a texture in a glTF asset
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProgramModel
Interface for a program that consists of a vertex- and fragment
ShaderModel |
interface |
ShaderModel
Interface for a shader
|
interface |
TechniqueModel
Interface for a rendering technique.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProgramModel
Implementation of a
ProgramModel |
class |
DefaultShaderModel
Implementation of a
ShaderModel |
class |
DefaultTechniqueModel
Implementation of a
TechniqueModel |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNamedModelElement
Abstract base implementation of the
NamedModelElement interface. |
class |
DefaultAccessorModel
Implementation of an
AccessorModel |
class |
DefaultAnimationModel
Implementation of an
AnimationModel |
class |
DefaultBufferModel
Implementation of a
BufferModel |
class |
DefaultBufferViewModel
Implementation of a
BufferViewModel |
class |
DefaultCameraModel
Implementation of a
CameraModel |
class |
DefaultImageModel
Implementation of a
ImageModel |
class |
DefaultMeshModel
Implementation of a
MeshModel |
class |
DefaultNodeModel
Implementation of a
NodeModel |
class |
DefaultSceneModel
Implementation of a
SceneModel |
class |
DefaultSkinModel
Implementation of a
SkinModel |
class |
DefaultTextureModel
Implementation of a
TextureModel |
| Modifier and Type | Class and Description |
|---|---|
class |
MaterialModelV1
Implementation of a
MaterialModel for glTF 1.0. |
| Modifier and Type | Class and Description |
|---|---|
class |
MaterialModelV2
Implementation of a
MaterialModel for glTF 2.0. |
Copyright © 2022. All Rights Reserved.