fix(yaml): 添加UTF-8编码参数以正确读取YAML文件 当打开YAML文件时指定UTF-8编码,确保文件能够正确解析, 避免因编码问题导致的读取错误。 refactor(gitignore): 注释掉特定文件扩展名的忽略规则 将 *.txo.pz 和 data/**/*.txo 的忽略规则注释掉, 以便这些文件能够被纳入版本控制。 ``` |
||
|---|---|---|
| .. | ||
| ao | ||
| bloom | ||
| clouds | ||
| color_correction | ||
| dof | ||
| env_probes | ||
| forward_shading | ||
| fxaa | ||
| motion_blur | ||
| plugin_prefab | ||
| pssm | ||
| scattering | ||
| skin_shading | ||
| sky_ao | ||
| smaa | ||
| ssr | ||
| volumetrics | ||
| vxgi | ||
| __init__.py | ||
| README.md | ||
Plugins
This is the plugin directory of the pipeline. It contains all plugins, including their source code, resources and shaders.
In case anybody ever makes plugins for the pipeline, you would want to copy them into this folder to make them available for the render pipeline.