after I saw lee's tutorial about papervision I went experimenting with it, but I got stuk when trying to display a object that I made in maya.
first I tried to export my scene to a .ase file and displayed it in flash using actionscript but the object get's displayed totaly weird.
than i tried to export my scene to a .dae file an tried to display it in flash but this time I get several errors:
Collada material lambert2SG not found.
lambert2SG gets used in maya to indicate ware the material is placed and how big it is (placeholder), so it isn't even a material
or with another scene:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at org.papervision3d.objects::Collada/::buildObject()
at org.papervision3d.objects::Collada/::parseGeometry()
at org.papervision3d.objects::Collada/::parseNode()
at org.papervision3d.objects::Collada/::parseScene()
at org.papervision3d.objects::Collada/::buildCollada()
at org.papervision3d.objects::Collada/::onComplete()
at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/flash.net:URLLoader::onComplete()
and than I tried to use the papervisions components (first the newest 1.5.1 I think) (all the settings are filled in properly) and I get the following error:
description: 1119: Access of possibly undefined property sceneRotation through a reference with static type org.papervision3d.components.as3.flash9:PV3DColladaScene.
source: __id0_.sceneRotation=(false);
than I tried the 1.0 components and I again get the Collada material lambert2SG not found error.
I found out thet there are lots of other people with the same problem
I hope someone had the same problem and found out how to make it work.
hope you understand my english
mimmy