What steps will reproduce the problem?
1. make some objects and a few cones
2. make viewport and cones material interactive
3. start clicking around
What is the expected output? What do you see instead?
expected:
clicked cones react to clicks
instead:
random cones send events when clicked on other objects.
What version of the product are you using? On what operating system?
papervision r763
Please provide any additional information below.
fix that worked for me is to change the Cone constructor from:
super( material, radius, height, segmentsW, segmentsH, 0 );
to:
super( material, radius, height, segmentsW, segmentsH, 0.001 );
Original issue reported on code.google.com by barcin...@gmail.com on 24 Oct 2008 at 10:52
Original issue reported on code.google.com by
barcin...@gmail.com
on 24 Oct 2008 at 10:52