chebyshev-linkage-unit

1.0.6 • Public • Published

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();
});

Readme

Keywords

Package Sidebar

Install

npm i chebyshev-linkage-unit

Weekly Downloads

2

Version

1.0.6

License

MIT

Unpacked Size

26.9 MB

Total Files

18

Last publish

Collaborators

  • octo8080x