Searched defs:sceneIndex (Results 1 – 4 of 4) sorted by relevance
73 Entity Gltf2::ImportGltfScene(size_t sceneIndex, const IGLTFData& gltfData, const GLTFResourceData&… in ImportGltfScene()
2306 Entity ImportScene(IDevice& device, size_t sceneIndex, const GLTF2::Data& data, in ImportScene()3624 Entity Gltf2SceneImporter::ImportScene(size_t sceneIndex) in ImportScene()3629 Entity Gltf2SceneImporter::ImportScene(size_t sceneIndex, SceneImportFlags flags) in ImportScene()3634 Entity Gltf2SceneImporter::ImportScene(size_t sceneIndex, Entity parentEntity) in ImportScene()3639 Entity Gltf2SceneImporter::ImportScene(size_t sceneIndex, Entity parentEntity, SceneImportFlags fla… in ImportScene()
454 size_t sceneIndex = loadResult_.data->GetDefaultSceneIndex(); in ImportSceneFromGltf() local
483 size_t sceneIndex = gltf.data->GetDefaultSceneIndex(); in LoadAndImport() local