I’m looking at incorporating Away3D into a Starling project I’m working on. The stage width/height are 2048/1536 with retina display enabled. With Away3D, these dimension settings seem to double the 3D display rather than fit within the screen.
If I set the dimensions to 1024/768 with retina, it looks to display properly. Retina is clearly enabled as I can compare the exact same app on iPad3 to iPad2.
I’m wondering if I can set Away3D to behave in a similar fashion to Starling, which is having the stage set to 2048/1536. As the inconsistency is obviously causing problems.
Has anyone else come across this?
Thanks!