Can I load animations on DAE models?

original thread here

QUESTION by Mikhail I. Tsybizov

Can FLARManager read the animation of the DAE file? I do export including animation from 3ds Max2010 to DAE. But it is not displayed.
Is it the right way, or there is some other way?

ANSWER by Eric Socolofsky

yes, you can use DAE files with FLARManager. But technically, it's Papervision, not FLARManager or FLARToolkit, that loads and displays DAE files.
FLARManagerTutorial_Collada.as shows how to do this.

ANSWER by Javier Patiño

ok exist an a problem with dae files in max...you have to erase some lines from dae file..I do it always and work for me...for example...
exist extra  <animation>  lines.. or extra words in  <animation> that isn't work with dae.as
example:  

<animation id="FilmScreen-anim" name="FilmScreen">

this line dont work then you have to erase name="FilmScreen" then the line works like  this 

<animation id="FilmScreen-anim">

make a backup of you model an try this..  or maybe animation lines its duplicate... just look you file with text program

Comments

where we can find these

where we can find these folder. It means resources/assets.
Regards,
SEO

Now, have a look at how we

Now, have a look at how we can load the animated model into Papervision3D. .... When you want to stop your animation, you can call: DAE(model).stop(); ... Can I load animations on DAE models? by rez | Sun, 08/02/2009 - 21:06. original thread here. QUESTION by Mikhail I. Tsybizov ... world news model.load(“shukylouis.com/blog/research/daemc2/checkring.dae”, ... It clips off parts of the animations. I'm sort of stuck until I can figure ... recently i made some bugfixes concerning animation in dae-models, that ... this can either bee too course or too fine, depending on the animation. ... life But, how can I load a 3D animated (.md2 file format. .... what should i do to include animated 3d model? just create loop animation .dae model? Cam Says: ... 22 Jan 2008 ... How can I load my model so it looks good, without “cutting” some faces? ... I thought it might be my model, but I downloaded cow.dae and ... economic - Last post: 5 Nov 2009I just did..but I want to be able to load in dae models in my game. ... I had obj working but I need animations and md2 doesn't let me use bones. ... that loads in .dae models. If you want, I can help you with that. ... I'm having problems with displaying my collada model, you can see it here: ... I don't want to load every single animation when I use only one of them. ... DAE model with multiple animation clips 2. Load the model using ... How do you even make a model have multiple animation clips? can someone point me to a ... 3 Jun 2008 ... You can download the meshes and OBJ files from here: ... So you must go into the DAE model that was exported and join any submeshes that ... You can test this new testmale model with it's animation using model viewer. ... 975464708

Hi everyone! i new to flash

Hi everyone!

i new to flash and actionscript also, and i don't know how to access the animations loaded in the DAE files, please can someone tell me how to do that?!
i tried using the scout.DAE that the FLARManager brings in the collada example, and i want to start the animation whenever i want or play it whenever i want.

i want to make something like:
if("i press some key")
{
//load or play some animation (i want to select the animation)
}

forgive me for my bad english!!
thanks!!

the dae file

Please tell me where exactly file located?

thx,

the dae file is located in

the dae file is located in resources/assets folder