Expand description
systems used to build the default App
Functionsยง
- cursor_
in_ render - Detects if the cursor is positioned in the render tab.
- dart_
bodies_ handles - Dart body mesh handles update system.
- dart_
bodies_ transform - Dart body transform update system.
- dart_
heads_ handle - Dart head mesh handle update system.
- dart_
heads_ transform - Dart head transform update system.
- dart_
mat_ handle - Dart material handle update system.
- dart_
render - Dart render color and status update system.
- draw_
inspected_ data - Inspection panel drawing function.
- draw_
options - rendering options drawing function.
- edges_
handle - Edge mesh handles update system.
- edges_
mat_ handle - Edge material handle update system.
- edges_
render - Edge render color and status update system.
- populate_
beta - System used to generate beta entities in the ECS.
- populate_
darts - System used to generate dart entities in the ECS.
- populate_
edges - System used to generate edge entities in the ECS.
- populate_
faces - System used to generate face entities in the ECS.
- populate_
vertices - System used to generate vertex entities in the ECS.
- setup_
scene - Scene setup routine.
- update_
camera - Camera update routine.
- update_
picking - Picking update routine.
- vertices_
handle - Vertex mesh handle update system.
- vertices_
mat_ handle - Vertex material handle update system.
- vertices_
render - Vertex render color and status update system.