mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 15:53:28 +02:00
Tab fixes.
This commit is contained in:
parent
cbfaf9709e
commit
ead05c4d99
3 changed files with 3 additions and 3 deletions
|
@ -1570,7 +1570,7 @@ void Application::init() {
|
||||||
// initialize our face trackers after loading the menu settings
|
// initialize our face trackers after loading the menu settings
|
||||||
_faceshift.init();
|
_faceshift.init();
|
||||||
_faceplus.init();
|
_faceplus.init();
|
||||||
_visage.init();
|
_visage.init();
|
||||||
|
|
||||||
// fire off an immediate domain-server check in now that settings are loaded
|
// fire off an immediate domain-server check in now that settings are loaded
|
||||||
NodeList::getInstance()->sendDomainServerCheckIn();
|
NodeList::getInstance()->sendDomainServerCheckIn();
|
||||||
|
|
|
@ -174,7 +174,7 @@ public:
|
||||||
bool isMouseHidden() const { return _mouseHidden; }
|
bool isMouseHidden() const { return _mouseHidden; }
|
||||||
const glm::vec3& getMouseRayOrigin() const { return _mouseRayOrigin; }
|
const glm::vec3& getMouseRayOrigin() const { return _mouseRayOrigin; }
|
||||||
const glm::vec3& getMouseRayDirection() const { return _mouseRayDirection; }
|
const glm::vec3& getMouseRayDirection() const { return _mouseRayDirection; }
|
||||||
Faceplus* getFaceplus() { return &_faceplus; }
|
Faceplus* getFaceplus() { return &_faceplus; }
|
||||||
Faceshift* getFaceshift() { return &_faceshift; }
|
Faceshift* getFaceshift() { return &_faceshift; }
|
||||||
Visage* getVisage() { return &_visage; }
|
Visage* getVisage() { return &_visage; }
|
||||||
FaceTracker* getActiveFaceTracker();
|
FaceTracker* getActiveFaceTracker();
|
||||||
|
|
|
@ -55,7 +55,7 @@ class FaceplusReader : public QObject {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
virtual ~FaceplusReader();
|
virtual ~FaceplusReader();
|
||||||
|
|
||||||
Q_INVOKABLE void init();
|
Q_INVOKABLE void init();
|
||||||
Q_INVOKABLE void shutdown();
|
Q_INVOKABLE void shutdown();
|
||||||
|
|
Loading…
Reference in a new issue