3ds good problem

View: New views
3 Messages — Rating Filter:   Alert me  

3ds good problem

by Ale_88 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi i'm using 3d studio max 9 and the script AS3Geom Exporter for 3ds max.. i export the file in an as file and then i want to load the animation or the mesh that i have create in 3ds max.. in the main file that include the class i wrote

import first;
var ciao:first=new first();

but i don't have seen anything...
i try to wrote after
addChild(ciao);

but nothing.. can you help me please?
Thanks

Parent Message unknown Re: 3ds good problem

by xero :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hey,
 
i looks like your adding your 3D object to the wrong thing.
 
var ciao:first = new first()
addChild(ciao);
 
that code will do nothing because your adding a 3D object
into flashs default 2D scene. to render your object in 3D
with papervision, try somthing like this...
 
var ciao:first = new first();
scene.addChild(ciao);
 
to see anything in papervision3D you need 3 thing.
 
Scene, where the objects are in 3D space
Camera, your viewpoint for seeing the scene
Viewport, where the actual graphics get rendered in flash.
 
you might wanna read a few pv3d tutorials
 
and wrote this tutorial for using the geomclassexporter a while ago
 
hope that helps!
____  ___
\   \/  /___________  ____
.\     // __ \_  __ \/ _  \
./     \  ___/ | | \( <_>  )
/___/\  \___  >__|---\____/
|     \_/   \/        |
| xero harrison       |
| xero.nu@gmail.com   |
| http://xero.nu      |
| http://fontvir.us   |
| http://0x000000.nu  |
| http://xero.owns.us |
`---------------------'
 
 
 
---------- Forwarded message ----------
From: Ale_88 <mino_mpi@...>
To: papervision3D@...
Date: Wed, 23 Jul 2008 07:59:29 -0700 (PDT)
Subject: [Papervision3D] 3ds good problem

Hi i'm using 3d studio max 9 and the script AS3Geom Exporter for 3ds max.. i
export the file in an as file and then i want to load the animation or the
mesh that i have create in 3ds max.. in the main file that include the class
i wrote

import first;
var ciao:first=new first();

but i don't have seen anything...
i try to wrote after
addChild(ciao);

but nothing.. can you help me please?
Thanks
--
View this message in context: http://www.nabble.com/3ds-good-problem-tp18611219p18611219.html
Sent from the Papervision3D mailing list archive at Nabble.com.


_______________________________________________
Papervision3D mailing list
Papervision3D@...
http://osflash.org/mailman/listinfo/papervision3d_osflash.org

Re: 3ds good problem

by Ale_88 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

thanks a lot now i understand... thanks... :)
LightInTheBox - Buy quality products at wholesale price