Searched defs:nodeEntity (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_exporter.cpp | 2279 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 D | scene_util.cpp | 317 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 D | scene_holder.cpp | 2627 auto nodeEntity = node->GetEntity(); in CreateMultiMeshInstance() local
|