mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:56:43 +02:00
Fix stylus overlay
This commit is contained in:
parent
8ae0b09ea2
commit
6a91d549ce
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ OverlayID StylusPointer::buildStylusOverlay(const QVariantMap& properties) {
|
||||||
QVariantMap overlayProperties;
|
QVariantMap overlayProperties;
|
||||||
// TODO: make these configurable per pointer
|
// TODO: make these configurable per pointer
|
||||||
overlayProperties["name"] = "stylus";
|
overlayProperties["name"] = "stylus";
|
||||||
overlayProperties["url"] = PathUtils::resourcesPath() + "/meshes/tablet-stylus-fat.fbx";
|
overlayProperties["url"] = PathUtils::resourcesUrl() + "/meshes/tablet-stylus-fat.fbx";
|
||||||
overlayProperties["loadPriority"] = 10.0f;
|
overlayProperties["loadPriority"] = 10.0f;
|
||||||
overlayProperties["solid"] = true;
|
overlayProperties["solid"] = true;
|
||||||
overlayProperties["visible"] = false;
|
overlayProperties["visible"] = false;
|
||||||
|
|
Loading…
Reference in a new issue