PDA

View Full Version : Papervision file size


martinsson
10-31-2009, 11:34 AM
Hi,

i am working on small flash banner, using papervision cube. I have file size limit 30Kb. Papervision gives me like 90 kb. Is there something similar, but lot smaller which can produce cube with movieclip on sides, perspective and rotation? Or can be somehow dowsized?

i was importing:

Code:
import org.papervision3d.materials.MovieMaterial;
import org.papervision3d.materials.utils.MaterialsList;
import org.papervision3d.objects.primitives.Cube;
import org.papervision3d.render.BasicRenderEngine;
import org.papervision3d.scenes.Scene3D;
import org.papervision3d.view.Viewport3D;
import org.papervision3d.cameras.Camera3D;

import caurina.transitions.Tweener;
import flash.filters.*;

web developer
10-31-2009, 08:05 PM
From what I understand, AS3 for Flash 10 supports 3D. That maybe your best option because I doubt the existing frameworks are under 30KB.