Age | Commit message (Collapse) | Author |
|
With -D_USE_MATH_DEFINES MSVC defines the standard M_PI and
friends.
Since this preprocessor definition is now always passed as part
of the build system for MSVC. We can use M_PI as if on a
mission.
|
|
Requested-by: @Sone989
Issue: #440
|
|
It's only for when games expect different sign.
If tracker input translation is necessary, use either "camera offset"
for rotation between -180 to 180 roll value, or given tracker's option.
For trackers where this is necessary they should offer an option in
their own dialog.
|
|
|
|
|
|
|
|
There were too many cases of variables with a "_real" suffix and without. Move
both cases into struct data members.
Also add experimental camera centering method.
Cleanup some other stuff like "is_nan" should take an arbitrary Mat.
|
|
Adjust usages.
|