This website requires JavaScript.
Explore
Help
Sign In
TorqueGameEngines
/
Torque3D
Watch
1
Star
0
Fork
You've already forked Torque3D
0
mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced
2026-01-19 20:24:49 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ce18d46b82
Torque3D
/
Engine
History
Azaezel
ce18d46b82
the buildtiles method does not in fact build tiles right then and there, but instead queues tiles to update themselves over time. as such, simply disabling then enabling collision no longer functions (and how it did before so before is frankly likely due to exploiting a bug someplace upstream). as such, we set the same flag for NavMeshUpdateAll as we do for NavMeshIgnore to filter something as hidden from navmesh generation or not on a permanent, instead of a temporary basis via removing from the physics sim since it's likely to still be generating by the time it's put back.
2019-03-06 18:14:36 -06:00
..
bin
style.css changes for Project Manager modules
2013-05-01 17:08:43 -04:00
lib
NFD updated to 1.1.4
2019-01-01 10:58:53 -06:00
source
the buildtiles method does not in fact build tiles right then and there, but instead queues tiles to update themselves over time. as such, simply disabling then enabling collision no longer functions (and how it did before so before is frankly likely due to exploiting a bug someplace upstream). as such, we set the same flag for NavMeshUpdateAll as we do for NavMeshIgnore to filter something as hidden from navmesh generation or not on a permanent, instead of a temporary basis via removing from the physics sim since it's likely to still be generating by the time it's put back.
2019-03-06 18:14:36 -06:00