broke out background-clearing code from base overlay primitive
This commit is contained in:
@@ -146,6 +146,9 @@ class Lighting(RenderPrimitive):
|
||||
class SmoothLighting(Lighting):
|
||||
name = "smooth-lighting"
|
||||
|
||||
class ClearBase(RenderPrimitive):
|
||||
name = "clear-base"
|
||||
|
||||
class Overlay(RenderPrimitive):
|
||||
name = "overlay"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user