Exemple #1
0
 def forward(self, light):
     return srf.ambient_lighting(light, self.light_intensity,
                                 self.light_color)
 def execute(self, light):
     return srf.ambient_lighting(light, self.light_intensity, self.light_color)