globalScale

Scales up or down by a factor in 'global' coordinates.

Parameters

s

the scale factor


fun globalScale(sx: Float, sy: Float, sz: Float): Node3D

Scales up or down by a factor in 'global' coordinates.

Parameters

sx

the x-scale factor

sy

the y-scale factor

sz

the z-scale factor


The global scale of the Node3D. If you want to set the x,y properties of this Vec3f then use the globalScaleX, globalScaleY, globalScaleZ properties of this Node3D.