MarginallyClever / Robot-Overlord-App

Simulation and control software for robots
https://www.marginallyclever.com/
GNU General Public License v2.0
157 stars 48 forks source link

recursive MeshInstance? #271

Closed i-make-robots closed 5 months ago

i-make-robots commented 5 months ago

When DrawMeshes walks the scene tree it should remember the last Material it found. All MeshInstances at or below that Material should use said material. This way entire branches can be set with a single instance, while children can be overridden with a new Material. This makes life easier for designers and uses less memory.

i-make-robots commented 5 months ago

1cfd4ee98144275c6e3e82ff9e98085f7feb6d1e implemented.