Fiddling around with lighting and a Rendermanager
This commit is contained in:
parent
8d7625a411
commit
1995d2734e
2 changed files with 11 additions and 2 deletions
Lights
|
@ -52,6 +52,8 @@ class LightingManager:
|
|||
def render(self, projMatrix, geometryRotMatrix):
|
||||
self.light.finishDepthMapping()
|
||||
|
||||
|
||||
|
||||
def addRenderStep(self,alternateprogramdict,structure):
|
||||
r = self.__Renderstep(alternateprogramdict,structure)
|
||||
self.renderSteps.append(r)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue