#5567 closed defect (fixed)
The engine V6 animation is completely black
Reported by: | Francesco Casella | Owned by: | Volker Waurich |
---|---|---|---|
Priority: | blocker | Milestone: | 1.14.0 |
Component: | OMEdit | Version: | |
Keywords: | Cc: |
Description
The Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic_res
model is a nice demo of the capabilities of Modelica and OpenModelica.
Unfortunately, for some reason the animation turns out to be completely black. Why is that the case? If I am not mistaken, this didn't happen in the past.
Change History (5)
comment:2 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
follow-ups: 4 5 comment:3 by , 5 years ago
I added the complete AutoDesk color map. https://github.com/OpenModelica/OpenModelica/pull/329
Some color codes have been missing.
Nevertheless, the scaling of the DXF-files is still wrong and I am unsure, how this should be done correctly. There is a length, width, height attribute which should influence the scaling of the bodies. Using these values as a scaling factor is not correct. Maybe the outer dimensions of the DXF-File have to be scaled to the given values.
comment:4 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replying to vwaurich:
I added the complete AutoDesk color map. https://github.com/OpenModelica/OpenModelica/pull/329
Some color codes have been missing.
This looks good after PR 319
comment:5 by , 5 years ago
Replying to vwaurich:
Nevertheless, the scaling of the DXF-files is still wrong and I am unsure, how this should be done correctly. There is a length, width, height attribute which should influence the scaling of the bodies. Using these values as a scaling factor is not correct.
Maybe the outer dimensions of the DXF-File have to be scaled to the given values.
I opened #5593 on this topic.
Yes. I can reproduce this.