Searched defs:nodeEntity (Results 1 – 3 of 3) sorted by relevance
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
| D | gltf2_exporter.cpp | 2254 const auto nodeEntity = node.GetEntity(); in IsExportable() local 2315 void AttachMesh(IEcs const& ecs, const Entity nodeEntity, Node& exportNode, decltype(Data::meshes)&… in AttachMesh() 2329 void AttachCamera(IEcs const& ecs, const Entity nodeEntity, Node& exportNode, decltype(Data::camera… in AttachCamera() 2345 …IEcs const& ecs, const Entity nodeEntity, Node& exportNode, decltype(Data::lights)& lightArray, En… in AttachLight() 2382 …IEcs const& ecs, const Entity nodeEntity, Node& exportNode, decltype(Data::skins)& skinArray, Enti… in AttachSkin() 2416 const auto nodeEntity = node.GetEntity(); in RecursivelyExportNode() local
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
| D | weather_system.cpp | 136 IEcs& ecs, IGraphicsContext& graphicsContext, const Entity& nodeEntity) in CreateSimulationResourcesForEntity()
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
| D | scene_util.cpp | 338 IEcs& ecs, IGraphicsContext& graphicsContext, const Entity& nodeEntity) in CreateReflectionPlaneObjectFromEntity() 401 void SceneUtil::CreateReflectionPlaneComponent(IEcs& ecs, const Entity& nodeEntity) in CreateReflectionPlaneComponent()
|