converted smooth-lighting into a primitive
for the first time ever, smooth-lit cave mode is now possible \o/
This commit is contained in:
@@ -135,3 +135,6 @@ class Lighting(RenderPrimitive):
|
||||
|
||||
self._facemasks = (top, left, right)
|
||||
return self._facemasks
|
||||
|
||||
class SmoothLighting(Lighting):
|
||||
name = "smooth-lighting"
|
||||
|
||||
Reference in New Issue
Block a user