Hi!
Read several tutorials and all are extremely confused.
I tried to import the classes and use the swc, but without success.
Every tutorial or explanation, the flash gives a new error.
I’m using CS4 on montain lion.
Put the folder “Away3D” in the same folder as the fla.
In the first frame, usually imported ...
import away3d.containers.View3D;
import away3d.materials.ColorMaterial;
import away3d.materials.TextureMaterial;
import away3d.textures.BitmapTexture;
import away3d.events.LoaderEvent;
import away3d.loaders.Loader3D;
import away3d.loaders.parsers.Parsers;
import away3d.entities.Mesh;
import away3d.containers.ObjectContainer3D;
import away3d.lights.PointLight;
import away3d.materials.lightpickers.StaticLightPicker;
import away3d.cameras.lenses.PerspectiveLens;
Published successfully without error.
Then add:
var view: View3D View3D = new ();
Now has numerous errors with RTTBufferManager.as line 207.
What am I doing wrong?