Layout.SPECULAR_EXPONENT Attribute size
Andersgee opened this issue · 0 comments
Andersgee commented
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