We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddb352 commit e1b6782Copy full SHA for e1b6782
driver_tutorial_hmd/src/Driver/HMDDevice.cpp
@@ -84,9 +84,6 @@ vr::EVRInitError TutorialDriver::HMDDevice::Activate(uint32_t unObjectId)
84
// Set up a model "number" (not needed but good to have)
85
vr::VRProperties()->SetStringProperty(props, vr::Prop_ModelNumber_String, "Tutorial HMD Device");
86
87
- // Set up a rendermodel name
88
- vr::VRProperties()->SetStringProperty(props, vr::Prop_RenderModelName_String, "{tutorial_hmd}tutorial_hmd_model");
89
-
90
// Set up icon paths
91
vr::VRProperties()->SetStringProperty(props, vr::Prop_NamedIconPathDeviceReady_String, "{tutorial_hmd}/icons/hmd_ready.png");
92
0 commit comments