openmw-tes3coop/components/nifogre
Chris Robinson 97d617d43f Use more appropriate VBO settings
Unskinned meshes don't need dynamic VBOs; they aren't rewritten since their
transformations are handled by the modelview matrix. They also don't need the
local RAM copy (the "shadow buffer") since it's really only useful for skinning
purposes (though this means the VBO has to be readable for static geometry to
work).
2013-04-04 05:10:49 -07:00
..
tests Mostly removal of unnecessary #include's and a little clean up 2012-07-17 09:27:12 +02:00
ogrenifloader.cpp Use more appropriate VBO settings 2013-04-04 05:10:49 -07:00
ogrenifloader.hpp Create entities when iterating through the NIF 2013-04-03 03:27:41 -07:00