Closed fernandojsg closed 8 years ago
Added two parameters to json-model to show normals (Yellow: face normals, Red: vertex normals):
json-model
debugNormals
debugNormalsLength
It's quite simple and not so customisable, but we could work on that if we need it later.
/cc @feiss
Perfect, thanks!
@feiss I disabled it by default on index.html, if you want to enable just change debugNormals: true
Added two parameters to
json-model
to show normals (Yellow: face normals, Red: vertex normals):debugNormals
: true/falsedebugNormalsLength
: default 0.3.It's quite simple and not so customisable, but we could work on that if we need it later.
/cc @feiss