xml3d / xml3d.js

The WebGL/JS implementation of XML3D
Other
75 stars 25 forks source link

Rename <shader> to <material> #107

Closed ksons closed 8 years ago

ksons commented 9 years ago

What we actually define with <shader> are material parameters. Other shader parameters (lighting, transformations) come from other elements or the scene structure.

Consequently we rename <shader> to <material>.