fix: Forward StaticObjectProperties to avoid loss
In the entity producer not for all entity types the properties from the scenario were copied to the new properties. This resulted in loss of e.g. the model_3d attribute value.
There will be a follow-up refactoring MR because now the StaticObjectProperties are:
- taken over from the scenario engine
- partially overwritten for specific static objects (traffic signs...)
- overwritten again partially with the original values from the scenario
Edited by Andreas Rauschert