Code Viewer
mod_d3_light
class Light { node = null ; multiply = 1 ; constructor(object, multiply = 1) { this.node = object ; this.multiply = multiply ; } };