- add dynamic lights to softpoly and software renderer models
This commit is contained in:
parent
61f379c88f
commit
5464d2a577
13 changed files with 283 additions and 65 deletions
|
|
@ -28,6 +28,7 @@
|
|||
class DrawerCommandQueue;
|
||||
typedef std::shared_ptr<DrawerCommandQueue> DrawerCommandQueuePtr;
|
||||
class RenderMemory;
|
||||
class ADynamicLight;
|
||||
|
||||
EXTERN_CVAR(Bool, r_models);
|
||||
|
||||
|
|
@ -75,6 +76,8 @@ namespace swrenderer
|
|||
std::unique_ptr<LightVisibility> Light;
|
||||
DrawerCommandQueuePtr DrawQueue;
|
||||
|
||||
TArray<ADynamicLight*> AddedLightsArray;
|
||||
|
||||
std::thread thread;
|
||||
|
||||
// VisibleSprite working buffers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue