Ajout STL Bouchon M8

This commit is contained in:
=
2021-01-28 08:32:08 +01:00
parent d755c5e0e4
commit a454165ade
6 changed files with 15286 additions and 856 deletions

BIN
Bouchon M8.skb Normal file

Binary file not shown.

BIN
Bouchon M8.skp Normal file

Binary file not shown.

14422
Shifter STL/Bouchon M8.stl Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -494,14 +494,6 @@ void ZenDrive_::sendWheelStates()
dataWheel[2] = steering;
HID().SendReport(WHEEL_REPORT_ID, dataWheel, WHEEL_STATE_SIZE);
/*data[7] = xAxis + 127;
data[8] = yAxis + 127;
data[9] = zAxis + 127;
data[10] = (xAxisRotation % 360) * 0.708;
data[11] = (yAxisRotation % 360) * 0.708;
data[12] = (zAxisRotation % 360) * 0.708;*/
}
ZenDrive_ ZenDrive;

View File

@@ -30,7 +30,7 @@
//================================================================================
//================================================================================
// ZenDrive Simulator (Gamepad)
// ZenDrive Simulator (Game Controller)
class ZenDrive_
{

1710
logo.ai

File diff suppressed because one or more lines are too long