Description
Computes a new translate matrix performing the translation specified x,y, and z vector and multiplies the current model transform matrix by the transformation matrix.
Syntax
Sub RFDrawTools.GLTranslate(x As Single, y As Single, z As Single)
The GLTranslate syntax has these parts:
| Part | Description |
|---|---|
| x | [IN] Single Required. X coordinate of translation vector. |
| y | [IN] Single Required. Y coordinate of translation vector. |
| z | [IN] Single Required. Z coordinate of translation vector. |
Remarks
Note