Package eu.svjatoslav.sixth.e3d.examples
Class RandomPolygonsDemo
java.lang.Object
eu.svjatoslav.sixth.e3d.examples.RandomPolygonsDemo
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
RandomPolygonsDemo
public RandomPolygonsDemo()Creates a new RandomPolygonsDemo instance.
-
-
Method Details
-
main
Entry point for the random polygons demo.- Parameters:
args- command line arguments (ignored)
-