// Ring style 1 // Last edited on 2020-11-08 17:56:49 by jstolfi // Requires // bg_light_intensity // Defines // sib_ring_light_color #declare sib_ring_light_intensity = 1.2 - 0.33 * bg_light_intensity; #declare sib_ring_light_color = sib_ring_light_intensity * < 1.00, 0.90, 0.80 >; #debug concat("sib_ring_light_intensity = ",str(sib_ring_light_intensity,5,3),"\n")