Description
Sets the current normal vector.
Syntax
Sub RFDrawTools.GLNormal(x As Single, y As Single, z As Single)
The GLNormal syntax has these parts:
| Part | Description |
|---|---|
| x | [IN] Single Required. X coordinate of the current normal vector. |
| y | [IN] Single Required. Y coordinate of the current normal vector. |
| z | [IN] Single Required. Z coordinate of the current normal vector. |
Remarks
Note