Hi,
I made some modifications in example Basic_Shading.as from away3d-examples-fp11-4.1.4-gold.
I added SkyBox to scene and shadowMethod to planeMaterial.
Here, without shadowMethod everything is working properly:
http://away_test.reflexuniversity.eu/ok/
And here:
http://away_test.reflexuniversity.eu/bug/
I added this line of code: ( line 214 )
planeMaterial.shadowMethod = new SoftShadowMapMethod(light2);
Now, when i am dragging from top to bottom, skybox disappear and then appear again.
So my question is, am i doing something wrong?
Modified example is in attachment.