What steps will reproduce the problem?
1. create View3D, cubes.
2. render it.
3. change View3D size and render it again.
What is the expected output? What do you see instead?
Output aspect ratio wrong.
What version of the product are you using? On what operating system?
away3d 4.0.0 broomstick
Please provide any additional information below.
workaround by touch lens matrix.
view3D.width = stage.stageWidth;
view3D.height = stage.stageHeight;
void view3D.camera.lens.matrix;
Original issue reported on code.google.com by shih.wei...@gmail.com on 25 Mar 2011 at 2:25
Original issue reported on code.google.com by
shih.wei...@gmail.com
on 25 Mar 2011 at 2:25Attachments: