Home
last modified time | relevance | path

Searched refs:GetGltf (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/
H A Dintf_graphics_context.h79 virtual IGltf2& GetGltf() const = 0;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/
H A Dgraphics_context.h71 IGltf2& GetGltf() const override;
H A Dgraphics_context.cpp348 IGltf2& GraphicsContext::GetGltf() const in GetGltf() function in GraphicsContext
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_asset_loader.cpp394 auto& gltf = graphicsContext_.GetGltf(); in LoadGltfEntityCollection()
419 auto& gltf = graphicsContext_.GetGltf(); in ImportSceneFromGltf()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp426 auto& gltf = graphicsContext_.GetGltf(); in LoadGltfEntityCollection()
451 auto& gltf = graphicsContext_.GetGltf(); in ImportSceneFromGltf()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp457 auto gltf = graphicsContext_->GetGltf().LoadGLTF(info.fileName_); in LoadAndImport()
468 auto importer = graphicsContext_->GetGltf().CreateGLTF2Importer(ecs); in LoadAndImport()
491 importedSceneEntity = graphicsContext_->GetGltf().ImportGltfScene( in LoadAndImport()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp3644 auto& gltf = graphicsContext_->GetGltf();

Completed in 12 milliseconds