Package eu.svjatoslav.sixth.e3d.examples
Class WindingOrderDemo
java.lang.Object
eu.svjatoslav.sixth.e3d.examples.WindingOrderDemo
Demo to test winding order and backface culling documentation.
Creates one triangle with CCW winding (front face) following the docs:
- upper-center → lower-left → lower-right
- Backface culling enabled
Expected: green triangle visible (CCW = front face).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WindingOrderDemo
public WindingOrderDemo()Creates a new WindingOrderDemo instance.
-
-
Method Details
-
main
Entry point for the winding order demo.- Parameters:
args- command line arguments (ignored)
-