A collection of OpenGL Samples, work in progress
Usage:
OpenGL Sample: GLSample [OPTION...]
GLSample options:
-h, --help helper information.
-d, --debug Enable Debug View. (default: true)
-t, --time arg How long to run sample (default: 0)
-f, --fullscreen Run in FullScreen Mode
-v, --vsync Vertical Blank Sync
-g, --opengl-version arg OpenGL Version (default: -1)
-F, --filesystem arg FileSystem (default: .)
-r, --renderdoc Enable RenderDoc
-G, --gamma-correction Enable Gamma Correction
-W, --width arg Set Window Width (default: -1)
-H, --height arg Set Window Height (default: -1)
-D, --display arg Display (default: -1)
-m, --multi-sample arg Set MSAA (default: 0)
-
Simple Reflection
-
Terrain
-
Shadow Map Variance
-
Shadow Volume
-
Cascading Shadow
-
Contact Shadow
-
MipMap Visual
- Multipass
-
Physical Based Rendering
-
Panoramic(Samples/Panoramic/)
-
Ocean
-
Ray Tracing
-
Support Vector Machine
-
Compute Group Visual
git submodule update --init --recursive
mkdir build && cd build
cmake ..
make
make DownloadAsset
This project is licensed under the GPL+3 License - see the LICENSE file for details