mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 10:34:33 +02:00
support new shape types in edit.js
This commit is contained in:
parent
97fc5ac3b8
commit
76cb80112e
1 changed files with 2 additions and 0 deletions
|
@ -1646,6 +1646,8 @@
|
|||
<option value="box">Box</option>
|
||||
<option value="sphere">Sphere</option>
|
||||
<option value="compound">Compound</option>
|
||||
<option value="simple-hull">One Hull</option>
|
||||
<option value="simple-compound">Hull Per Submesh</option>
|
||||
<option value="static-mesh">Static Mesh</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue