Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
Dgltf2_exporter.cpp2254 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/
Dweather_system.cpp136 IEcs& ecs, IGraphicsContext& graphicsContext, const Entity& nodeEntity) in CreateSimulationResourcesForEntity()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
Dscene_util.cpp338 IEcs& ecs, IGraphicsContext& graphicsContext, const Entity& nodeEntity) in CreateReflectionPlaneObjectFromEntity()
401 void SceneUtil::CreateReflectionPlaneComponent(IEcs& ecs, const Entity& nodeEntity) in CreateReflectionPlaneComponent()