This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# ArchitectureColoredPainting
采用pbr材质,现在有一个光源和摄像机绑定,足以分辨出不同材质的效果
把一块布替换成了(待完成的)彩绘管线,见PaintingMesh类以及painting着色器
TODO:
- [x] 改用延迟渲染
- [x] 指定一块材质使用独立管线进行纹理采样
- [ ] 彩绘的表示、读取、采样...