Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 2.22 KB

README.md

File metadata and controls

23 lines (14 loc) · 2.22 KB

PokeD.Graphics.H3D

Portion of code taken from SPICA

Importers

Processors

Example

See PokeD.Graphics.Animation

Notes

Both H3D Model processors include shaders in the output. There are two versions of the techniques - one with _Basic prefix and one with _Custom.
_Basic is a very simple shader that will most likely render complex model wrong. _Custom is generated based on SPICA's shader generator. It's still incomplete.
Both do not process light atm.