MCPcopy
hub / github.com/CesiumGS/cesium / set

Method set

packages/engine/Source/Renderer/createUniform.js:366–372  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

364 }
365
366 set() {
367 const v = this.value;
368 if (!Cartesian3.equals(v, this._value)) {
369 Cartesian3.clone(v, this._value);
370 this._gl.uniform3i(this._location, v.x, v.y, v.z);
371 }
372 }
373}
374
375///////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 2

equalsMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected