mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-26 14:55:39 +00:00
Added PLC_Navigation hint for gathering navmesh polygon data.
This commit is contained in:
parent
95ef5ec226
commit
d9c731b73f
4 changed files with 77 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue