3ds Max C++ API Reference
|
This is the complete list of members for ITangentsComputationCallback, including all inherited members.
GetNormal(Point3 &normal, const int faceIndex, const int vertexIndex)=0 | ITangentsComputationCallback | pure virtual |
GetNumberOfFaces() const =0 | ITangentsComputationCallback | pure virtual |
GetNumberVerticesOfFace(const int faceIndex) const =0 | ITangentsComputationCallback | pure virtual |
GetTexture(Point2 &texture, const int faceIndex, const int vertexIndex)=0 | ITangentsComputationCallback | pure virtual |
GetVertex(Point3 &vertex, const int faceIndex, const int vertexIndex)=0 | ITangentsComputationCallback | pure virtual |
SetTangent(const Point3 &tangent, const Point3 &binormal, const float handedness, const int faceIndex, const int vertexIndex)=0 | ITangentsComputationCallback | pure virtual |
~ITangentsComputationCallback() | ITangentsComputationCallback | inlineprotectedvirtual |