Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ACGL
acgl
Commits
5948eb2d
Commit
5948eb2d
authored
Feb 12, 2014
by
Robert Menzel
Browse files
marked coordinate system unsupported, fixed typo
parent
f79fa94c
Changes
3
Hide whitespace changes
Inline
Side-by-side
include/ACGL/HardwareSupport/SimpleRiftController.hh
View file @
5948eb2d
...
...
@@ -112,7 +112,7 @@ public:
glm
::
vec4
getChromAbParam
();
//! the full physical screen resolution, offscreen rendering should get performed at a higher resolution!
//! 'full' means it's the size used f
p
r both eyes!
//! 'full' means it's the size used f
o
r both eyes!
glm
::
uvec2
getPhysicalScreenResolution
();
//! returns the stereo projection from the stored camera adjusted for the rift
...
...
include/ACGL/Scene/CoordinateSystem.hh
View file @
5948eb2d
...
...
@@ -4,6 +4,8 @@
* Distributed under the terms of the MIT License (see LICENSE.TXT). *
**********************************************************************/
#ifdef ACGL_INCLUDE_UNSUPPORTED
#ifndef ACGL_SCENE_COORDINATESYSTEM_HH
#define ACGL_SCENE_COORDINATESYSTEM_HH
...
...
@@ -66,3 +68,5 @@ private:
}
// ACGL
#endif // ACGL_SCENE_COORDINATESYSTEM_HH
#endif
src/ACGL/Scene/CoordinateSystem.cc
View file @
5948eb2d
...
...
@@ -4,6 +4,8 @@
* Distributed under the terms of the MIT License (see LICENSE.TXT). *
**********************************************************************/
#ifdef ACGL_INCLUDE_UNSUPPORTED
#include
<ACGL/Scene/CoordinateSystem.hh>
using
namespace
ACGL
;
...
...
@@ -119,3 +121,4 @@ template void CoordinateSystem::adjust<0,2,1>(const glm::vec3&, const glm::vec3&
template
void
CoordinateSystem
::
adjust
<
1
,
0
,
2
>(
const
glm
::
vec3
&
,
const
glm
::
vec3
&
);
template
void
CoordinateSystem
::
adjust
<
1
,
2
,
0
>(
const
glm
::
vec3
&
,
const
glm
::
vec3
&
);
#endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment