|
Blender
V2.59
|
Public Attributes | |
| float * | precomputedFaceNormals |
| MTFace * | mtface |
| MFace * | mface |
| MVert * | mvert |
| float(* | orco )[3] |
| float(* | tangent )[4] |
| int | numFaces |
Definition at line 2494 of file DerivedMesh.c.
Definition at line 2498 of file DerivedMesh.c.
Referenced by DM_add_tangent_layer(), GetNormal(), GetNumVertsOfFace(), GetPosition(), and GetTextureCoordinate().
Definition at line 2497 of file DerivedMesh.c.
Referenced by DM_add_tangent_layer(), and GetTextureCoordinate().
Definition at line 2499 of file DerivedMesh.c.
Referenced by DM_add_tangent_layer(), GetNormal(), and GetPosition().
Definition at line 2502 of file DerivedMesh.c.
Referenced by DM_add_tangent_layer(), and GetNumFaces().
| float(* SGLSLMeshToTangent::orco)[3] |
Definition at line 2500 of file DerivedMesh.c.
Referenced by DM_add_tangent_layer(), and GetTextureCoordinate().
Definition at line 2496 of file DerivedMesh.c.
Referenced by DM_add_tangent_layer(), and GetNormal().
| float(* SGLSLMeshToTangent::tangent)[4] |
Definition at line 2501 of file DerivedMesh.c.
Referenced by DM_add_tangent_layer(), and SetTSpace().