0.0.1-a6 • Published 4 years ago

@webvoxel/plugin-webvr v0.0.1-a6

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@webvoxel/plugin-webvr

WebVR support for WebVoxel projects

Usage

import { Game, World } from '@webvoxel/core';
import { WebVRPlugin } from '@webvoxel/plugin-webvr';

const vr = new WebVRPlugin();

const game = new Game({
    plugins: [
        vr,
    ],
    initialWorld: new World(),
});

game.start();
0.0.1-a6

4 years ago

0.0.1-a5

4 years ago

0.0.1-a4

4 years ago

0.0.1-a3

4 years ago

0.0.1-a2

4 years ago

0.0.1-a1

4 years ago