SHRINKS OR STRETCHES THE 3D OBJECT NUMBER N OF CY ALONG ITS Y AXIS
ACTION
The command 3D_Y_SCALE scales the 3D object designated by its number N, along its own Y axis, by the coefficient CY.
The own Y axis of the 3D object is the axis of the object which was parallel to the world Y axis when the 3D object was created.
If CY=1, no scale is made.
If CY>1, the 3D object is streched on its Y axis.
If CY<1, the 3D object is shrinked on its Y axis.
SYNTAX:
3D_Y_SCALE N,CY
USE ERROR EXAMPLE
rem create a 3D world
scene3d 1
rem resize the 3D world
width 1,300:height 1,300
rem place the camera
cam_position 5,10,10
rem create a sphere
3d_sphere 1,2
rem wait for 1 second
wait 1000
rem turn it into an ovoid
3d_y_scale 1,3
3D_Y_SCALE
3D_Y_SCALE N,CY
SEE ALSO
3D_X_SCALE
3D_Z_SCALE