Menu

#38 cylinder.rayIntersect is incorrect

failure
closed-fixed
input (4)
8
2000-06-25
2000-06-22
Anonymous
No

The operation of this program demonstrates that cylinder.rayIntersect is incorrect if the cylinder is displaced from the origin in the direction of its axis:

from visual import *
a = cylinder( pos=(0,1,0), axis=(0,1,0) )
while 1:
c = scene.mouse.getclick()
if c.pick: c.pick.y = c.pick.y + 1

Discussion

  • David Scherer

    David Scherer - 2000-06-22
    • priority: 5 --> 8
     
  • David Scherer

    David Scherer - 2000-06-25

    Fixed in CVS.

     
  • David Scherer

    David Scherer - 2000-06-25
    • assigned_to: nobody --> dscherer
    • status: open --> closed-fixed