MCPcopy
hub / github.com/widgetti/ipyvolume / set

Method set

docs/source/examples/js/ipyvolume_v0.6.0-dev.1.js:2866–2868  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

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 = {};

Callers 15

renderMethod · 0.45
add_resolutionMethod · 0.45
add_scalingMethod · 0.45
update_centerMethod · 0.45
mousewheelMethod · 0.45
_mouse_moveMethod · 0.45
_mouse_dbl_clickMethod · 0.45
_special_keys_downMethod · 0.45
_special_keys_upMethod · 0.45
_d3_add_axisMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected