Searched defs:cameraEntity (Results 1 – 5 of 5) sorted by relevance
83 auto cameraEntity = core->GetEntity(BatteryStatsInfo::CONSUMPTION_TYPE_CAMERA); in CalculateForCommon() local187 auto cameraEntity = core->GetEntity(BatteryStatsInfo::CONSUMPTION_TYPE_CAMERA); in GetPowerForCommon() local
295 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()
778 auto cameraEntity = statsCore->GetEntity(BatteryStatsInfo::CONSUMPTION_TYPE_CAMERA); variable
1388 Entity cameraEntity { INVALID_ENTITY }; in ProcessScene() local1843 const Entity cameraEntity = cameraMgr_->GetEntity(id); in ProcessCameras() local2285 const Entity cameraEntity = ProcessScene(renderConfig); in FetchFullScene() local
485 for (auto const cameraEntity : entities.withCamera) { in ExportGltfCameras() local