Added PLC_Navigation hint for gathering navmesh polygon data.

This commit is contained in:
Daniel Buckmaster 2013-07-04 17:23:23 +10:00
parent 95ef5ec226
commit d9c731b73f
4 changed files with 77 additions and 2 deletions

View file

@ -96,6 +96,11 @@ enum PolyListContext
/// selection from an editor or other tool.
PLC_Selection,
/// A hint that the polylist is used for
/// building a representation of the environment
/// used for navigation.
PLC_Navigation,
/// A hint that the polyist will be used
/// to export geometry and would like to have
/// texture coords and materials.