Class RandomPolygonsDemo

java.lang.Object
eu.svjatoslav.sixth.e3d.examples.RandomPolygonsDemo

public class RandomPolygonsDemo extends Object
Demo showing 1000 randomly positioned and colored triangles in 3D space. Demonstrates the engine's ability to render many semi-transparent polygons with proper depth sorting.
  • Constructor Details

    • RandomPolygonsDemo

      public RandomPolygonsDemo()
      Creates a new RandomPolygonsDemo instance.
  • Method Details

    • main

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