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

Function PolylineUpdater

packages/engine/Source/DataSources/PathVisualizer.js:845–851  ·  view source on GitHub ↗
(scene, referenceFrame)

Source from the content-addressed store, hash-verified

843}
844
845function PolylineUpdater(scene, referenceFrame) {
846 this._unusedIndexes = [];
847 this._polylineCollection = new PolylineCollection();
848 this._scene = scene;
849 this._referenceFrame = referenceFrame;
850 scene.primitives.add(this._polylineCollection);
851}
852
853PolylineUpdater.prototype.update = function (time) {
854 const frame = this._referenceFrame;

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…