Commit Graph
84 Commits
Author SHA1 Message Date
Toshiya NakakuraandToshiya Nakakura 17894fdec8 add vrcontrols definition 2015-07-07 14:38:02 +09:00
Toshiya Nakakura 1bf4aed6b1 fixed vreffect test 2015-07-05 14:04:50 +09:00
Toshiya Nakakura 648ec08702 add vreffects definition 2015-07-05 13:46:42 +09:00
satoru kimura 1c92de76a2 Updated to three.js r71. 2015-05-16 18:58:05 +09:00
yutopp a29ca9590b add "setSize" method to WebGLRenderTarget
https://github.com/mrdoob/three.js/blob/master/src/renderers/WebGLRenderTarget.js#L40
2015-04-29 20:09:11 +09:00
Elisée 7ca777533d three.d.ts: SkinnedMesh accepts BufferGeometry too
THREE.js's SkinnedMesh class accepts BufferGeometry, not only Geometry for its first parameter
2015-04-27 18:00:56 +02:00
bilou84 2100d88b02 threejs/three.d.Ts: Make optional parameters actually optional 2015-04-02 19:29:09 +02:00
David Li c62ba50045 threejs: Add missing methods in trackballcontrols
Signed-off-by: David Li <jiawei.davidli@gmail.com>
2015-03-22 16:52:07 -04:00
Eugene c4e849a93d Update three.d.ts
http://threejs.org/docs/#Reference/Extras.Helpers/BoundingBoxHelper
.box property type is THREE.Box3, not the array. Seems mistake.
2015-03-03 02:26:03 +06:00
satoru kimura 33bd3c9d76 update to three.js r70. 2015-01-20 13:19:00 +09:00
Eugene 7e0d564863 added EventDispatcher mixins 2015-01-07 03:43:09 +06:00
satoru kimura 533a5e30a9 fixed several definitions for three.js(THREE.Curve, THREE.Box3 and EffectComposer). 2014-12-18 23:46:42 +09:00
yutopp 5c48aedd1a change type of THREE.Quaternion.setFromUnitVectors
I think the parameter type should be Vector3.

[ref](https://github.com/mrdoob/three.js/blob/master/src/math/Quaternion.js#L257)  
[ref](http://threejs.org/docs/#Reference/Math/Quaternion)
2014-12-09 12:44:26 +09:00
John Quigley ad64d57954 Fix three.js PlaneGeometry/PlaneBufferGeometry typing
- PlaneBufferGeometry is a subclass of BufferGeometry
- PlaneGeometry is a subclass of Geometry
- both have the same constructor signature
2014-11-27 12:20:38 -05:00
Guido Zuidhof 1e06608513 Fix three.js Vector3 typing 2014-11-21 02:17:57 +01:00
satoru kimura ee05b1163d Changed several definition headers. 2014-11-16 08:58:23 +09:00
Yubing (Tom) Dong 792d0aa3c9 TrackballControls should extend EventDispatcher (threejs)
Please see
https://github.com/mrdoob/three.js/blob/master/examples/js/controls/Trac
kballControls.js#L611

The prototype of THREE.TrackballControls is
THREE.EventDispatcher.prototype.
2014-11-11 17:22:07 -08:00
satoru kimura 0cca9182b9 update to three.js r69. 2014-11-02 21:13:02 +09:00
satoru kimura 62b76782c8 Changed the file structure for ease of handling from tsd and added several utility classes. 2014-10-30 12:57:24 +09:00
satoru kimura bd93df164f Added utility classes of three.js (and minor modifications). 2014-10-24 09:14:39 +09:00
Masahiro Wakame ae1b6e80ef Merge pull request #3002 from errorx666/threejs-module
alias THREE as 'three' for AMD modules
2014-10-21 11:43:37 +09:00
error 5b58a7a5de alias THREE as 'three' for AMD modules 2014-10-20 14:00:40 -05:00
satoru kimura a1e4a81479 Some bug fixes. 2014-10-20 00:31:23 +09:00
Yaroslav Sivakov 08631f45a3 fix three.js 2014-10-07 17:13:11 +04:00
Basarat Ali Syed a2523d8c69 Merge pull request #2909 from yar3333/patch-1
Update three.d.ts
2014-10-06 16:48:13 +11:00
Basarat Ali Syed 888bf81272 Merge pull request #2907 from drewnoakes/threejs
Fix incorrect signature of JSONLoader.parse(...)
2014-10-05 17:51:31 +11:00
Drew Noakes 995b145b1a Change 'Object' to 'any'. 2014-10-01 17:58:08 +01:00
yar3333 f5e81d0f09 Box2 & Box3 fixes 2014-10-01 14:00:33 +04:00
yar3333 30e71c2dab Update three.d.ts 2014-10-01 13:52:02 +04:00
yar3333 38cac3dc09 Update three.d.ts
Path fixes
2014-10-01 01:50:33 +04:00
Drew Noakes d70c76ffdc Fix incorrect signature of JSONLoader.parse(...) 2014-09-30 22:13:27 +01:00
Mohamed Hegazy 2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
Masahiro Wakame aa9136cce3 Merge pull request #2716 from gyohk/master
Rearranged the order of the methods and properties in this definition, t...
2014-08-29 11:21:55 +09:00
yutopp 2f71e51796 Update three.d.ts
https://github.com/mrdoob/three.js/blob/master/src/objects/SkinnedMesh.js#L83
2014-08-27 20:19:47 +09:00
satoru kimura 867cede314 Modified the test code. 2014-08-25 02:25:01 +09:00
satoru kimura 28428d34be Rearranged the order of the methods and properties in this definition, to be consistent with the original JS code. 2014-08-25 02:00:01 +09:00
satoru kimura 1b08cdb2ea Fixed the bug about EventDispatcher class.
And changed JSonLoaderResultGeometry class because an interface that inherits a class causes an error in WebStorm (probably IDE's bug).
2014-08-18 11:24:47 +09:00
Basarat Ali Syed 015ed53e47 Merge pull request #2667 from asgerf/master
Fixes in three.d.ts
2014-08-17 00:07:52 +10:00
Asger Feldthaus 728ef7843f three.js: Reverted change to MeshFaceMaterial 2014-08-14 11:07:02 +02:00
Asger Feldthaus 98118d8d39 three.js: Fix Quaternion.multiplyVector3 2014-08-12 16:38:53 +02:00
Oren Ferrari e8b21b7701 Merge remote-tracking branch 'upstream/master'
Conflicts:
	threejs/three.d.ts
2014-08-11 12:40:18 -07:00
electricessence 6861331875 Fixed tabbing 2014-08-11 11:49:19 -07:00
electricessence 39a3186f8d Fixed typo
PointClout to PointCloud
2014-08-11 11:47:40 -07:00
electricessence 3a8aadde8f Updates for current compatibility...
1) Make Object3D inherit from EventDispatcher because it does...
2) Add setSize and domElement to Renderer interface because they are commonly used in boilerplate and it's better to return a "Renderer" depending on what is available.
3) Update ParticleSystemMaterial to PointCloudMaterial since ParticleSystemMaterial is deprecated.
2014-08-11 11:44:18 -07:00
Asger Feldthaus 2736551e5a Various fixes in three.d.ts 2014-08-08 17:42:16 +02:00
satoru kimura d9ada3076f update to three.js r68. 2014-08-03 13:22:40 +09:00
Bart van der Schoor 1d345f6c14 cleaned-up headers 2014-06-18 23:31:11 +02:00
satoru kimura d900e75c0b Removed unnecessary description of the test code. And, correct errors detected in WebStorm. 2014-05-13 12:42:39 +09:00
satoru kimura defdc43669 Returned the file name of the test script. 2014-05-12 17:25:27 +09:00
satoru kimura eac08fbf8d Divided test scripts for ease of update. 2014-05-12 01:46:02 +09:00