Skip to content

Commit e1b6782

Browse files
committed
Removed rendermodel
1 parent dddb352 commit e1b6782

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

driver_tutorial_hmd/src/Driver/HMDDevice.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ vr::EVRInitError TutorialDriver::HMDDevice::Activate(uint32_t unObjectId)
8484
// Set up a model "number" (not needed but good to have)
8585
vr::VRProperties()->SetStringProperty(props, vr::Prop_ModelNumber_String, "Tutorial HMD Device");
8686

87-
// Set up a rendermodel name
88-
vr::VRProperties()->SetStringProperty(props, vr::Prop_RenderModelName_String, "{tutorial_hmd}tutorial_hmd_model");
89-
9087
// Set up icon paths
9188
vr::VRProperties()->SetStringProperty(props, vr::Prop_NamedIconPathDeviceReady_String, "{tutorial_hmd}/icons/hmd_ready.png");
9289

0 commit comments

Comments
 (0)