@types/three
Advanced tools
Comparing version 0.0.25 to 0.0.26
{ | ||
"name": "@types/three", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "TypeScript definitions for three.js r81", | ||
@@ -13,6 +13,8 @@ "license": "MIT", | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"@types/webvr-api": "*" | ||
}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "dab0b4bc4b3d21c90dff72d18618ffa6a801581e446073a62a4dc63eaea4c3d8" | ||
"typesPublisherContentHash": "03a3a0f2530f71f5320bd430afa735ca7bf3f63bf6585a06b34df9e9696eaae9" | ||
} |
@@ -11,5 +11,5 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Nov 2016 17:25:42 GMT | ||
* Last updated: Tue, 22 Nov 2016 20:59:31 GMT | ||
* File structure: Mixed | ||
* Library Dependencies: none | ||
* Library Dependencies: webvr-api | ||
* Module Dependencies: none | ||
@@ -16,0 +16,0 @@ * Global values: Detector, THREE |
@@ -6,4 +6,5 @@ // Type definitions for three.js (VRControls.js) | ||
/// <reference types="three" /> | ||
/// <reference types="webvr-api" /> | ||
declare namespace THREE { | ||
@@ -20,3 +21,5 @@ export class VRControls { | ||
scale: number; | ||
setVRDisplay(display: VRDisplay): void; | ||
} | ||
} |
@@ -6,4 +6,5 @@ // Type definitions for three.js (VREffect.js) | ||
/// <reference types="three" /> | ||
/// <reference types="webvr-api" /> | ||
declare namespace THREE { | ||
@@ -19,2 +20,3 @@ export class VREffect { | ||
FovToProjection(fov: VRFov, rightHanded: boolean, zNear: number, zFar: number): Matrix4; | ||
setVRDisplay(display: VRDisplay): void; | ||
} | ||
@@ -21,0 +23,0 @@ |
{ | ||
"authors": "Kon <http://phyzkit.net/>, Satoru Kimura <https://github.com/gyohk>, Florent Poujol <https://github.com/florentpoujol>, SereznoKot <https://github.com/SereznoKot>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"libraryDependencies": [ | ||
"webvr-api" | ||
], | ||
"moduleDependencies": [], | ||
@@ -42,3 +44,3 @@ "libraryMajorVersion": 0, | ||
"hasPackageJson": false, | ||
"contentHash": "dab0b4bc4b3d21c90dff72d18618ffa6a801581e446073a62a4dc63eaea4c3d8" | ||
"contentHash": "03a3a0f2530f71f5320bd430afa735ca7bf3f63bf6585a06b34df9e9696eaae9" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
245058
6112
1
+ Added@types/webvr-api@*
+ Added@types/webvr-api@0.0.41(transitive)