2022-05-21 20:25:03 +00:00
|
|
|
#Enable or disable the entire engine
|
|
|
|
#Allowed Values: OFF, BATCHING, INSTANCING
|
|
|
|
backend = "INSTANCING"
|
|
|
|
#Enable or disable a debug overlay that colors pixels by their normal
|
|
|
|
debugNormals = false
|
|
|
|
#Enable or disable instance update limiting with distance.
|
|
|
|
limitUpdates = true
|
|
|
|
|