RadixEngine icon indicating copy to clipboard operation
RadixEngine copied to clipboard

How to store non-cuboid shapes in the maps

Open hhirsch opened this issue 7 years ago • 1 comments

https://developer.valvesoftware.com/wiki/Valve_Map_Format

hhirsch avatar Sep 21 '17 17:09 hhirsch

Proposed XML wording for the current walls:

<solid>
  <position x="14.0" y="0.05" z="4.0"/>
  <shape type="cuboid" material="5">
    <scale x="4.4" y="0.2" z="4.4"/>
  </shape>
</solid>

ElementW avatar Oct 03 '17 18:10 ElementW