MAKES VISIBLE THE 3D OBJECT NUMBER N
ACTION
The command 3D_SHOW N makes visible the 3D object designated by its number N.
Remark: to be visible is the normal state of a 3D object at creation.
SYNTAX:
3D_SHOW N
USE ERROR EXAMPLE
rem create a 3D world
scene3d 1
rem resize the 3D world
width 1,300:height 1,300
rem create a sphere with radius=0.5
3d_sphere 1, 0.5
rem wait for 1 second
wait 1000
rem hides the sphere
3d_hide 1
rem wait for 2 seconds
wait 2000
rem show it again
3d_show 1
3D_SHOW
3D_SHOW N
SEE ALSO
3D_HIDE