MaiaVictor
MaiaVictor

Reputation: 53047

Creating simple meshes programatically on three.js

How to create simple meshes like ramps, cones, revolution shapes, just by giving their vertexes, on three.js?

Upvotes: 1

Views: 554

Answers (1)

allesblinkt
allesblinkt

Reputation: 348

That should help: https://github.com/mrdoob/three.js/issues/255

Upvotes: 2

Related Questions