MetaCoreEngineV2/samples
赵豪 0455dc6a8a ```
chore(git): 更新.gitignore文件以包含更多Python和项目特定文件

- 添加Python相关忽略规则(__pycache__、.pyc等)
- 添加虚拟环境相关忽略(venv、env等)
- 添加IDE相关忽略(.vscode、.idea等)
- 添加C++/CMake相关忽略(CMakeFiles、Makefile等)
- 添加Panda3D/RenderPipeline特定忽略(.bam、.egg等)
- 添加样本和测试模型相关忽略
- 添加操作系统特定文件忽略
- 移除旧的忽略规则并重新组织结构
```
2026-01-13 17:34:08 +08:00
..
.gitignore ``` 2026-01-13 17:34:08 +08:00
download_samples.py ``` 2026-01-13 17:34:08 +08:00
orbit_alt_drag.py ``` 2026-01-13 17:34:08 +08:00
README.md ``` 2026-01-13 17:34:08 +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.