1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-07 20:30:57 +00:00
openmw/components/terrain
Capostrophic 1bf2ddac4d Cleanup
Move static variable declaration out of the loop
Remove redundant boolean argument from applyDrawableProperties()
Improve HeightCullCallback class formatting
2020-05-07 18:54:09 +03:00
..
buffercache.cpp
buffercache.hpp
cellborder.cpp
cellborder.hpp
chunkmanager.cpp re-use bzzts waterplane overlay for debug; makes it easier to test. To use this, set the env OPENMW_WATER_CULLING_DEBUG=1; You will see blue rectangles corresponding to water outlines. Once there are no more outlines, water is culled. You can further see this by pressing F3 3 times to check the the amount of quads. Before culling it should be around 1600, after culling it should drop to 0. 2020-04-23 11:12:10 +02:00
chunkmanager.hpp
compositemaprenderer.cpp
compositemaprenderer.hpp
defs.hpp
material.cpp
material.hpp
quadtreenode.cpp
quadtreenode.hpp
quadtreeworld.cpp Cleanup 2020-05-07 18:54:09 +03:00
quadtreeworld.hpp
storage.hpp
terraindrawable.cpp re-use bzzts waterplane overlay for debug; makes it easier to test. To use this, set the env OPENMW_WATER_CULLING_DEBUG=1; You will see blue rectangles corresponding to water outlines. Once there are no more outlines, water is culled. You can further see this by pressing F3 3 times to check the the amount of quads. Before culling it should be around 1600, after culling it should drop to 0. 2020-04-23 11:12:10 +02:00
terraindrawable.hpp re-use bzzts waterplane overlay for debug; makes it easier to test. To use this, set the env OPENMW_WATER_CULLING_DEBUG=1; You will see blue rectangles corresponding to water outlines. Once there are no more outlines, water is culled. You can further see this by pressing F3 3 times to check the the amount of quads. Before culling it should be around 1600, after culling it should drop to 0. 2020-04-23 11:12:10 +02:00
terraingrid.cpp
terraingrid.hpp Apply suggestion to components/terrain/terraingrid.hpp 2020-04-24 06:26:08 +00:00
texturemanager.cpp
texturemanager.hpp
viewdata.cpp
viewdata.hpp
world.cpp
world.hpp Cleanup 2020-05-07 18:54:09 +03:00