Three.js Ellipse
问题 How does one go about creating an ellipse in three.js? I've looked at this: Drawing an ellipse in THREE.js But it would be cool if someone could provide a working example. I've tried this: ellipse = new THREE.EllipseCurve(0,0,200,400,45,45,10); but that's not working for me. I have no idea what the parameters mean so I'm just blindly going about it. edit: I am getting the error "defined is not a function" when I try to create an ellipse curve. edit2: Figured out I had to include Curves.js for