Description
Computes a new scale matrix performing a scaling along the x,y and z axes and multiplies the current model transform matrix by the scale matrix.
Syntax
Sub RFDrawTools.GLScale(x As Single, y As Single, z As Single)
The GLScale syntax has these parts:
| Part | Description |
|---|---|
| x | [IN] Single Required. Scale factor along the X axis. |
| y | [IN] Single Required. Scale factor along the Y axis. |
| z | [IN] Single Required. Scale factor along the Z axis. |
Remarks
Note