mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-11 20:53:51 +02:00
Correction.
This commit is contained in:
parent
115c40bd54
commit
e9297eb131
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ class FancyCamera : public Camera {
|
|||
|
||||
/**jsdoc
|
||||
* The <code>Camera</code> API provides access to the "camera" that defines your view in desktop and HMD display modes.
|
||||
* The High Fidelity camera has axes <code>x</code> = right, <code>y</code> = up, <code>-z</code> = forward.
|
||||
* The Vircadia camera has axes <code>x</code> = right, <code>y</code> = up, <code>-z</code> = forward.
|
||||
*
|
||||
* @namespace Camera
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"Vircadia#include <QtPlugin>
|
||||
#include <QtPlugin>
|
||||
|
||||
#include <qsharedmemory.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue