Home
last modified time | relevance | path

Searched refs:hasTangents (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h121 bool hasTangents = false; in CORE3D_BEGIN_NAMESPACE() member
H A Dmesh_builder.cpp1179 submesh.hasTangents = true; in SetVertexData()
1207 if (!submesh.hasNormals || (submesh.info.tangents && !submesh.hasTangents)) { in SetIndexData()
1655 … (!submesh.hasNormals || !submesh.hasUv0 || (submesh.info.tangents && !submesh.hasTangents))) { in GenerateMissingAttributes()
1702 if (submesh.info.tangents && !submesh.hasTangents) { in GenerateMissingAttributes()
1712 submesh.hasTangents = true; in GenerateMissingAttributes()