SET THE WIDTH OF THE 3D_LINE OBJECT NUMBER N
ACTION
The command 3D_LINE_WIDTH N,W set the width W in pixels of the 3D_LINE number N.
Remark: in a SCENE3D, the width of a 3D_LINE does not depend on its distance to the camera : its aspect remains the same.
At creation of a 3D_LINE, the width is 1.
SYNTAX:
3D_LINE_WIDTH N,W
USE ERROR EXAMPLE
rem create a 3D world
scene3d 1
rem create the first point of a line
3d_line 1,0,0,0
rem create the second point of the line
3d_line 1,1,0,0
rem set the width of line to 5
3d_line_width 1,5
3D_LINE_WIDTH
3D_LINE_WIDTH N,W
SEE ALSO
3D_COLOR
3D_DELETE
3D_DELETE_ALL
3D_HIDE
3D_SHOW
3D_TARGET_IS