[Papervision3D] re v. 911 - PV3D 2.1 (alpha) lots of fixes for DAE and animation

Carl Gloria carl at 2livelarge.com
Tue Jun 2 06:53:13 PDT 2009


Awesome...I'm excited and see where you going with it. 

But, I have an issue...Once parsed, it has not created any animation
channels???
http://www.nabble.com/file/p23832953/bb20_topper_avatar.zip
bb20_topper_avatar.zip 

Also, any chance removing the document destroy stuff from buildScene()  into
a public function? Why? Because I use custom attributes within Maya that I
can read from that xml. I'll call DocumentDestroy() after I read them
in...something like...

public function DocumentDestroy(){
	this.document.destroy();
	this.document = null;
			
	this.COLLADA = null;
			
	if(this.parser)
	{
		if(this.parser.document)
		{
			this.parser.document.destroy();
			this.parser.document = null;
		}
		this.parser = null;
	} 
}


-----
Carl Gloria - 2livelarge.com - cgvelocity.com

Maya, Flash and Papervision - no particular order, just love them all!
-- 
View this message in context: http://www.nabble.com/rev.-911---PV3D-2.1-%28alpha%29-lots-of-fixes-for-DAE-and-animation-tp23733532p23832953.html
Sent from the Papervision3D mailing list archive at Nabble.com.




More information about the Papervision3D mailing list