[three] 'webvr-api' is no longer needed.

This commit is contained in:
Satoshi Nakagawa
2018-09-07 14:49:19 +09:00
parent 2ae8bc7a1c
commit b0bb56a755
2 changed files with 1 additions and 5 deletions

View File

@@ -1,5 +1,3 @@
/// <reference types="webvr-api" />
import { Camera } from "./three-core";
export class VRControls {

View File

@@ -1,5 +1,3 @@
/// <reference types="webvr-api" />
import { Camera, Matrix4, Renderer, Scene } from "./three-core";
export class VREffect {
@@ -32,4 +30,4 @@ export interface VRFov {
export interface VREffectOffset {
scale: number;
offset: number;
}
}