Home
last modified time | relevance | path

Searched defs:cameraEntity (Results 1 – 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
Dpicking.cpp295 Math::Vec3 Picking::ScreenToWorld(IEcs const& ecs, Entity cameraEntity, Math::Vec3 screenCoordinate… in ScreenToWorld()
316 Math::Vec3 Picking::WorldToScreen(IEcs const& ecs, Entity cameraEntity, Math::Vec3 worldCoordinate)… in WorldToScreen()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
Drender_system.cpp1388 Entity cameraEntity { INVALID_ENTITY }; in ProcessScene() local
1843 const Entity cameraEntity = cameraMgr_->GetEntity(id); in ProcessCameras() local
2285 const Entity cameraEntity = ProcessScene(renderConfig); in FetchFullScene() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
Dgltf2_exporter.cpp485 for (auto const cameraEntity : entities.withCamera) { in ExportGltfCameras() local