Skip to content

vgdml: Fix reading of (simple) extruded solid

Jonas Hahnfeld requested to merge vgdml-sextru into master

The section's attribute is called "zPosition". Before the code would not find the "z" attribute and give all extruded solids a height of 0.

Note that the code continues to ignore all other section attributes, meaning it will assume to read a simple extruded solid even though the ignored attributes say otherwise...

Merge request reports