Package eu.svjatoslav.sixth.e3d.examples.benchmark
package eu.svjatoslav.sixth.e3d.examples.benchmark
Graphics benchmark components for measuring the Sixth 3D engine's rendering performance.
The benchmark suite includes:
GraphicsBenchmark- Main benchmark runnerBenchmarkTest- Interface for test implementationsSolidCubesTest- Solid-color cube rendering testTexturedCubesTest- Textured cube rendering testWireframeCubesTest- Wireframe cube rendering testStarGridTest- Billboard (glowing point) rendering test
-
ClassDescriptionInterface for a single benchmark test.Automated graphics benchmark that tests the engine's rendering performance.Benchmark test for solid opaque cubes with dynamic lighting.Benchmark test for solid-color cubes.Benchmark test for glowing point (star) billboards.Holds the results of a single benchmark test.A cube composed of textured polygons.Benchmark test for textured cubes.Benchmark test for wireframe cubes.