1.0.6 • Published 1 year ago

chebyshev-linkage-unit v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Chebyshev Linkage Unit

Chebyshev link for Babylon.js.

Usage

import * as BABYLON from "babylonjs";

import { createChebyshevLinkageUnit } from "http://esm.sh/chebyshev-linkage-unit";

// ~ omission ~

const chebyshev = createChebyshevLinkageUnit(BABYLON, scene, {
  position: new BABYLON.Vector3(0, .5, 0),
});

engine.runRenderLoop(function () {
  chebyshev.drive(-50);

  scene.render();
});

npm.io

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago