[Papervision3D] Shouldn't this code make my dae child objects materials interactive? (It doesn't)
casey mandell
caseymandell at mac.com
Tue Dec 2 15:58:39 PST 2008
Hi,
var matString:String =
pDAE_FILE.materials.toString();
var testArray:Array =matString.split(String.fromCharCode(10));
for (var k:Number;k<testArray.length;k++){
pDAE_File.getMaterialByName(testArray[k]).interactive=true;
}
thanks,
Casey
--
View this message in context: http://www.nabble.com/Shouldn%27t-this-code-make-my-dae-child-objects-materials-interactive---%28It-doesn%27t%29-tp20803837p20803837.html
Sent from the Papervision3D mailing list archive at Nabble.com.
More information about the Papervision3D
mailing list