1.0.6 • Published 2 years ago

chebyshev-linkage-unit v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago