GltfFile
class GltfFile(val asset: GltfAsset?, val scene: Int?, val scenes: List<GltfScene>, val nodes: List<GltfNode>, val meshes: List<GltfMesh>, val accessors: List<GltfAccessor>, val materials: List<GltfMaterial>, val bufferViews: List<GltfBufferView>, val buffers: List<GltfBuffer>, val images: List<GltfImage>?, val textures: List<GltfTexture>?, val samplers: List<GltfSampler>?, val animations: List<GltfAnimation>?, val skins: List<GltfSkin>?, val extensions: GltfExtensions?, val cameras: List<GltfCamera>?)(source)
Constructors
Link copied to clipboard
constructor(asset: GltfAsset?, scene: Int?, scenes: List<GltfScene>, nodes: List<GltfNode>, meshes: List<GltfMesh>, accessors: List<GltfAccessor>, materials: List<GltfMaterial>, bufferViews: List<GltfBufferView>, buffers: List<GltfBuffer>, images: List<GltfImage>?, textures: List<GltfTexture>?, samplers: List<GltfSampler>?, animations: List<GltfAnimation>?, skins: List<GltfSkin>?, extensions: GltfExtensions?, cameras: List<GltfCamera>?)