actionscript 3 - Warning: 3D DisplayObject will not render. Its dimensions (6711131, 6711131) are too large to be drawn -


I am very new to action script 3.0 for Blackberry Playbook.

I am trying to resize an image loaded with loader class. However, when I set my new size with this function:

  Private function loaded (event: event): zero {var targetLoader: loader = loader (event.target.loader) ; TargetLoader.height = 240; TargetLoader.width = 240; }   

I get the following error:

WARNING: 3D display object will not render.

I am using two images: one has 152.292 bytes ; 170.663 bytes < / Div>

This is the reason that z is the property of your object 0 (either in 3D) or He has a child in 3D who is big for attracting. In the example 2x, in Flash 3D, the result of changing an object can be 2x (think in a plane), draws objects in Flash 2D and rectangles are drawn Big for.

Make the result bigger when objects are rotated:

 Enter image details here

The difference in this example is 31 pixels, but the difference in large images will be huge, like in the case of your 6711131 pixels

Comments