# Papervision scale

**URL:** https://forum.kirupa.com/t/papervision-scale/297989
**Category:** flash
**Created:** [October 12, 2009, 12:00am UTC](https://forum.kirupa.com/t/papervision-scale/297989 "2009-10-12T00:00:47Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dtk13](https://avatars.discourse-cdn.com/v4/letter/d/7ab992/32.png) [@dtk13](https://forum.kirupa.com/u/dtk13)
#### Post date: [October 12, 2009, 12:00am UTC](https://forum.kirupa.com/t/papervision-scale/297989/1 "2009-10-12T00:00:47Z")

</div>

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?
