three.js - threejs buffergeometry and wireframe -
is possible have wireframe drawing three.buffergeometry
? don't think threejs supports this, can change _gl.triangles _gl.lines (or lines_strip) in threejs source , result quite odd.
http://oi40.tinypic.com/15tsux.jpg (buffer geometry on bottom)
there old issue on github no solution provided https://github.com/mrdoob/three.js/issues/1275
what needs done in order enable support wireframes three.buffergeometry
? giving shot in implementing it, not sure needs done.
basically what's needed utility converting mesh-formatted buffergeometries line-formatted buffergeometries.
Comments
Post a Comment