This website requires JavaScript.
Explore
Help
Sign In
Relintai
/
props
Watch
1
Star
0
Fork
0
You've already forked props
mirror of
https://github.com/Relintai/props.git
synced
2024-11-14 10:17:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c6f6871fc2
props
/
singleton
History
Relintai
2568178b42
Only call initial_setup_default on the main thread, and document that shader duplication can crash if done from a different thread. Removed the material mutex from the prop cache as it's not needed anymore.
2021-08-25 17:24:25 +02:00
..
prop_cache.cpp
Only call initial_setup_default on the main thread, and document that shader duplication can crash if done from a different thread. Removed the material mutex from the prop cache as it's not needed anymore.
2021-08-25 17:24:25 +02:00
prop_cache.h
Only call initial_setup_default on the main thread, and document that shader duplication can crash if done from a different thread. Removed the material mutex from the prop cache as it's not needed anymore.
2021-08-25 17:24:25 +02:00
prop_utils.cpp
Now the room hull generation tool will generate a bit more optimized meshes. It's not too bad but the meshes can still be optimized a bit. The commit contains some commented out code for now. I'll try to think up a way to remove all unneeded points from the hull.
2021-08-14 18:35:53 +02:00
prop_utils.h
Now the room hull calculation tool works.
2021-08-14 12:54:14 +02:00