Class CoordinateSystemDemo
java.lang.Object
eu.svjatoslav.sixth.e3d.examples.essentials.CoordinateSystemDemo
Demo displaying coordinate system axes using 3D arrows.
This demo illustrates the Sixth 3D coordinate system with three colored arrows originating from the origin (0,0,0), each pointing along a positive axis direction:
- Red arrow — +X axis (points RIGHT)
- Green arrow — +Y axis (points DOWN visually)
- Blue arrow — +Z axis (points AWAY from viewer)
A reference grid at Y=0 provides spatial context. Text labels identify each axis.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CoordinateSystemDemo
public CoordinateSystemDemo()
-
-
Method Details
-
main
Entry point for the coordinate system demo.- Parameters:
args- command line arguments (ignored)
-