Ok this is a simple reflection faking class with a shadow. It works fine until I try and apply the MovieMaterial textures to the planes.
Here is my code: http://pastebin.com/m6645922c I have a class that extends ObjectContainer3D and adds 3 planes to itself. The Class takes in a Sprite that is supposed to be applied to the via a MovieMaterial to the planes. The problem is when it runs the planes are invisible. If I comment out likes 50, 60 and 72 I can see the planes but when I uncomment the lines they disappear. If I right click and show redraw regions I can see it rendering where the plate would be moving but it's blank. here is a simple example of it not working: http://pastebin.com/m3f063386 if you run the example you will see and circle spinning right click and show redraw regions and you will see the invisible stuff if you comment out the lines 50, 60 and 72 you will see the planes. Any advice am I missing something fundamental?
