Hello. I am testing Away 3D 4.10 with adobe air on my samsung galaxy s3. I found that the View3D does not scale with the stage using
stage.scaleMode = StageScaleMode.EXACT_FIT;
I would like the 3D view to scale with the stage. is this possible. I was thinking of finding a way to capture how much the stage is being scaled to fit the devices screen. Then I could use that scale factor to scale the View3D. Thankyou.