public interface GltfModel extends ModelElement
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AccessorModel> |
getAccessorModels()
Returns an unmodifiable view on the list of
AccessorModel
instances that have been created for the glTF. |
java.util.List<AnimationModel> |
getAnimationModels()
Returns an unmodifiable view on the list of
AnimationModel
instances that have been created for the glTF. |
AssetModel |
getAssetModel()
Returns the
AssetModel that contains information
about the asset that is represented with this model. |
java.util.List<BufferModel> |
getBufferModels()
Returns an unmodifiable view on the list of
BufferModel
instances that have been created for the glTF. |
java.util.List<BufferViewModel> |
getBufferViewModels()
Returns an unmodifiable view on the list of
BufferViewModel
instances that have been created for the glTF. |
java.util.List<CameraModel> |
getCameraModels()
Returns an unmodifiable view on the list of
CameraModel
instances that have been created for the glTF. |
ExtensionsModel |
getExtensionsModel()
Returns the
ExtensionsModel that summarizes information
about the extensions that are used in the glTF. |
java.util.List<ImageModel> |
getImageModels()
Returns an unmodifiable view on the list of
ImageModel
instances that have been created for the glTF. |
java.util.List<MaterialModel> |
getMaterialModels()
Returns an unmodifiable view on the list of
MaterialModel
instances that have been created for the glTF. |
java.util.List<MeshModel> |
getMeshModels()
Returns an unmodifiable view on the list of
MeshModel
instances that have been created for the glTF. |
java.util.List<NodeModel> |
getNodeModels()
Returns an unmodifiable view on the list of
NodeModel
instances that have been created for the glTF. |
java.util.List<SceneModel> |
getSceneModels()
Returns an unmodifiable view on the list of
SceneModel
instances that have been created for the glTF. |
java.util.List<SkinModel> |
getSkinModels()
Returns an unmodifiable view on the list of
SkinModel
instances that have been created for the glTF. |
java.util.List<TextureModel> |
getTextureModels()
Returns an unmodifiable view on the list of
TextureModel
instances that have been created for the glTF. |
getExtensions, getExtrasjava.util.List<AccessorModel> getAccessorModels()
AccessorModel
instances that have been created for the glTF.AccessorModel instancesjava.util.List<AnimationModel> getAnimationModels()
AnimationModel
instances that have been created for the glTF.AnimationModel instancesjava.util.List<BufferModel> getBufferModels()
BufferModel
instances that have been created for the glTF.BufferModel instancesjava.util.List<BufferViewModel> getBufferViewModels()
BufferViewModel
instances that have been created for the glTF.BufferViewModel instancesjava.util.List<CameraModel> getCameraModels()
CameraModel
instances that have been created for the glTF.CameraModel instancesjava.util.List<ImageModel> getImageModels()
ImageModel
instances that have been created for the glTF.ImageModel instancesjava.util.List<MaterialModel> getMaterialModels()
MaterialModel
instances that have been created for the glTF.MaterialModel instancesjava.util.List<MeshModel> getMeshModels()
MeshModel
instances that have been created for the glTF.MeshModel instancesjava.util.List<NodeModel> getNodeModels()
NodeModel
instances that have been created for the glTF.NodeModel instancesjava.util.List<SceneModel> getSceneModels()
SceneModel
instances that have been created for the glTF.SceneModel instancesjava.util.List<SkinModel> getSkinModels()
SkinModel
instances that have been created for the glTF.SkinModel instancesjava.util.List<TextureModel> getTextureModels()
TextureModel
instances that have been created for the glTF.TextureModel instancesExtensionsModel getExtensionsModel()
ExtensionsModel that summarizes information
about the extensions that are used in the glTF.ExtensionsModelAssetModel getAssetModel()
AssetModel that contains information
about the asset that is represented with this model.AssetModelCopyright © 2024. All Rights Reserved.