Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp2279 auto const nodeEntity = node.GetEntity(); in IsExportable() local
2340 void AttachMesh(IEcs const& ecs, const Entity nodeEntity, Node& exportNode, decltype(Data::meshes)&… in AttachMesh()
2354 void AttachCamera(IEcs const& ecs, const Entity nodeEntity, Node& exportNode, decltype(Data::camera… in AttachCamera()
2370 …IEcs const& ecs, const Entity nodeEntity, Node& exportNode, decltype(Data::lights)& lightArray, En… in AttachLight()
2407 …IEcs const& ecs, const Entity nodeEntity, Node& exportNode, decltype(Data::skins)& skinArray, Enti… in AttachSkin()
2441 auto const nodeEntity = node.GetEntity(); in RecursivelyExportNode() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp317 IEcs& ecs, IGraphicsContext& graphicsContext, const Entity& nodeEntity) in CreateReflectionPlaneObjectFromEntity()
379 void SceneUtil::CreateReflectionPlaneComponent(IEcs& ecs, const Entity& nodeEntity) in CreateReflectionPlaneComponent()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp2627 auto nodeEntity = node->GetEntity(); in CreateMultiMeshInstance() local