1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/apps
scrawl 4983d08fe4 Fix a problem with statics disappearing sometimes on the map
Ogre::StaticGeometry doesn't seem to like materials being changed at runtime. It stores raw pointers to Ogre::Technique objects also, which conflicts with shiny's way of managing "unloaded" materials as having zero techniques. If a static geometry object is baked from an unloaded material, it won't find any techniques to use and can't render. By moving the unload call afterwards, it will be detected as in use by a renderable and won't be unloaded. Ideally this needs fixing of Ogre::StaticGeometry to not hold on to Technique objects (they also currently need to be rebuilt whenever user settings are changed, which also causes "unloading" of materials)
2013-05-18 22:55:30 +02:00
..
bsatool
esmtool
launcher Merge remote-tracking branch 'graffy76/usersettings' 2013-05-16 18:04:55 +02:00
mwiniimporter
opencs Merge remote-tracking branch 'graffy76/usersettings' 2013-05-17 10:24:52 +02:00
openmw Fix a problem with statics disappearing sometimes on the map 2013-05-18 22:55:30 +02:00
openmw_test_suite
doc.hpp