MAKES VISIBLE THE 3D AXES IN THE 3D TARGET OBJECT (SCENE3D)
ACTION
The command AXES_SHOW makes visible the 3D world axes belonging to the 3D target object (SCENE3D).
X axis is in red color, Y axis is in green color, Z axis is in blue color.
SYNTAX:
AXES_SHOW
USE ERROR EXAMPLE
rem create a 3D world
scene3d 1
rem show the 3D axis
axes_show
rem for 2 seconds
wait 2000
rem then hide the 3D axis
axes_hide
AXES_SHOW
AXES_SHOW
SEE ALSO
AXES_HIDE