ThreeTorusObject.draw
- ThreeTorusObject.draw(u=128, v=32)
Draw the torus associated with the scene object.
- Parameters:
- uint, optional
The number of segments around the main axis.
- vint, optional
The number of segments around the pipe axis.
- Returns:
- list[three.Mesh, three.LineSegments]
List of pythreejs objects created.