I was creating models for some storage items and asked myself if there is some possibility to make them pop-up from other models.
You can see the storage Field in his first state is absolute empty. But the filled with the Harvested materials.
So in theory it could be possible to use the same code also for storage models right?
Implementing a code that recognize if the store is empty use model1.cq, if the model is 20% full use model2.cq, 40% model3.cq and so on…
Is this already possible?