Re: [Plib-devel] Releasing PLIB 1.2 *soon*.
Brought to you by:
sjbaker
From: <Va...@t-...> - 2000-03-31 15:14:30
|
Steve Baker wrote: > > I wanted to mention that I'd like to release PLIB 1.2 (a stable > release) sometime soon. I have a couple of mods of my own to > put in - if anyone else needs to commit anything or knows of > any significant problems that need fixing - please let me know > so that we can arrange to catch all of these prior to release. I'd like to add a bit of functionality to SG. I think I write it up in no-time (but not compile it as my box is in major reordering at the moment). Is it still possible that it makes it to 1.2? It'd be void sgProjectOnVector3 ( sgVec3 dst, sgVec3 src1, sgVec3 src3 ); void sgProjectOnNormalizedVector3 ( sgVec3 dst, sgVec3 src1, sgVec3 src3 ); that projects one vector on the other and void sgProjectOnNormal3 ( sgVec3 dst, sgVec3 src1, sgVec3 src3 ); void sgProjectOnNormalizedNormal3 ( sgVec3 dst, sgVec3 src1, sgVec3 src3 ); that maps the vector onto a plane. I can also supply the functions for 'sgd' and perhaps other dimensions (if that makes sense...). If the names could be differenet if that makes more sense... CU, Christian |