thcmedia / papervision3d

Automatically exported from code.google.com/p/papervision3d
0 stars 0 forks source link

Interactivity bug in Cone primitive #119

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Can't reproduce the bug. Invalid.

Original comment by r.hauw...@gmail.com on 17 Nov 2008 at 1:11

GoogleCodeExporter commented 8 years ago
Woops. Could reproduce. Fixed.

Original comment by r.hauw...@gmail.com on 17 Nov 2008 at 1:16