diff options
Diffstat (limited to 'src/GLView.h')
-rw-r--r-- | src/GLView.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GLView.h b/src/GLView.h index 5d52e05..30d3c03 100644 --- a/src/GLView.h +++ b/src/GLView.h @@ -14,8 +14,8 @@ There are two different types of cameras *Vector camera - uses 'eye', 'center', and 'up' vectors Currently, the two cameras are not kept in sync and they are not easily -interchangable in code QGLView uses GimbalCamera while OffscreenView can -use both (but defaults to Vector) +interchangable. QGLView uses GimbalCamera while OffscreenView can +use either (defaulting to Vector). */ |