Progress
I’ve been changing vector class in the entire project to a custom class, and it takes some time because it’s a lot to change and the compile errors seems to be multiplying. But i will probably finish it tomorrow or wednesday.
//Fredrik A
I’ve been changing vector class in the entire project to a custom class, and it takes some time because it’s a lot to change and the compile errors seems to be multiplying. But i will probably finish it tomorrow or wednesday.
//Fredrik A
Fill out the form below to add your own comments
Wednesday, December 10, 2008 - 00:59:56
Why did you decide to use a custom class? Were you using Ogres own library before?
Thursday, December 11, 2008 - 01:14:14
You there, Freddy?
Thursday, December 11, 2008 - 10:48:51
Yeah! It’s only because i need fixed point math instead of floats.
Friday, December 12, 2008 - 01:39:14
Oh! That makes sense. From what I know professional math libraries are often highly optimized. That was why I wondered if it was a good idea to write a new one, but a really integer based one might be hard to find indeed.