From: Doug M. <dou...@gm...> - 2008-11-20 01:25:43
|
When using a box in VPython, pos specifies the center of the entire box. I'm trying to draw a box given two points. This works for Cylinder, but not box: cylinder(pos=point1, axis=point2-point1) box(pos=point1, axis=point2-point1) How do I get the box to match the cylinder? Thanks, -Doug |