Home
last modified time | relevance | path

Searched defs:meshHandle (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp670 Entity MeshUtil::GenerateEntity(const IEcs& ecs, const string_view name, Entity meshHandle) in GenerateEntity() argument
697 const Entity meshHandle = GenerateCubeMesh(ecs, name, material, width, height, depth); in GenerateCube() local
703 const Entity meshHandle = GeneratePlaneMesh(ecs, name, material, width, depth); in GeneratePlane() local
710 const Entity meshHandle = GenerateSphereMesh(ecs, name, material, radius, rings, sectors); in GenerateSphere() local
717 const Entity meshHandle = GenerateConeMesh(ecs, name, material, radius, length, sectors); in GenerateCone() local
724 const Entity meshHandle = GenerateTorus() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp2345 auto const meshHandle = meshManager->Get(nodeEntity).mesh; in AttachMesh() local

Completed in 7 milliseconds