Hello,
I have a problem with black faces under small angle on iOS- its black (on android and PC (windows) have nicely transition from darked texture to lighted,... but on iOS it is just black,). See more on attached image.
This is my setting for light, maybe something must be special set for iOS, i dont know.
_light = new PointLight();
_light.color = 0xffffff;
_light.position = new Vector3D(0,0,-1000)
_light.ambient = 1; (the same doing when its 0,7 or other)
This happens on Away3D alpha, and beta version.
Please help
Thanks
You can see it in action:
GoolePlay - https://play.google.com/store/apps/details?id=air.com.webmaking.fluffy (Everything OK)
AppStore (LITE) - https://itunes.apple.com/ph/app/fluffy-ball-lite/id635659587?mt=8 (There are black faces)