cmake: Version 0.1.1

* Fixed the perspective mesh not filling the entire frame with the default settings.
* Changed the maximum range of 'Field of View' to 179 degrees instead of 180 degrees.
* Changed the direction the perspective camera looks at to +Z instead of -Z. This should feel more natural for users of other 3D programs.
* Changed the 'Position (Z)' default to 0.
* Added translation strings for 'Field Of View', 'Position', 'Scale' and 'Rotation'.
This commit is contained in:
Michael Fabian Dirks 2017-07-01 04:13:58 +02:00
parent fd5723d56b
commit 97808c0fb8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ PROJECT(obs-stream-effects)
################################################################################
SET(VERSION_MAJOR 0)
SET(VERSION_MINOR 1)
SET(VERSION_PATCH 0)
SET(VERSION_PATCH 1)
#configure_file(
# "${PROJECT_SOURCE_DIR}/#Resources/package.in.bat"
# "${PROJECT_SOURCE_DIR}/#Resources/package.bat"