Package-level declarations

Functions

Link copied to clipboard
fun drawGrid(engine: Engine): List<Node>

This function is used to draw a 3D grid in the scene using the SceneView library and the Filament engine

Link copied to clipboard
fun drawMTK(engine: Engine, materialLoader: MaterialLoader?, groundColor: Color = Color(0.902f, 0.902f, 0.902f, 1.0f), wallColor: Color = Color(0.561f, 0.561f, 0.561f, 1.0f), spaceColor: Color = Color(0.612f, 0.153f, 0.69f, 1.0f), onNodeSelected: (Position2) -> Unit): Node

This function is used to draw a Machinestalk plan in the scene using the SceneView library and the Filament engine