frenchtoast747/webgl-obj-loader

Layout.SPECULAR_EXPONENT Attribute size

Andersgee opened this issue · 0 comments

in webgl-obj-loader.js I had to change the line
Layout.DISSOLVE = new Attribute("dissolve", 3, TYPES.FLOAT);
to
Layout.DISSOLVE = new Attribute("dissolve", 1, TYPES.FLOAT);
for my materials to parse correctly