@types/three 0.84.36 → 0.84.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
three/LICENSE CHANGED
File without changes
three/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for three.js (http://mrdoob.github.com/th
8
8
  Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/three
9
9
 
10
10
  Additional Details
11
- * Last updated: Thu, 28 Dec 2017 00:36:00 GMT
11
+ * Last updated: Wed, 03 Jan 2018 18:25:39 GMT
12
12
  * Dependencies: webvr-api
13
13
  * Global values: Detector, THREE
14
14
 
three/detector.d.ts CHANGED
File without changes
three/index.d.ts CHANGED
File without changes
three/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/three",
3
- "version": "0.84.36",
3
+ "version": "0.84.37",
4
4
  "description": "TypeScript definitions for three.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -78,6 +78,6 @@
78
78
  "dependencies": {
79
79
  "@types/webvr-api": "*"
80
80
  },
81
- "typesPublisherContentHash": "a69b4e0ee52d5ca01b722d9a6b379cc44a7b7383fb38e4a7a9a8582ad16ea9c6",
81
+ "typesPublisherContentHash": "28ec17740602de8df674c76c8583c8f362fe81de38d33b17ef1e3be58200b734",
82
82
  "typeScriptVersion": "2.0"
83
83
  }
File without changes
File without changes
File without changes
File without changes
three/three-core.d.ts CHANGED
@@ -5991,6 +5991,8 @@ export class Texture extends EventDispatcher {
5991
5991
  type: TextureDataType;
5992
5992
  offset: Vector2;
5993
5993
  repeat: Vector2;
5994
+ center: Vector2;
5995
+ rotation: number;
5994
5996
  generateMipmaps: boolean;
5995
5997
  premultiplyAlpha: boolean;
5996
5998
  flipY: boolean;
File without changes
File without changes
File without changes
File without changes
File without changes
three/three-examples.d.ts CHANGED
File without changes
File without changes
three/three-maskpass.d.ts CHANGED
File without changes
File without changes
File without changes
three/three-octree.d.ts CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
three/three-smaapass.d.ts CHANGED
File without changes
File without changes
File without changes
File without changes
three/three-vreffect.d.ts CHANGED
File without changes