#include <RobMeshNormalsTriangle.hxx>
Inheritance diagram for RayGina::CORE::RobMeshNormalsTriangle:

Public Member Functions | |
| RobMeshNormalsTriangle (RobMesh *newMesh, RUInt32 newTriangleIndex) | |
| const RVec3r | getNormal (RRay *ray) |
| get the normal from the object according to the given ray | |
|
||||||||||||
|
Definition at line 12 of file RobMeshNormalsTriangle.hxx. |
|
|
get the normal from the object according to the given ray returns the normal from the surface according to the last intersection tes with the given ray THE GIVEN RAY MUST BE THE SAME LIKE THE ONE YOU PERFORMED THE LAST INTESECTION TEST WITH THE OBJECT!! Reimplemented from RayGina::CORE::RobMeshTriangle. Definition at line 14 of file RobMeshNormalsTriangle.hxx. |
1.3.9.1