chore(git): 更新.gitignore文件以包含更多Python和项目特定文件 - 添加Python相关忽略规则(__pycache__、.pyc等) - 添加虚拟环境相关忽略(venv、env等) - 添加IDE相关忽略(.vscode、.idea等) - 添加C++/CMake相关忽略(CMakeFiles、Makefile等) - 添加Panda3D/RenderPipeline特定忽略(.bam、.egg等) - 添加样本和测试模型相关忽略 - 添加操作系统特定文件忽略 - 移除旧的忽略规则并重新组织结构 ```
15 lines
531 B
Markdown
15 lines
531 B
Markdown
## Render Pipeline Samples
|
|
|
|
The samples are not included in this repository to keep the size small.
|
|
|
|
#### Automatic Download (recommended)
|
|
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:
|
|
<a href="https://github.com/tobspr/RenderPipeline-Samples
|
|
">https://github.com/tobspr/RenderPipeline-Samples</a>
|
|
|
|
After downloading, place the downloaded contents in this folder to run the samples.
|