You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Presets are stored in localStorage under the key: `cameraPresets` (the old `cameraHome` is migrated automatically if present).
49
63
50
64
Park brake simulation & signals
51
65
@@ -54,6 +68,19 @@ Park brake simulation & signals
54
68
- Edge behavior:
55
69
- 1 -> 0 (released) triggers transition to the Drive preset (if present).
56
70
- 0 -> 1 (engaged) triggers transition to the Home preset (if present).
71
+
-**Speed Control**:
72
+
- In Drive mode, the animation speed is controlled by the current speed setting (0-75 mph).
73
+
- Speed can be set via the slider in the Camera Info panel, or programmatically via the API.
74
+
- Speeds above 75 mph are automatically clamped to 75 mph for animation purposes.
75
+
- At 0 mph, the road/environment animation stops (but wheels still rotate slowly).
76
+
- At 50 mph, the animation runs at base speed.
77
+
- At 75 mph, the animation runs at 1.5x base speed.
78
+
- Wheel rotation speed scales proportionally with the set speed.
79
+
- Visual modes:
80
+
-**Home (Showroom Mode)**: Dark background with spotlights, static environment, car displayed in showroom setting.
81
+
-**Drive Mode**: Animated road moving toward the car, lane markings and trees moving to create illusion of travel. Animation speed controlled by speed setting.
0 commit comments