Home
last modified time | relevance | path

Searched refs:VERTEX_TANGENT_ATTRIBUTE (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/RenderData/
Ddemo_TrianglesRenderData.cpp174 if ( m_VertexAttributes & VERTEX_TANGENT_ATTRIBUTE ) in CreateArrays()
358 if ( m_VertexAttributes & VERTEX_TANGENT_ATTRIBUTE ) in SetPackedArraysSize()
436 if ( m_VertexAttributes & VERTEX_TANGENT_ATTRIBUTE ) in UpdateBuffers()
660 if ( ( m_VertexAttributes & VERTEX_TANGENT_ATTRIBUTE ) && ( index < m_VerticesNum ) ) in SetTangent()
883 if ( m_VertexAttributes & VERTEX_TANGENT_ATTRIBUTE ) in EnableVertexAttributes()
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/
Ddemo_Sphere.cpp125 if ( m_VertexAttributes & demo::VERTEX_TANGENT_ATTRIBUTE ) in InitializeSphere()
Ddemo_Cube.cpp192 if ( m_VertexAttributes & demo::VERTEX_TANGENT_ATTRIBUTE ) in InitializeCube()
Ddemo_Cylinder.cpp168 if ( m_VertexAttributes & demo::VERTEX_TANGENT_ATTRIBUTE ) in InitializeCylinder()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/RenderData/
Ddemo_TrianglesRenderData.h40 VERTEX_TANGENT_ATTRIBUTE = (1 << 4) //!< Tangent attributes of the vertex attributes enumerator