windrobin / papervision3d

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

Text3D and useCulling Issue #211

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a text3D object to your viewport
2. Enable useCulling on the Camera
3. Use TweenMax to rotate the item left or right off screen

What is the expected output? What do you see instead?
Expected to see the text be removed based on how the plane and other
primitives work.  The copy bulks up on either side of the window never
removing iteself.

What version of the product are you using? On what operating system?
Latest trunk 2, Flex, OS X

Please provide any additional information below.
Added Text3D to DisplayObject3D, no difference, added a plane to the back
of it and it still bulks up, then removes itself from the stage since the
plane is gone.

Original issue reported on code.google.com by conrad.f...@gmail.com on 22 Jul 2009 at 5:59

Attachments: