Commit Graph

38 Commits

Author SHA1 Message Date
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
eac08fbf8d Divided test scripts for ease of update. 2014-05-12 01:46:02 +09:00
satoru kimura
dd54ecd6b4 update to three.js r67. 2014-04-26 16:43:59 +09:00
Basarat Ali Syed
e4a1fe9945 Three.js Remove dead code
no longer required after https://github.com/borisyankov/DefinitelyTyped/pull/2021
2014-04-12 02:10:47 +10:00
Brett Morgan
863f355343 Making typescript compiler happy
Typescript 1.0.0 error'd on this line, I suspect because Path is defined as a class not an interface. Changing from implements to extends made the error go away. 

hth, brett
2014-04-11 14:55:20 +10:00
satoru kimura
dcfb6c9ab4 corrected some descriptions of the Clock class. 2014-03-19 13:59:20 +09:00
satoru kimura
150c745841 corrected the description of elapseTime property in the Clock class. 2014-03-18 11:31:01 +09:00
satoru kimura
51b93b972b added classes that has not been documented, and deleted classes that does not exist in the source code.
modified definition for Loader related class along the source code.
fixed some mistakes.
2014-03-08 22:55:04 +09:00
satoru kimura
6302213502 update to three.js r66. 2014-03-01 20:24:28 +09:00
rmoudy
301188b6bf Update three.d.ts
Added missing .userData property to Object3D
2014-02-21 08:22:18 -06:00
Masahiro Wakame
772dfcf7a1 three.d.ts compile passed (with some trick...) 2013-12-24 12:15:15 +09:00
Boris Yankov
f677cca98d Multiple bool => boolean fixes 2013-08-07 18:02:05 +03:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Neil Stalker
6cb6cdbe83 fix threejs definition and tests 2013-06-24 22:17:48 +01:00
Kon
6db77727eb Merged #3 and #4 2013-04-16 19:58:38 +09:00
Kon
bceb6b8082 Added a lot of tests to three-tests.ts 2013-03-05 05:04:50 +09:00
Kon
f34f352f9b Add more and more examples to three-tests.ts 2013-03-04 07:44:48 +09:00
Kon
6a43b6fe85 Added more tests to three-tests.ts 2013-03-04 05:54:36 +09:00
Kon
842636459a Added three-tests.ts 2013-03-03 00:55:06 +09:00
Kon
6f7212c28e Fixed header of three.d.ts 2013-03-02 23:02:21 +09:00
Kon
8ee2fca918 Updated three.d.ts docs comment 2013-03-02 22:44:02 +09:00
Kon
08ff7d4dbb updated three.d.ts for three.js r56 2013-02-20 01:21:36 +09:00
Kon
53c50193bc Added three.d.ts 2013-02-03 14:29:47 +09:00