So I have a 3d scene and I create a cube
ActionScript Code:
[LEFT]cube = [COLOR=#000000]new[/COLOR] Cube[COLOR=#000000]([/COLOR]matlist, [COLOR=#000080]699[/COLOR], [COLOR=#000080]10[/COLOR], [COLOR=#000080]522[/COLOR][COLOR=#000000])[/COLOR];
[/LEFT]
but on the stage it is not 699px by 522px. How do I get it to appear so it is really 699px by 522px. Its something with the z axis.
edit
It works if i set my 'default_camera.zoom+=75; Is there a better way to do this?