Structure containing information about the the raycast intersection point. More...
#include <Inventor/oivAlgebraicShape.h>
Public Attributes | |
| vec3 | position |
| vec3 | normal |
| vec4 | color |
Structure containing information about the the raycast intersection point.
Definition at line 19 of file oivAlgebraicShape.h.
| vec4 OivASPoint::color |
Definition at line 22 of file oivAlgebraicShape.h.
| vec3 OivASPoint::normal |
Definition at line 21 of file oivAlgebraicShape.h.
| vec3 OivASPoint::position |
Definition at line 20 of file oivAlgebraicShape.h.