brlrt / away3d

Automatically exported from code.google.com/p/away3d
0 stars 0 forks source link

PerspectiveLens do not update matrix after change View3D size. #161

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
workaround code

Original comment by shih.wei...@gmail.com on 3 May 2011 at 6:14

Attachments: