Question

How can I render n-sided polygon in three.js. It does not have geometry for that. I need it to be able to render both convex and concave polygons. So maybe there is a patch or workaround somewhere. Usage: The input will be n vertices which will make the n-sided polygon. However, all the vertices will be on the same plane and the output should be a rendered polygon.

Was it helpful?

Solution

Maybe you can use the Shape Object for that? http://mrdoob.github.com/three.js/examples/webgl_geometry_shapes.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top