19 lines
515 B
Markdown
19 lines
515 B
Markdown
# simplepbr shader mirror
|
|
|
|
This directory is reserved for the MetaCore C++ renderer to consume simplepbr-inspired shader assets.
|
|
|
|
Current status:
|
|
|
|
- `simplepbr.vert`
|
|
- `simplepbr.frag`
|
|
- `shadow.vert`
|
|
- `shadow.frag`
|
|
- `skybox.vert`
|
|
- `skybox.frag`
|
|
- `post.vert`
|
|
- `tonemap.frag`
|
|
|
|
The current scaffold includes a mix of directly mirrored and placeholder-compatible files so the runtime
|
|
layout and file references already exist. Replace or verify them against upstream before wiring the real
|
|
Panda3D render backend.
|