Searched defs:exportNode (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_exporter.cpp | 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() 2383 void AttachParent(const ISceneNode& node, const IEcs& ecs, Scene& scene, Node& exportNode, uint32_t… in AttachParent() 2407 …IEcs const& ecs, const Entity nodeEntity, Node& exportNode, decltype(Data::skins)& skinArray, Enti… in AttachSkin() 2443 auto& exportNode = GetNode(data.nodes, nodeIndex); in RecursivelyExportNode() local
|