Fiddling around with lighting and a Rendermanager

This commit is contained in:
steffen 2017-10-29 08:37:11 +01:00
parent 8d7625a411
commit 1995d2734e
2 changed files with 11 additions and 2 deletions

View file

@ -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)