phosa/utils/nmr_renderer.py [99:105]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def set_light_dir(self, direction=(1, 0.5, -1), int_dir=0.3, int_amb=0.7):
        self.renderer.light_direction = direction
        self.renderer.light_intensity_directional = int_dir
        self.renderer.light_intensity_ambient = int_amb

    def set_bgcolor(self, color):
        self.renderer.background_color = color
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



phosa/utils/nmr_renderer.py [188:194]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def set_light_dir(self, direction=(1, 0.5, -1), int_dir=0.3, int_amb=0.7):
        self.renderer.light_direction = direction
        self.renderer.light_intensity_directional = int_dir
        self.renderer.light_intensity_ambient = int_amb

    def set_bgcolor(self, color):
        self.renderer.background_color = color
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



