Skip to content

Instantly share code, notes, and snippets.

@KzoNag
Created December 14, 2022 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KzoNag/b369a1afd5d47b6bb706693ad004021c to your computer and use it in GitHub Desktop.
Save KzoNag/b369a1afd5d47b6bb706693ad004021c to your computer and use it in GitHub Desktop.
ブログ用 - 出力したVIVE Flowのコントローラーのデータ構造
{
"interface": "XRInputV1",
"type": "",
"product": "WVR_CONTROLLER_FINCH3DOF_2_0_PAC_20_9_DARK",
"serial": "000000",
"version": "",
"manufacturer": "NA",
"capabilities": {
"deviceName": "WVR_CONTROLLER_FINCH3DOF_2_0_PAC_20_9_DARK",
"manufacturer": "NA",
"serialNumber": "000000",
"characteristics": 612,
"deviceId": 2,
"inputFeatures": [
{
"name": "Right Controller Is Tracked",
"usageHints": [
{
"content": "IsTracked",
"id": 1429429695
}
],
"featureType": 1,
"customSize": 4294967295
},
{
"name": "Right Controller Tracking State",
"usageHints": [
{
"content": "TrackingState",
"id": 1636970542
}
],
"featureType": 2,
"customSize": 4294967295
},
{
"name": "Right Controller Position",
"usageHints": [
{
"content": "DevicePosition",
"id": 3323297731
}
],
"featureType": 5,
"customSize": 4294967295
},
{
"name": "Right Controller Rotation",
"usageHints": [
{
"content": "DeviceRotation",
"id": 3528255621
}
],
"featureType": 6,
"customSize": 4294967295
},
{
"name": "Right Controller Velocity",
"usageHints": [
{
"content": "DeviceVelocity",
"id": 1066346694
}
],
"featureType": 5,
"customSize": 4294967295
},
{
"name": "Right Controller Trigger (Trigger Axis)",
"usageHints": [
{
"content": "Trigger",
"id": 2448783467
}
],
"featureType": 3,
"customSize": 4294967295
},
// 省略...
],
"CanQueryForDeviceStateAtTime": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment