You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FLARToolKit userz
Hi!
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?
Mikhail I. Tsybizov
unread,
Jul 19, 2009, 11:09:33 PM7/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FLARToolKit userz
Whether FLARManager reads animation from a DAE file? I do object export include animation from 3ds Max 10 to DAE. Is it correct way?
eric socolofsky
unread,
Jul 20, 2009, 12:23:41 AM7/20/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flartool...@googlegroups.com
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.
however, from what i understand, the export process is very tricky. i haven't done it myself, so i can't help you with that. but perhaps others on this list can be of more help?
rez
unread,
Jul 20, 2009, 12:38:08 AM7/20/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flartool...@googlegroups.com
Hi group
yes, seems to be really tricky. I tried before to export DAE models with the animation included but doesn't work for me once the model has been loaded. Later I realized reading some docs that the parameter/whatever "animation channel" seems to be critical if you want to deal with DAE animations and has to be present in your code. Is that correct?
As Eric said, maybe some one with experience importing animations from DAE models into Flartoolkit can bring some light to this question :)
Thanks in advance!
Rez
Javier Patiño
unread,
Jul 20, 2009, 1:02:24 AM7/20/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flartool...@googlegroups.com
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"> tjis 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
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flartool...@googlegroups.com
On Mon, Jul 20, 2009 at 8:02 AM, Javier Patiño<jpat...@gmail.com> wrote: > 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...