RE: [Plib-devel] Re: [Plib-users] Loading ASE file
Brought to you by:
sjbaker
From: Dave M. <Dav...@dy...> - 2000-05-25 20:33:52
|
> > > Yes I would be interested in helping on the > > TM_ANIMATION. > > And yes I have model with animation. > > excellent! > come over to the plib-devel mailing list > i'll clean up the code I have finished so far and send it to you > > Does the ssgTransformSelector work like the ssgSelector ? If > so I think we > should a real animation system. I mean a ssgTransformAni and > it would eval > cruves to get its data. That way you pass it a time value and > it eval the > cruve at that time. I would glad to write this and the cruve class. > I cleaned up my code to work with the latest PLIB in CVS. I have a new ssgLoadASE loader which takes care of parent heirarchy and parses TM_ANIMATION SAMPLES and creates new entities called ssgTransformSelectors. the transformations are not working yet. probably some math problem that eludes me. but it's very close. take a peek if you would. http://www.pond.net/~davem/stuff you can dump these files into the ssg/tux from plib_example-1.1.8 and add the three new files to the make process and point the loader to your ASE file and it should do something. i really appreciate any help on this. --Dave |