Commit Graph

25 Commits

Author SHA1 Message Date
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
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