Hi there, I'm using the 2D TkSimulator together with a Pioneer robot for my virtual robot project. I am trying to create a circular room, rather than the standard box shaped one. I tried using just sim.drawOval(0,0, 4,4), but that doesn't seem to work the same as a bounding box. I have also tried using drawOval() after calling addBox() with the same dimensions. The canvas does show a perfect circle that fits exactly inside the box, but it totally ignores the circle.
My question is how do I create a circular bounding area with the same properties as the sim.addBox() function? Thanks, Xander -- | mail: mailto:[EMAIL PROTECTED] | | What the world needs is more geniuses | with humility, there are so few of us left.
_______________________________________________ Pyro-users mailing list [email protected] http://emergent.brynmawr.edu/mailman/listinfo/pyro-users
