javascript - Converting a 3D object create with vertexes to Faces -


so have object created drawing vertexes on 3d canvas using three.js. trying add faces to can not seem correct method this.

you can find project here: https://github.com/thebillkidy/webgl-superformula (basically applying superformula in webgl)

i tried point clouds, lines , convexgeometries none seem work. knows how this?

p.s. can find current render method here: https://github.com/thebillkidy/webgl-superformula/blob/master/app/scripts/main.js added other methods tried.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -