[Papervision3D] Problem with DAE box from 3ds max 2009

Indyaner subscriptions at indyaner.de
Thu Mar 5 14:22:40 PST 2009



Hi

Actually, I doint know.
But I think it could be, that a imple color-material cant be exportet (but i
might be wrong). But if you simply want a DAE to be green on all sites, then
setup a MaterialList and assign it to the DAE:
mybox.load("prueba3.dae", myMateriallist)

Say in the Materiallist:
new MaterialList( { all:myColorMaterial} )
to define the Color of your choice. Alternative you can setup the Material
as an (green)Image. This will be probably exportet and can be found in the
DAE as a Texture-path.

I see you use the PaperBase-Tutorial from papervison2.com. Check their
Material-Tutorial to go deeper into this.

mortimer





Raul Rueda wrote:
> 
> Hi.  I have a problem with DAE. I made a box with 3ds max 2009, export to
> DAE and I get this:
> 
> http://82.194.67.122/papervision/paperbase.swf
> 
> a black cube dancing on the sky...
> 
> these are the steps I follow:
> 
> 1. I make a box on 3ds max
> 2. add GREEN COLOR from the material editor
> 3. export Autodesk Collada (.DAE) with "Autodesk Media & Entertainment"
> preset to "prueba3.dae"
> 4. This is the code:
> 
> public var mybox:DAE
> ...
> 
> mybox = new DAE();
> 
> mybox.load("prueba3.dae");  /
> mybox.scale = 2;
> default_scene.addChild(mybox);
> 
> Why my box is black instead of GREEN (the color I added on 3ds) ???
> What I`m doing wrong?
> 
> 
> Here is the DAE file:
> http://82.194.67.122/papervision/prueba3.dae
> 
> Thanks in advance!
> Raúl
> 
> _______________________________________________
> Papervision3D mailing list
> Papervision3D at osflash.org
> http://osflash.org/mailman/listinfo/papervision3d_osflash.org
> 
> 


-----
Greetings from Germany
-- 
View this message in context: http://www.nabble.com/Problem-with-DAE-box-from-3ds-max-2009-tp22360751p22362098.html
Sent from the Papervision3D mailing list archive at Nabble.com.




More information about the Papervision3D mailing list