Class ShapeGalleryDemo

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

public class ShapeGalleryDemo extends Object
Gallery demo showcasing all available 3D shapes in the Sixth 3D engine.

This demo displays a 7x2 grid of shapes organized by type (columns) and rendering style (rows). The top row shows solid polygon shapes, and the bottom row shows wireframe shapes. Each column represents a different shape type.

Features:

  • Orbiting colored lights for dynamic lighting demonstration
  • Floor grid showing the layout structure
  • Text labels identifying each shape type
  • Constructor Details

    • ShapeGalleryDemo

      public ShapeGalleryDemo()
  • Method Details

    • main

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