Changelog Fix Vive Hand Tracking support test
This commit is contained in:
parent
bbe8783455
commit
fce1d284f4
@ -834,8 +834,8 @@ namespace Passer.Humanoid {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static bool CheckExtensionOpenVR(Configuration configuration) {
|
public static bool CheckExtensionOpenVR(Configuration configuration) {
|
||||||
bool enabled = isViveHandSupportAvailable; // configuration.openVRSupport;
|
bool enabled = true; // configuration.openVRSupport;
|
||||||
CheckExtension(isViveHandTrackingAvailable, "hVIVEHAND");
|
CheckExtension(isViveHandTrackingAvailable & isViveHandSupportAvailable, "hVIVEHAND");
|
||||||
return CheckExtension(enabled, openVRPath, "hOPENVR");
|
return CheckExtension(enabled, openVRPath, "hOPENVR");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user