manski
11-06-2010 06:36:50
Sorry if this question came up before but I currently don't have the time to search the forum:
What's Mogre's official project home????
So far, I've identified three different possible project home:
What's Mogre's official project home????
So far, I've identified three different possible project home:
- http://sourceforge.net/projects/mogre/[/*:m]
- http://code.google.com/p/mogresdk/[/*:m]
- http://bitbucket.org/gantz/mogre/overview[/*:m][/list:u]
Which one now is the official project home?
Also: Neither of these pages has an active bug tracker. How is one supposed to file a bug for this project?
Specifically in my case (using Mogre 1.7.1 beta):Mogre.Math.Sin(0.0f, true)
throws a DivisionByZero exception butMogre.Math.Sin(0.0f, false)
doesn't. The same is true for "Cos(0.0f, true)".
Update: Neither of both functions seem to work at all when using lookup tables - no matter what angle is specified.
Update2: Found out that one needs to create a new instance of "Mogre.Math" to initialize its static trig table lookup functions to work. (WTF?) It's not done automatically for whatever reason.