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
Post a Comment