nfengine
nfengine copied to clipboard
Improve renderer materials
- serialization (obvious - every resource must be serializable)
- more attributes (emissive color, transparency, etc.)
- multiple layers with custom layer mixing (aka splatting)
- attributes parametrization (for example to create many mesh instances using the same material, but differing only by color). Think how to pass the single parameter to a shader...