Hi Dirk, sorry, I forgot to mention, I found the libAnimation of Rasmus Agerholm, and he uses Gerrit's new loader and implemented the corresponding actions to create the OpenSG nodes out of the VRML nodes, and that works perfectly. I just "borrowed" these actions ;-) I will talk to him again, whether my audio code goes into his lib or those actions into mine, but I think first there is some further work on my project necessary.
I summarized in very short, how the progress is on the page: http://www.cs.uni-magdeburg.de/~dwalz/audio/ But I will take the chance to ask another question: is there a possibility to intersect more than once with the scene, which means can I get a list of all objects which get hit along the ray? Or do I have to inherit and modify the intersectaction? (Although, should not be that hard, putting each hit node into a map, that way they are sorted already). And the other question is more difficult: Can I have an additional material chunk, which is read out of the VRML-file to set the acoustic parameters of the material? Thanks for suggestions best regards, Daniel On Sun, Oct 10, 2004 at 07:26:02PM -0500, Dirk Reiners wrote: > > Hi Daniel, > > sorry I can't help with the details of extending VRML Loader, that's > just not my area. > > On Thu, 2004-09-30 at 12:51, [EMAIL PROTECTED] wrote: > > Hi again, > > > > i could solve the previous problem, but now I need to know how to add the > > AudioClip to the fields in the lexxer OSGScanParseSkel.tab.h (which is > > automatically generated I guess?) > > So where can I find the input to this file and how do I add new values? > > The ScanParseSkel is generated via flex and bison from > OSGScanParseSkel.y and OSGScanParseSkel.lpp (in > Source/System/FileIO/ScanParseSkel). But those files really are > file-format agnostic, so I don't think (hope) you need to change them. > > Yours > > Dirk > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Opensg-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensg-users -- Daniel 'mcJack' Walz Student at the Otto-von-Guericke Universität Magdeburg email: [EMAIL PROTECTED] icq#: 70137980 pgp: DAF0B6EF at: wwwkeys.de.pgp.net http://www.cs.uni-magdeburg.de/~dwalz/ ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
