Back to class index
| Ray::posSyntaxfloat4 Ray::pos; [1 line of code]Specifies the origin of this ray. Syntaxfloat4 Ray::dir; [1 line of code]The normalized direction vector of this ray. Note For proper functionality, this direction vector needs to always be normalized. If you set to this member manually, remember to make sure you only assign normalized direction vectors. |