Syntax
enum ProjectionMode;
Description
defines whether the 3D objects are to be
drawn in perspective or parallel projection.
Values Summary
|
PARALLEL |
the 3D objects are drawn in the parallel projection.
|
|
PERSPECTIVE |
the 3D objects are drawn in the perspective projection.
|
|
Values Details
|
|
Syntax
PARALLEL,
Description
the 3D objects are drawn in the parallel projection.
Syntax
PERSPECTIVE,
Description
the 3D objects are drawn in the perspective projection.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.