You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/components/terrain
Bo Svensson d88d006984
fixes getViewDistance (#3207)
I have been informed by @akortunov that my addition of `Groundcover::getViewDistance` is not working in some cases. Investigations revealed that some `ViewData` code interacting with my additions had been quite thoroughly optimised in a way that was not sufficiently documented and interfered with the new feature. With this PR we repair `getViewDistance` while preserving such optimisations and add a necessary comment to avoid issues in the future. In addition, we now rebuild views when the global `mViewDistance` changes.
3 years ago
..
buffercache.cpp Sprinkle some const-ref in loop 3 years ago
buffercache.hpp Replace OpenThreads by std types 5 years ago
cellborder.cpp fixes build (#3134) 3 years ago
cellborder.hpp fixes build (#3134) 3 years ago
chunkmanager.cpp remove mDebugChunks from chunkManager 3 years ago
chunkmanager.hpp improves paging preloader (#3126) 3 years ago
compositemaprenderer.cpp removes UnrefQueue (#3181) 3 years ago
compositemaprenderer.hpp removes UnrefQueue (#3181) 3 years ago
defs.hpp Add terrain parallax mapping 9 years ago
material.cpp optimise chunk drawing order (#3116) 3 years ago
material.hpp refactor and fix wobbly shores 3 years ago
quadtreenode.cpp Replace zeroes and nulls by nullptrs 4 years ago
quadtreenode.hpp Mark overrided methods by override keyword 4 years ago
quadtreeworld.cpp fixes getViewDistance (#3207) 3 years ago
quadtreeworld.hpp fixes getViewDistance (#3207) 3 years ago
storage.hpp Remove unused and unfinished blendmap packing feature 6 years ago
terraindrawable.cpp improves paging preloader (#3126) 3 years ago
terraindrawable.hpp improves paging preloader (#3126) 3 years ago
terraingrid.cpp Fix node masks signed/unsigned mismatch 4 years ago
terraingrid.hpp Fix node masks signed/unsigned mismatch 4 years ago
texturemanager.cpp pagerebuild on disable 5 years ago
texturemanager.hpp Mark overrided methods by override keyword 4 years ago
viewdata.cpp fixes getViewDistance (#3207) 3 years ago
viewdata.hpp fixes getViewDistance (#3207) 3 years ago
world.cpp removes UnrefQueue (#3181) 3 years ago
world.hpp removes UnrefQueue (#3181) 3 years ago