drawGrid

fun drawGrid(engine: Engine): List<Node>

Deprecated

This function is deprecated

Replace with

drawMTK

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

Return

a list of nodes representing the grid

Parameters

engine

: the engine used to render the scene