MCPcopy
hub / github.com/microsoft/SandDance / sceneToStage

Function sceneToStage

packages/vega-deck.gl/src/stagers.ts:142–146  ·  view source on GitHub ↗
(options: MarkStagerOptions, stage: Stage, scene: Scene)

Source from the content-addressed store, hash-verified

140};
141
142export function sceneToStage(options: MarkStagerOptions, stage: Stage, scene: Scene) {
143 mainStager(options, stage, scene, 0, 0, null);
144 sortAxis(stage.axes.x, 0);
145 sortAxis(stage.axes.y, 1);
146}
147
148function sortAxis(axes: Axis[], dim: number) {
149 axes.forEach(axis => {

Callers 1

presentMethod · 0.90

Calls 2

mainStagerFunction · 0.70
sortAxisFunction · 0.70

Tested by

no test coverage detected