Back to class index
| Ray::posSyntaxfloat3 Ray::pos; [1 line of code]Specifies the origin of this ray. Syntaxfloat3 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. Leave a Comment |