Adds functionality to automate convex proxy objects for appropriate types. Instead of having to manually convert a zone or portal or occlusion volume to convex to edit it's shape, then back again, simply entering the convex editor will automatically convert them to proxy convex shapes, with a special material to denote them.

When the convex shape editor is exited, it converts them back to their original type, with the changes made to the proxy convex applied to them.
This commit is contained in:
Areloch 2017-10-12 01:41:27 -05:00
parent 5c1d764956
commit 9a207ca6b0
8 changed files with 349 additions and 1 deletions

View file

@ -200,6 +200,8 @@ public:
/// @}
String getMaterialName() { return mMaterialName; }
protected:
void _updateMaterial();