Hi Dominik, On Wed, 2004-01-21 at 12:37, Dominik Rau wrote: > Hi again. Today I've got some questions about the animation > capabilities of OpenSG. What I need are different animations per > geometry (e.g. "walk fast/slow", "jump" for the same model). What's > the best way to get these informations from an animated model in > 3DSMax (via VRML?) to OSG?
I don't know for sure, what would be the best way from Max to OpenSG, but the Max VRML exporter is pretty good. > I had a look at the CVS Source and found some different files that > could be helpful for my purposes. But obviously, there is more than > just one VRMLLoader. Besides the "original" in /Source/System/FileIO > there are two more in Experimental and Experimental/Gerrit and there's > a library written by Rasmus dealing with VRML Animations on his > website. What are the differences between them? I use Gerrit's loader and haven't really touched the "original". My VRMLAnimation lib is based on Gerrit's loader. So to use that you need to enable this loader by --enable-gv-beta. > If it is possible to load more than just one animation for a geometry with > one of them and how can I choose between them / let them run? My enhanced version of Gerrit's loader simply loads all VRML routes (animations) specified in the file. And since the only sensor I have inplemented yet is the TimeSensor, the default behavior is to play all animations from frame 1, but you can take control of the execution sequences your self. It should be pretty easy. Hope it helps /Rasmus -- Rasmus Agerholm Research Assistant VR Media Lab (+45) 9635 8792 Niels Jernes Vej 14 DK-9220 Aalborg Phone: (+45) 9635 8784 Fax: (+45) 9815 2444 http://www.vrmedialab.dk/~rasta ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
