CEF Helper
Minimal editor extension that manages CEF (Chromium Embedded Framework) UI visibility when entering/exiting editor mode. Currently disabled for release due to track editor bugs.
Minimal editor extension that manages CEF (Chromium Embedded Framework) UI visibility when entering/exiting editor mode. Currently disabled for release due to track editor bugs.
Public Functions
| Function | Description |
|---|---|
M.onEditorDeactivated() | Would show CEF UI (currently disabled) |
M.onEditorActivated() | Would hide CEF UI (currently disabled) |
Purpose
When the ImGui-based editor is active, the CEF overlay UI should be hidden to avoid visual conflicts. This extension toggles scenetree.maincef.visible on editor activation/deactivation.
Current State
Both functions are commented out in the implementation:
-- disabled for release due to bugs with the track editor
--scenetree.maincef.visible = true -- onDeactivated
--scenetree.maincef.visible = false -- onActivatedSee Also
- globals - Editor lifecycle hooks
Camera Path Editor
Editor tool for creating and editing camera paths with spline interpolation. Supports marker-based keyframes, replay linking, vehicle tracking, frustum visualization, camera preview, and overlay guide
Co-Simulation Signal Editor
Editor tool for configuring co-simulation signal coupling between BeamNG vehicles and external 3rd-party simulators via UDP. Also provides vehicle signal logging (VSL) capabilities for kinematics, dri