Menu

#59 autoscaling error

inconsistency
open
nobody
display (14)
5
2003-01-02
2003-01-02
No

There seems to be something wrong with autoscaling
here. The autoscaling seems to be based on the range
of coordinate values rather than what fits in the window.

With the following scene.range set, you see 5 blocks.
Without it, autoscaling jumps at the 4th block, leaving
wide margins.

scene.range=11

for loc in arange(10, -100, -10):
dir = norm(vector(1,-1,1))
box(pos=loc*dir, axis=dir)
scene.mouse.getclick()

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.