Class CoordinateSystemDemo

java.lang.Object
eu.svjatoslav.sixth.e3d.examples.essentials.CoordinateSystemDemo

public class CoordinateSystemDemo extends Object
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:
  • SolidPolygonArrow
  • ForwardOrientedTextBlock
  • Constructor Details

    • CoordinateSystemDemo

      public CoordinateSystemDemo()
  • Method Details

    • main

      public static void main(String[] args)
      Entry point for the coordinate system demo.
      Parameters:
      args - command line arguments (ignored)