Home
last modified time | relevance | path

Searched refs:gltfData (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2.cpp73 Entity Gltf2::ImportGltfScene(size_t sceneIndex, const IGLTFData& gltfData, const GLTFResourceData&… in ImportGltfScene() argument
78 const GLTF2::Data& data = static_cast<const GLTF2::Data&>(gltfData); in ImportGltfScene()
H A Dgltf2.h50 CORE_NS::Entity ImportGltfScene(size_t sceneIndex, const IGLTFData& gltfData,
H A Dgltf2_importer.cpp3532 if (auto* gltfData = sceneData->GetData()) { in ImportResources() local
3533 importer_->ImportGLTF(*gltfData, flags); in ImportResources()
3559 if (auto* gltfData = sceneData->GetData()) { in ImportResources() local
3562 importer_->ImportGLTFAsync(*gltfData, flags, this); in ImportResources()
3643 if (auto* gltfData = sceneData->GetData()) { in ImportScene() local
3646 sceneIndex, *gltfData, importer_->GetResult().data, ecs_, parentEntity, flags); in ImportScene()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/
H A Dgltf.h332 virtual CORE_NS::Entity ImportGltfScene(size_t sceneIndex, const IGLTFData& gltfData,