(value)
| 2864 | }; |
| 2865 | // uniforms of material_rgb has a reference to these same object |
| 2866 | const set = (value) => { |
| 2867 | this.material.uniforms[property].value = value; |
| 2868 | }; |
| 2869 | this.renderer.transition(set, done, this); |
| 2870 | } |
| 2871 | this.attributes_changed = {}; |
no outgoing calls
no test coverage detected