Hey guys i’ve successfully installed the mxp file and read a bunch of tutorials but i’m unclear in how to actually import the code once the mxp is installed, like,
import org.papervision3d.components.as3.flash9.PV3DColladaScene;
import org.papervision3d.events.InteractiveScene3DEvent;
import org.papervision3d.events.FileLoadEvent;
import org.papervision3d.scenes.InteractiveScene3D;
import org.papervision3d.objects.DisplayObject3D;
none of the imports are found on my timeline? How do u access the classes once the mxp is installed? I’m also unclear on how to use PaperVision3D - Scene opposed to PaperVision3d - COLLADA Scene.
any ideas?