- Convert PolyTranslucentObject to be a base class for all the different forms of translucent objects to be drawn

This commit is contained in:
Magnus Norddahl 2017-09-02 18:17:55 +02:00
commit dd0bc02eec
9 changed files with 92 additions and 61 deletions

View file

@ -32,6 +32,7 @@
#include "po_man.h"
#include "st_stuff.h"
#include "g_levellocals.h"
#include "p_effect.h"
#include "polyrenderer/scene/poly_light.h"
#include "swrenderer/scene/r_scene.h"
#include "swrenderer/drawers/r_draw_rgba.h"