shawn0326 / zen-3d

JavaScript 3D library.
MIT License
196 stars 24 forks source link

Remove zen3d namespace reference from Material #3

Closed danschultz closed 4 years ago

danschultz commented 4 years ago

The Material class was referencing a vertex color from the zen3d namespace. If you used the ESM bundle, you'd get an exception when loading a material because the namespace was not available.

shawn0326 commented 4 years ago

Thanks!