The demos discussed here are installed as part of the GLScene library. Demos are for benchmarking GLScene and assert performance progress (or minimize performance regression).
Megacube - By: unknown Date: unknown
Demonstrates drawing many cubes
Displays a high number of shaded cubes arranged in a cubic array:
Benchmarks raw geometrical and T&L power (no texturing here)
CVS:
CVS/Demos/bench/megacube∞
Mega Glass Cube - By: unknown Date: unknown
Demonstrates drawing many transparent cubes
Displays a high number of shaded transparent cubes arranged in a cubic array
Benchmarking same as megacube but with emphasis on transparency and depth sorting
CVS:
CVS/Demos/bench/megaglasscube∞
Whirlwind - By: unknown Date: unknown
Demonstrates
TGLParticles
Displays a whirlwind-shaped particle systems (via
TGLParticles, looks ugly):
Benchmarks particle systems and GLScene object management (not even shading is used here)
CVS:
CVS/Demos/bench/whirlwind∞