orthographic

Help Contents Graphics Window Control orthographic
unperspective setEye

orthographic


command to change the viewing mode from central perspective to parallel perspective.

Parallel perspective might be necessary for construction plans.

Example:

clearScreen
perspective
axes
setpc "red
perspective
orthographic	;comment this out to see the change!
for [x -1000 1000 200][for [y -1000 1000 200][for [z -1000 1000 200]
[penup setXYZ x y z pendown sphere 50]]]

Examples:

References:

unperspective setEye