1.1.0 • Published 6 years ago

simple-raycaster v1.1.0

Weekly downloads
15
License
MIT
Repository
github
Last release
6 years ago

simple-raycaster

👆 Simple raycaster (cursor) for ReactVR

Usage

In your ReactVR's client.js:

import { VRInstance } from "react-vr-web";
import * as SimpleRaycaster from "simple-raycaster";

function init(bundle, parent, options) {
  const vr = new VRInstance(bundle, "librarytests", parent, {
    raycasters: [
      SimpleRaycaster // Add SimpleRaycaster to the options
    ],
    cursorVisibility: "auto", // Add cursorVisibility
    ...options
  });
  vr.start();
  return vr;
}

window.ReactVR = { init };

License

MIT. See License