Hello, guys! Can you please advice how and where i can find solution for my case.
I use starling+away3d. Lets say i have background image with red squares in Starling and some 3d objects on top layer:
http://screencast.com/t/9q7kbchEIP
Than i want to resize scene like this:
http://screencast.com/t/b8V4prWgj
So there are no proportional resizing, just filling the all free space.
With Starling no problem, i need just to change stage3DProxy.width and stage3DProxy.height, but how do same with Away3d i don’t know.
View3d#width and View3d#height works in different way that i need, it resize view and keep proportions, and it’s correct. But i need incorrect way of resizing in Away3d view, i need resize “as is” without any proportions, so all objects will over the red squares all the time(like in second screen).
Thank you!