Home
last modified time | relevance | path

Searched refs:hasNormals (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h119 bool hasNormals = false; member
H A Dmesh_builder.cpp1134 submesh.hasNormals = true; in SetVertexData()
1206 if (!submesh.hasNormals || (submesh.info.tangents && !submesh.hasTangents)) { in SetIndexData()
1653 (!submesh.hasNormals || !submesh.hasUv0 || (submesh.info.tangents && !submesh.hasTangents))) { in GenerateMissingAttributes()
1665 (submesh.hasNormals ? 0 : submesh.info.vertexCount * sizeof(Math::Vec3)) + in GenerateMissingAttributes()
1674 if (!submesh.hasNormals) { in GenerateMissingAttributes()
1683 submesh.hasNormals = true; in GenerateMissingAttributes()

Completed in 7 milliseconds