Blender V2.61 - r43446
|
Public Attributes | |
float * | precomputedFaceNormals |
MTFace * | mtface |
MFace * | mface |
MVert * | mvert |
float(* | orco )[3] |
float(* | tangent )[4] |
int | numFaces |
Definition at line 1650 of file DerivedMesh.c.
Definition at line 1654 of file DerivedMesh.c.
Referenced by DM_add_tangent_layer(), GetNormal(), GetNumVertsOfFace(), GetPosition(), and GetTextureCoordinate().
Definition at line 1653 of file DerivedMesh.c.
Referenced by DM_add_tangent_layer(), and GetTextureCoordinate().
Definition at line 1655 of file DerivedMesh.c.
Referenced by DM_add_tangent_layer(), GetNormal(), and GetPosition().
Definition at line 1658 of file DerivedMesh.c.
Referenced by DM_add_tangent_layer(), and GetNumFaces().
float(* SGLSLMeshToTangent::orco)[3] |
Definition at line 1656 of file DerivedMesh.c.
Referenced by DM_add_tangent_layer(), and GetTextureCoordinate().
Definition at line 1652 of file DerivedMesh.c.
Referenced by DM_add_tangent_layer(), and GetNormal().
float(* SGLSLMeshToTangent::tangent)[4] |
Definition at line 1657 of file DerivedMesh.c.
Referenced by DM_add_tangent_layer(), and SetTSpace().