openmw/components
scrawl eef63a880a terrain: use a custom drawable for multi-pass render instead of osgFX::Effect
osgFX::Effect is awkward to use because of the lazy-definition of passes, no support for compileGLObjects, useless 'Technique' abstraction and having to define silly methods like 'effectAuthor()'

Handling the multi-pass rendering inside the Drawable also avoids redundant culling tests against the same bounding box for each pass.
2017-03-14 19:27:55 +01:00
..
2016-02-08 15:55:05 +01:00
2016-11-13 23:20:51 +09:00
2016-08-29 12:38:24 +02:00
2017-02-23 23:28:50 +01:00
2017-03-13 02:48:23 +01:00
2016-09-10 21:25:28 +03:00
2015-12-10 00:15:55 +01:00
2016-02-16 19:17:04 +01:00