kottore / away3d

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

TextField3D and LineSegment together on the scene create extra fill (bug) on rendering #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create new TextFiled3D 
2. Set TextField3D material to be ColorMaterial (green) 
3. Create new LineSegment 
4. Set LineSegment material to be WireframeMaterial (red) 
5. onEnterFrame(); put scene.roll(1) and scene.yaw(1) 
6. Test with Flash Player 9 

EXPECT RESULT:
Only TextField(green) and LineSegment(red) should be rendered 

ACTUAL RESULT:
TextField and LineSegment are rotating in the scene with extra green shape 
all over the scene

What version of the product are you using? On what operating system?
- Flash Player 9 r249
- away3d r1637

WORK AROUND:
Switch to use Flash Player 10 

Original issue reported on code.google.com by ense...@gmail.com on 21 Aug 2009 at 5:16

Attachments:

GoogleCodeExporter commented 8 years ago
fixed in revision 1642

Original comment by rob.bate...@gmail.com on 21 Aug 2009 at 9:20