2013-08-12 12:29:01 -07:00
|
|
|
//
|
|
|
|
// Menu.h
|
2014-04-08 17:30:36 -07:00
|
|
|
// interface/src
|
2013-08-12 12:29:01 -07:00
|
|
|
//
|
|
|
|
// Created by Stephen Birarda on 8/12/13.
|
2014-04-08 17:30:36 -07:00
|
|
|
// Copyright 2013 High Fidelity, Inc.
|
2020-10-11 00:50:41 -04:00
|
|
|
// Copyright 2020 Vircadia contributors.
|
2014-04-08 17:30:36 -07:00
|
|
|
//
|
|
|
|
// Distributed under the Apache License, Version 2.0.
|
|
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
2013-08-12 12:29:01 -07:00
|
|
|
//
|
|
|
|
|
2016-02-24 17:38:01 -08:00
|
|
|
#include <ui/Menu.h>
|
|
|
|
|
2014-04-09 12:03:17 -07:00
|
|
|
#ifndef hifi_Menu_h
|
|
|
|
#define hifi_Menu_h
|
2013-08-12 12:29:01 -07:00
|
|
|
|
2016-02-24 17:38:01 -08:00
|
|
|
class MenuItemProperties;
|
2016-02-18 17:11:40 -08:00
|
|
|
|
2016-02-24 17:38:01 -08:00
|
|
|
class Menu : public ui::Menu {
|
2015-04-25 16:20:15 -07:00
|
|
|
Q_OBJECT
|
2016-02-24 17:38:01 -08:00
|
|
|
|
2015-04-25 16:20:15 -07:00
|
|
|
public:
|
|
|
|
static Menu* getInstance();
|
2016-02-24 17:38:01 -08:00
|
|
|
Menu();
|
|
|
|
Q_INVOKABLE void addMenuItem(const MenuItemProperties& properties);
|
2013-08-12 12:29:01 -07:00
|
|
|
};
|
|
|
|
|
2013-08-15 10:46:51 -07:00
|
|
|
namespace MenuOption {
|
2015-03-28 13:05:23 -07:00
|
|
|
const QString AddRemoveFriends = "Add/Remove Friends...";
|
2014-09-11 10:24:04 -07:00
|
|
|
const QString AddressBar = "Show Address Bar";
|
2014-05-19 16:55:33 -07:00
|
|
|
const QString Animations = "Animations...";
|
2015-09-02 21:04:29 -07:00
|
|
|
const QString AnimDebugDrawAnimPose = "Debug Draw Animation";
|
2018-04-19 14:04:54 -07:00
|
|
|
const QString AnimDebugDrawBaseOfSupport = "Debug Draw Base of Support";
|
2015-11-21 09:50:56 -08:00
|
|
|
const QString AnimDebugDrawDefaultPose = "Debug Draw Default Pose";
|
|
|
|
const QString AnimDebugDrawPosition= "Debug Draw Position";
|
2019-04-22 11:38:27 -07:00
|
|
|
const QString AnimDebugDrawOtherSkeletons = "Debug Draw Other Skeletons";
|
2018-03-12 12:52:12 -07:00
|
|
|
const QString AskToResetSettings = "Ask To Reset Settings on Start";
|
2015-10-13 10:38:52 -07:00
|
|
|
const QString AssetMigration = "ATP Asset Migration";
|
2016-04-01 13:02:26 -07:00
|
|
|
const QString AssetServer = "Asset Browser";
|
2014-11-20 19:34:56 -06:00
|
|
|
const QString AudioScope = "Show Scope";
|
2014-07-10 16:16:54 -07:00
|
|
|
const QString AudioScopeFiftyFrames = "Fifty";
|
2014-05-27 23:24:28 -04:00
|
|
|
const QString AudioScopeFiveFrames = "Five";
|
2014-07-10 16:16:54 -07:00
|
|
|
const QString AudioScopeFrames = "Display Frames";
|
2014-11-20 19:34:56 -06:00
|
|
|
const QString AudioScopePause = "Pause Scope";
|
2014-05-27 23:24:28 -04:00
|
|
|
const QString AudioScopeTwentyFrames = "Twenty";
|
2014-07-30 12:04:03 -07:00
|
|
|
const QString AudioStatsShowInjectedStreams = "Audio Stats Show Injected Streams";
|
2015-05-14 08:50:43 -07:00
|
|
|
const QString AutoMuteAudio = "Auto Mute Microphone";
|
2015-04-28 10:13:18 -07:00
|
|
|
const QString AvatarReceiveStats = "Show Receive Stats";
|
2017-03-24 22:58:36 +00:00
|
|
|
const QString AvatarBookmarks = "Avatar Bookmarks";
|
2018-12-10 21:29:03 +01:00
|
|
|
const QString AvatarPackager = "Avatar Packager";
|
2015-06-16 08:41:21 -07:00
|
|
|
const QString Back = "Back";
|
2015-05-11 15:48:51 -07:00
|
|
|
const QString BinaryEyelidControl = "Binary Eyelid Control";
|
2017-03-24 22:58:36 +00:00
|
|
|
const QString BookmarkAvatar = "Bookmark Avatar";
|
2018-01-15 16:47:48 -08:00
|
|
|
const QString BookmarkAvatarEntities = "Bookmark Avatar Entities";
|
2015-01-13 22:39:16 -08:00
|
|
|
const QString BookmarkLocation = "Bookmark Location";
|
2015-05-05 10:50:19 -07:00
|
|
|
const QString CalibrateCamera = "Calibrate Camera";
|
2020-09-17 18:40:01 -04:00
|
|
|
const QString CachebustRequire = "Enable Cachebusting of Script.require";
|
2015-06-25 12:36:36 -07:00
|
|
|
const QString CenterPlayerInView = "Center Player In View";
|
2014-04-03 16:48:56 -07:00
|
|
|
const QString Chat = "Chat...";
|
2019-03-28 11:53:56 +02:00
|
|
|
const QString ClearDiskCaches = "Clear Disk Caches (requires restart)";
|
2014-04-03 16:48:56 -07:00
|
|
|
const QString Collisions = "Collisions";
|
2015-07-28 22:02:36 +02:00
|
|
|
const QString Connexion = "Activate 3D Connexion Devices";
|
2014-05-26 09:58:06 -07:00
|
|
|
const QString Console = "Console...";
|
2018-03-12 12:52:12 -07:00
|
|
|
const QString ControlWithSpeech = "Enable Speech Control API";
|
2015-01-15 10:38:17 -08:00
|
|
|
const QString CopyAddress = "Copy Address to Clipboard";
|
|
|
|
const QString CopyPath = "Copy Path to Clipboard";
|
2015-07-29 20:08:58 -07:00
|
|
|
const QString CoupleEyelids = "Couple Eyelids";
|
2016-04-12 16:44:11 -07:00
|
|
|
const QString CrashPureVirtualFunction = "Pure Virtual Function Call";
|
2016-04-13 10:24:56 -07:00
|
|
|
const QString CrashPureVirtualFunctionThreaded = "Pure Virtual Function Call (threaded)";
|
2016-04-12 16:44:11 -07:00
|
|
|
const QString CrashDoubleFree = "Double Free";
|
2016-04-13 10:24:56 -07:00
|
|
|
const QString CrashDoubleFreeThreaded = "Double Free (threaded)";
|
2016-04-12 16:44:11 -07:00
|
|
|
const QString CrashNullDereference = "Null Dereference";
|
2016-04-13 10:24:56 -07:00
|
|
|
const QString CrashNullDereferenceThreaded = "Null Dereference (threaded)";
|
2016-04-12 16:44:11 -07:00
|
|
|
const QString CrashAbort = "Abort";
|
2016-04-13 10:24:56 -07:00
|
|
|
const QString CrashAbortThreaded = "Abort (threaded)";
|
2019-08-24 11:12:28 -07:00
|
|
|
const QString CrashOnShutdown = "Crash During Shutdown";
|
2016-04-12 16:44:11 -07:00
|
|
|
const QString CrashOutOfBoundsVectorAccess = "Out of Bounds Vector Access";
|
2016-04-13 10:24:56 -07:00
|
|
|
const QString CrashOutOfBoundsVectorAccessThreaded = "Out of Bounds Vector Access (threaded)";
|
2016-04-12 16:44:11 -07:00
|
|
|
const QString CrashNewFault = "New Fault";
|
2016-04-13 10:24:56 -07:00
|
|
|
const QString CrashNewFaultThreaded = "New Fault (threaded)";
|
2020-06-19 18:26:26 -07:00
|
|
|
const QString CrashThrownException = "Thrown C++ exception";
|
|
|
|
const QString CrashThrownExceptionThreaded = "Thrown C++ exception (threaded)";
|
2018-08-10 12:10:49 -07:00
|
|
|
const QString CreateEntitiesGrabbable = "Create Entities As Grabbable (except Zones, Particles, and Lights)";
|
2016-03-08 23:45:51 -08:00
|
|
|
const QString DeadlockInterface = "Deadlock Interface";
|
2018-02-22 17:34:00 -08:00
|
|
|
const QString UnresponsiveInterface = "Unresponsive Interface";
|
2013-08-15 10:46:51 -07:00
|
|
|
const QString DecreaseAvatarSize = "Decrease Avatar Size";
|
2016-08-08 08:59:57 -07:00
|
|
|
const QString DefaultSkybox = "Default Skybox";
|
2017-03-24 22:58:36 +00:00
|
|
|
const QString DeleteAvatarBookmark = "Delete Avatar Bookmark...";
|
2018-01-16 15:37:03 -08:00
|
|
|
const QString DeleteAvatarEntitiesBookmark = "Delete Avatar Entities Bookmark";
|
2015-02-18 12:39:51 -08:00
|
|
|
const QString DeleteBookmark = "Delete Bookmark...";
|
2014-07-16 12:22:27 -07:00
|
|
|
const QString DisableActivityLogger = "Disable Activity Logger";
|
2023-06-25 20:14:13 +02:00
|
|
|
const QString EnableCrashReporting = "Enable Crash Reporting";
|
2015-08-20 16:10:31 -07:00
|
|
|
const QString DisableEyelidAdjustment = "Disable Eyelid Adjustment";
|
2014-10-30 14:43:43 -07:00
|
|
|
const QString DisableLightEntities = "Disable Light Entities";
|
2015-08-24 13:24:31 -07:00
|
|
|
const QString DisplayCrashOptions = "Display Crash Options";
|
2014-08-19 17:26:01 -07:00
|
|
|
const QString DisplayHandTargets = "Show Hand Targets";
|
2014-05-07 17:32:51 -07:00
|
|
|
const QString DisplayModelBounds = "Display Model Bounds";
|
2014-12-06 11:45:49 -08:00
|
|
|
const QString DisplayModelTriangles = "Display Model Triangles";
|
2014-05-07 17:32:51 -07:00
|
|
|
const QString DisplayModelElementChildProxies = "Display Model Element Children";
|
2014-07-10 16:16:54 -07:00
|
|
|
const QString DisplayModelElementProxy = "Display Model Element Bounds";
|
2015-02-27 17:57:42 -08:00
|
|
|
const QString DisplayDebugTimingDetails = "Display Timing Details";
|
2017-03-24 22:58:36 +00:00
|
|
|
const QString LocationBookmarks = "Bookmarks";
|
2015-02-18 12:39:51 -08:00
|
|
|
const QString DontDoPrecisionPicking = "Don't Do Precision Picking";
|
|
|
|
const QString DontRenderEntitiesAsScene = "Don't Render Entities as Scene";
|
2014-04-03 16:48:56 -07:00
|
|
|
const QString EchoLocalAudio = "Echo Local Audio";
|
|
|
|
const QString EchoServerAudio = "Echo Server Audio";
|
2017-06-14 19:05:00 +03:00
|
|
|
const QString EnableFlying = "Enable Flying";
|
2017-03-30 11:21:34 -07:00
|
|
|
const QString EnableAvatarCollisions = "Enable Avatar Collisions";
|
2016-01-25 18:32:12 -08:00
|
|
|
const QString EnableInverseKinematics = "Enable Inverse Kinematics";
|
2017-02-01 13:07:58 -08:00
|
|
|
const QString EntityScriptServerLog = "Entity Script Server Log";
|
2014-07-11 16:08:37 -07:00
|
|
|
const QString ExpandMyAvatarSimulateTiming = "Expand /myAvatar/simulation";
|
|
|
|
const QString ExpandMyAvatarTiming = "Expand /myAvatar";
|
|
|
|
const QString ExpandOtherAvatarTiming = "Expand /otherAvatar";
|
|
|
|
const QString ExpandPaintGLTiming = "Expand /paintGL";
|
2018-04-13 17:01:38 -07:00
|
|
|
const QString ExpandSimulationTiming = "Expand /simulation";
|
|
|
|
const QString ExpandPhysicsTiming = "Expand /physics";
|
2014-07-11 16:08:37 -07:00
|
|
|
const QString ExpandUpdateTiming = "Expand /update";
|
2019-10-17 13:26:42 -07:00
|
|
|
const QString FirstPerson = "First Person Legacy";
|
|
|
|
const QString FirstPersonLookAt = "First Person";
|
2017-07-03 13:52:06 -04:00
|
|
|
const QString FirstPersonHMD = "Enter First Person Mode in HMD";
|
2015-08-04 18:02:34 -07:00
|
|
|
const QString FivePointCalibration = "5 Point Calibration";
|
2015-08-14 07:33:36 -07:00
|
|
|
const QString FixGaze = "Fix Gaze (no saccade)";
|
2015-06-16 08:41:21 -07:00
|
|
|
const QString Forward = "Forward";
|
2013-08-15 10:46:51 -07:00
|
|
|
const QString FrameTimer = "Show Timer";
|
2016-01-07 12:09:02 -08:00
|
|
|
const QString Help = "Help...";
|
2018-12-03 17:33:04 -08:00
|
|
|
const QString HomeLocation = "Home ";
|
2013-08-15 10:46:51 -07:00
|
|
|
const QString IncreaseAvatarSize = "Increase Avatar Size";
|
2016-05-17 14:46:50 -07:00
|
|
|
const QString ActionMotorControl = "Enable Default Motor Control";
|
2018-11-01 08:57:12 +13:00
|
|
|
const QString LastLocation = "Last Location";
|
2014-04-03 16:48:56 -07:00
|
|
|
const QString LoadScript = "Open and Run Script File...";
|
|
|
|
const QString LoadScriptURL = "Open and Run Script from URL...";
|
2013-10-29 16:16:58 -07:00
|
|
|
const QString LodTools = "LOD Tools";
|
2018-03-12 12:52:12 -07:00
|
|
|
const QString Login = "Login/Sign Up";
|
2014-07-10 16:16:54 -07:00
|
|
|
const QString Log = "Log";
|
2015-07-02 12:34:32 -07:00
|
|
|
const QString LogExtraTimings = "Log Extra Timing Details";
|
2019-09-19 10:45:20 -07:00
|
|
|
const QString LookAtCamera = "Third Person";
|
2014-07-10 16:16:54 -07:00
|
|
|
const QString LowVelocityFilter = "Low Velocity Filter";
|
2015-09-02 21:04:29 -07:00
|
|
|
const QString MeshVisible = "Draw Mesh";
|
2014-05-07 12:57:11 -07:00
|
|
|
const QString MuteEnvironment = "Mute Environment";
|
2015-04-29 21:23:47 -07:00
|
|
|
const QString MuteFaceTracking = "Mute Face Tracking";
|
2015-06-25 12:36:36 -07:00
|
|
|
const QString NamesAboveHeads = "Names Above Heads";
|
2016-08-23 10:29:49 -07:00
|
|
|
const QString Networking = "Networking...";
|
2015-02-18 12:39:51 -08:00
|
|
|
const QString NoFaceTracking = "None";
|
2015-03-26 16:36:46 -07:00
|
|
|
const QString OctreeStats = "Entity Statistics";
|
2015-08-04 18:02:34 -07:00
|
|
|
const QString OnePointCalibration = "1 Point Calibration";
|
2015-02-27 17:57:42 -08:00
|
|
|
const QString OnlyDisplayTopTen = "Only Display Top Ten";
|
2023-06-25 20:14:13 +02:00
|
|
|
const QString OpenVrThreadedSubmit = "OpenVR Threaded Submit";
|
2016-01-08 16:58:25 -08:00
|
|
|
const QString OutputMenu = "Display";
|
2018-05-18 09:21:41 -07:00
|
|
|
const QString Overlays = "Show Overlays";
|
2018-10-22 15:02:33 -04:00
|
|
|
const QString PackageModel = "Package Avatar as .fst...";
|
2013-08-15 10:46:51 -07:00
|
|
|
const QString Pair = "Pair";
|
2016-01-26 18:56:22 -08:00
|
|
|
const QString PhysicsShowOwned = "Highlight Simulation Ownership";
|
2018-04-20 15:06:11 -07:00
|
|
|
const QString VerboseLogging = "Verbose Logging";
|
2018-04-20 11:38:25 -07:00
|
|
|
const QString PhysicsShowBulletWireframe = "Show Bullet Collision";
|
|
|
|
const QString PhysicsShowBulletAABBs = "Show Bullet Bounding Boxes";
|
|
|
|
const QString PhysicsShowBulletContactPoints = "Show Bullet Contact Points";
|
|
|
|
const QString PhysicsShowBulletConstraints = "Show Bullet Constraints";
|
|
|
|
const QString PhysicsShowBulletConstraintLimits = "Show Bullet Constraint Limits";
|
2014-08-19 17:26:01 -07:00
|
|
|
const QString PipelineWarnings = "Log Render Pipeline Warnings";
|
2016-01-07 12:09:02 -08:00
|
|
|
const QString Preferences = "General...";
|
2014-04-03 16:48:56 -07:00
|
|
|
const QString Quit = "Quit";
|
2014-02-13 18:19:20 -08:00
|
|
|
const QString ReloadAllScripts = "Reload All Scripts";
|
2015-07-10 15:47:46 -07:00
|
|
|
const QString ReloadContent = "Reload Content (Clears all caches)";
|
2017-06-02 11:19:43 -07:00
|
|
|
const QString RenderClearKtxCache = "Clear KTX Cache (requires restart)";
|
2016-04-15 18:07:37 -07:00
|
|
|
const QString RenderMaxTextureMemory = "Maximum Texture Memory";
|
|
|
|
const QString RenderMaxTextureAutomatic = "Automatic Texture Memory";
|
2016-12-05 14:12:57 -08:00
|
|
|
const QString RenderMaxTexture4MB = "4 MB";
|
2016-04-15 18:07:37 -07:00
|
|
|
const QString RenderMaxTexture64MB = "64 MB";
|
|
|
|
const QString RenderMaxTexture256MB = "256 MB";
|
|
|
|
const QString RenderMaxTexture512MB = "512 MB";
|
|
|
|
const QString RenderMaxTexture1024MB = "1024 MB";
|
|
|
|
const QString RenderMaxTexture2048MB = "2048 MB";
|
2018-04-03 18:08:43 -07:00
|
|
|
const QString RenderMaxTexture3072MB = "3072 MB";
|
|
|
|
const QString RenderMaxTexture4096MB = "4096 MB";
|
|
|
|
const QString RenderMaxTexture6144MB = "6144 MB";
|
|
|
|
const QString RenderMaxTexture8192MB = "8192 MB";
|
2024-06-18 21:08:21 -07:00
|
|
|
const QString RenderMaxTexture10240MB = "10240 MB";
|
|
|
|
const QString RenderMaxTexture12288MB = "12288 MB";
|
|
|
|
const QString RenderMaxTexture16384MB = "16384 MB";
|
|
|
|
const QString RenderMaxTexture20480MB = "20480 MB";
|
2016-03-09 16:24:08 -08:00
|
|
|
const QString RenderSensorToWorldMatrix = "Show SensorToWorld Matrix";
|
2016-09-09 12:50:34 -07:00
|
|
|
const QString RenderIKTargets = "Show IK Targets";
|
2017-05-04 17:16:22 -07:00
|
|
|
const QString RenderIKConstraints = "Show IK Constraints";
|
2017-05-18 16:29:55 -07:00
|
|
|
const QString RenderIKChains = "Show IK Chains";
|
2017-08-10 16:36:09 -07:00
|
|
|
const QString RenderDetailedCollision = "Show Detailed Collision";
|
2013-08-15 10:46:51 -07:00
|
|
|
const QString ResetAvatarSize = "Reset Avatar Size";
|
2014-10-03 09:37:56 -07:00
|
|
|
const QString ResetSensors = "Reset Sensors";
|
2016-01-07 12:09:02 -08:00
|
|
|
const QString RunningScripts = "Running Scripts...";
|
2013-08-15 10:46:51 -07:00
|
|
|
const QString RunTimingTests = "Run Timing Tests";
|
2014-09-16 17:09:32 -07:00
|
|
|
const QString ScriptedMotorControl = "Enable Scripted Motor Control";
|
2019-12-26 22:27:58 -05:00
|
|
|
const QString EntityScriptQMLWhitelist = "Entity Script / QML Whitelist";
|
2024-06-18 21:08:21 -07:00
|
|
|
const QString ScriptSecurity = "Script Security";
|
2018-10-15 12:42:07 -07:00
|
|
|
const QString ShowTrackedObjects = "Show Tracked Objects";
|
2019-09-19 10:45:20 -07:00
|
|
|
const QString SelfieCamera = "Selfie";
|
2016-06-08 13:38:07 -07:00
|
|
|
const QString SendWrongDSConnectVersion = "Send wrong DS connect version";
|
2016-05-24 13:31:19 -07:00
|
|
|
const QString SendWrongProtocolVersion = "Send wrong protocol version";
|
2016-04-23 16:43:00 +12:00
|
|
|
const QString SetHomeLocation = "Set Home Location";
|
2014-09-17 14:11:41 -07:00
|
|
|
const QString ShowBordersEntityNodes = "Show Entity Nodes";
|
2017-04-21 09:31:33 -07:00
|
|
|
const QString ShowBoundingCollisionShapes = "Show Bounding Collision Shapes";
|
|
|
|
const QString ShowDSConnectTable = "Show Domain Connection Timing";
|
|
|
|
const QString ShowMyLookAtVectors = "Show My Eye Vectors";
|
2019-09-07 18:07:37 -07:00
|
|
|
const QString ShowMyLookAtTarget = "Show My Look-At Target";
|
2017-04-21 09:31:33 -07:00
|
|
|
const QString ShowOtherLookAtVectors = "Show Other Eye Vectors";
|
2019-09-07 18:07:37 -07:00
|
|
|
const QString ShowOtherLookAtTarget = "Show Other Look-At Target";
|
2017-06-05 15:13:56 -04:00
|
|
|
const QString EnableLookAtSnapping = "Enable LookAt Snapping";
|
2015-07-04 11:25:27 -07:00
|
|
|
const QString ShowRealtimeEntityStats = "Show Realtime Entity Stats";
|
2015-07-28 14:07:25 -07:00
|
|
|
const QString SimulateEyeTracking = "Simulate";
|
2015-07-27 15:33:15 -07:00
|
|
|
const QString SMIEyeTracking = "SMI Eye Tracking";
|
2016-11-08 09:47:15 -08:00
|
|
|
const QString SparseTextureManagement = "Enable Sparse Texture Management";
|
2018-11-01 08:57:12 +13:00
|
|
|
const QString StartUpLocation = "Start-Up Location";
|
2018-03-12 12:52:12 -07:00
|
|
|
const QString Stats = "Show Statistics";
|
2018-09-06 16:18:01 -07:00
|
|
|
const QString AnimStats = "Show Animation Stats";
|
2014-02-13 18:19:20 -08:00
|
|
|
const QString StopAllScripts = "Stop All Scripts";
|
2014-04-03 16:48:56 -07:00
|
|
|
const QString SuppressShortTimings = "Suppress Timings Less than 10ms";
|
2019-09-18 17:00:10 -07:00
|
|
|
const QString ThirdPerson = "Third Person Legacy";
|
2015-08-04 18:02:34 -07:00
|
|
|
const QString ThreePointCalibration = "3 Point Calibration";
|
2015-08-19 21:11:48 -07:00
|
|
|
const QString ThrottleFPSIfNotFocus = "Throttle FPS If Not Focus"; // FIXME - this value duplicated in Basic2DWindowOpenGLDisplayPlugin.cpp
|
2014-11-13 17:47:02 -08:00
|
|
|
const QString ToolWindow = "Tool Window";
|
2013-08-15 10:46:51 -07:00
|
|
|
const QString TransmitterDrive = "Transmitter Drive";
|
2014-04-03 16:48:56 -07:00
|
|
|
const QString TurnWithHead = "Turn using Head";
|
2015-04-20 16:14:36 -07:00
|
|
|
const QString UseAudioForMouth = "Use Audio for Mouth";
|
2015-04-22 13:15:57 -07:00
|
|
|
const QString UseCamera = "Use Camera";
|
|
|
|
const QString VelocityFilter = "Velocity Filter";
|
2015-03-29 18:35:56 -07:00
|
|
|
const QString VisibleToEveryone = "Everyone";
|
|
|
|
const QString VisibleToFriends = "Friends";
|
|
|
|
const QString VisibleToNoOne = "No one";
|
2015-08-23 17:59:58 +02:00
|
|
|
const QString WorldAxes = "World Axes";
|
2017-09-14 16:37:02 +02:00
|
|
|
const QString DesktopTabletToToolbar = "Desktop Tablet Becomes Toolbar";
|
|
|
|
const QString HMDTabletToToolbar = "HMD Tablet Becomes Toolbar";
|
2018-03-01 14:24:20 -08:00
|
|
|
const QString Shadows = "Shadows";
|
2018-03-09 15:04:14 -08:00
|
|
|
const QString AmbientOcclusion = "Ambient Occlusion";
|
2018-05-06 12:51:59 +02:00
|
|
|
const QString NotificationSounds = "play_notification_sounds";
|
2018-05-04 22:01:44 +02:00
|
|
|
const QString NotificationSoundsSnapshot = "play_notification_sounds_snapshot";
|
2018-05-06 09:41:10 +02:00
|
|
|
const QString NotificationSoundsTablet = "play_notification_sounds_tablet";
|
2018-08-22 17:49:02 -07:00
|
|
|
const QString ForceCoarsePicking = "Force Coarse Picking";
|
2018-08-24 12:48:31 -07:00
|
|
|
const QString ComputeBlendshapes = "Compute Blendshapes";
|
2019-05-20 11:58:01 -07:00
|
|
|
const QString HighlightTransitions = "Highlight Transitions";
|
2019-11-04 11:15:37 -08:00
|
|
|
const QString MaterialProceduralShaders = "Enable Procedural Materials";
|
2013-08-15 10:46:51 -07:00
|
|
|
}
|
2015-04-25 16:20:15 -07:00
|
|
|
|
2014-04-09 12:03:17 -07:00
|
|
|
#endif // hifi_Menu_h
|
2016-02-24 17:38:01 -08:00
|
|
|
|