Base class for all scalable object proxies. More...

Public Member Functions | |
| ScalableProxyBase (const ScalableProxyBase &p) | |
| DelayedDispatch | set_scale (float scale) |
| Set the scale of the object to scale, uniformly along all three axes. | |
| DelayedDispatch | set_scale (float x_scale, float y_scale, float z_scale) |
| Set the object's scale along the three different axes. | |
Base class for all scalable object proxies.
| DelayedDispatch set_scale | ( | float | scale | ) | [inline] |
Set the scale of the object to scale, uniformly along all three axes.
The scaling is performed along the local axes of the object.
| DelayedDispatch set_scale | ( | float | x_scale, | |
| float | y_scale, | |||
| float | z_scale | |||
| ) |
Set the object's scale along the three different axes.
The scaling is performed along the local axes of the object.
1.7.1