1
0
forked from Rowland/EG
EG/RenderPipelineFile/samples
2025-08-13 09:30:16 +08:00
..
00-Loading the pipeline Initial commit 2025-08-13 09:30:16 +08:00
01-Material-Demo Initial commit 2025-08-13 09:30:16 +08:00
02-Roaming-Ralph Initial commit 2025-08-13 09:30:16 +08:00
03-Lights Initial commit 2025-08-13 09:30:16 +08:00
04-Material-Blending Initial commit 2025-08-13 09:30:16 +08:00
05-Quboid Initial commit 2025-08-13 09:30:16 +08:00
06-Car Initial commit 2025-08-13 09:30:16 +08:00
07-Shading-Models Initial commit 2025-08-13 09:30:16 +08:00
08-Terrain Initial commit 2025-08-13 09:30:16 +08:00
09-Benchmark Initial commit 2025-08-13 09:30:16 +08:00
10-Plugin-Showcase-AO Initial commit 2025-08-13 09:30:16 +08:00
11-Instancing Initial commit 2025-08-13 09:30:16 +08:00
.gitignore Initial commit 2025-08-13 09:30:16 +08:00
download_samples.py Initial commit 2025-08-13 09:30:16 +08:00
README.md Initial commit 2025-08-13 09:30:16 +08:00

Render Pipeline Samples

The samples are not included in this repository to keep the size small.

You can run python download_samples.py to automatically download the samples.

Manual Download

If you want to manually download the samples (for whatever reason), you can find them here: https://github.com/tobspr/RenderPipeline-Samples

After downloading, place the downloaded contents in this folder to run the samples.