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
View File
Binary file not shown.
BIN
View File
Binary file not shown.
File diff suppressed because it is too large Load Diff
-8
View File
@@ -494,14 +494,6 @@ void ZenDrive_::sendWheelStates()
dataWheel[2] = steering; dataWheel[2] = steering;
HID().SendReport(WHEEL_REPORT_ID, dataWheel, WHEEL_STATE_SIZE); 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; ZenDrive_ ZenDrive;
+1 -1
View File
@@ -30,7 +30,7 @@
//================================================================================ //================================================================================
//================================================================================ //================================================================================
// ZenDrive Simulator (Gamepad) // ZenDrive Simulator (Game Controller)
class ZenDrive_ class ZenDrive_
{ {
+863 -847
View File
File diff suppressed because one or more lines are too long