Commit Graph

  • 664646e8b4 WebGLRenderer minor fixes. Mr.doob 2011-03-03 14:51:26 +00:00
  • 4ba3695dbc Merge remote branch 'empaempa/master' Mr.doob 2011-03-03 14:24:24 +00:00
  • 4f23b1e107 Mergable: Animation: Support for Catmull-rom interpolation on position. Please see index.html for example. AnimationHandler: ...same. WebGLRenderer: Removed THREE.AnimationHandler.update( deltaTimeMS ) as this is supposed to be called by user. Mikael Emtinger 2011-03-03 14:46:53 +01:00
  • 6e16d3b297 Removed WebGLRenderer2. Minor tweaks. Mr.doob 2011-03-03 13:43:16 +00:00
  • 795abb58a9 Uops! Forgot to increase REVISION's number :S Mr.doob 2011-03-03 08:46:12 +00:00
  • 66cd1198e3 Updated examples and utils that used Cube(). Mr.doob 2011-03-03 08:31:00 +00:00
  • eea0ee67ff added segmentsDepth to Cube.js staunsholm 2011-03-02 15:12:43 -08:00
  • ea3961d6a6 Made dynamic objects work. alteredq 2011-03-02 21:34:44 +01:00
  • 4590683d4b WebGLRenderer stops rendering objects when removed from the scene. Mr.doob 2011-03-02 19:09:21 +00:00
  • 88c2d7c77b Moved Object::sortObjectByMaterials to WebGLRenderer (so it's done automagically). WebGLRenderer: renamed geometryChunks to geometryGroups :P Mr.doob 2011-03-02 15:51:09 +00:00
  • 42bbe96729 Copy/Paste fail. It's now r34 btw. r34 Mr.doob 2011-03-02 06:02:19 +00:00
  • 568beba848 Fixed LOD example. Commented Camera frustrum code. It's not being used, right? Mr.doob 2011-03-02 05:58:54 +00:00
  • ccdff87382 Changed also JSON model files and exporters/converters to use CamelCase property names. alteredq 2011-03-02 05:55:29 +01:00
  • 5767dae483 More tweaks to QuakeCamera. alteredq 2011-03-02 02:59:22 +01:00
  • d006967b13 Added autospeed based on height to QuakeCamera. alteredq 2011-03-01 23:45:20 +01:00
  • fab828e8e4 Added autoForward parameter to QuakeCamera. alteredq 2011-03-01 21:37:08 +01:00
  • 78df6337d6 Forgotted Spline.js alteredq 2011-03-01 17:32:00 +01:00
  • 0e450db259 Tweaks to lod example. alteredq 2011-03-01 16:22:33 +01:00
  • 7ad44b434c Added level-of-details example (and LOD object to compiled lib). alteredq 2011-03-01 15:50:14 +01:00
  • 0984c4145b Synced with mrdoob's branch. alteredq 2011-03-01 14:52:47 +01:00
  • 30161dab04 Updated README. r33 Mr.doob 2011-03-01 11:47:28 +00:00
  • 33610b4a11 Adapted Projector and CanvasRended to use camera.matrixWorldInverse. Mr.doob 2011-03-01 11:38:35 +00:00
  • f325cdee85 Merge remote branch 'empaempa/master' into test Mr.doob 2011-03-01 09:32:15 +00:00
  • 431b14f98e Merging with empaempa's branch Mr.doob 2011-03-01 09:32:08 +00:00
  • 88a9ad2da7 Mergable: WebGLRenderer.js: changed so camera.matrixWorldInverse is used instead of camera.matrixWorld. Mikael Emtinger 2011-03-01 08:31:37 +01:00
  • 03b9dfe80d Extracted Spline from example into core lib. alteredq 2011-03-01 03:51:43 +01:00
  • b467378bc3 Added Catmull-Rom spline example. alteredq 2011-03-01 03:29:04 +01:00
  • 93dbda08b1 Fixed LOD. Mikael Emtinger 2011-02-28 15:53:12 +01:00
  • cf2e8c1bbf Refactored everything to use CamelCase naming for properties. Plus some smaller fixes here and there. alteredq 2011-02-28 14:52:04 +01:00
  • df36675640 Matrix4: - Wrong in last commit, now the inversion of position is removed Mikael Emtinger 2011-02-28 13:13:20 +01:00
  • 5c4131d366 Matrix4.lookAt: - Changed so it sets an ordinary matrix. Also removed inversion of position, which broke A LOT of the examples. Mikael Emtinger 2011-02-28 13:12:35 +01:00
  • 1cb0a964f3 (More) Tweaks to README Mr.doob 2011-02-28 06:02:38 +00:00
  • 00680555f2 (More) Tweaks to README Mr.doob 2011-02-28 06:01:37 +00:00
  • d43f3ff96b Tweaks to README. Mr.doob 2011-02-28 06:00:45 +00:00
  • 023d8e946b More tweaks to README Mr.doob 2011-02-28 05:59:47 +00:00
  • 5940ff805a Markup fail. Mr.doob 2011-02-28 05:56:32 +00:00
  • 4c78da6f31 Added link to (WIP) API Reference. Mr.doob 2011-02-28 05:53:46 +00:00
  • f5e819fe14 Removed all the toString methods (saving 6kbytes) I don't remember when was the last time I used them. Current Web Developer Tools do this already for you. Mr.doob 2011-02-28 05:13:04 +00:00
  • a325cd6064 Added build shell scripts for building all libs versions. alteredq 2011-02-27 22:59:26 +01:00
  • cf901305e5 Synced with mrdoob's branch. alteredq 2011-02-27 22:11:27 +01:00
  • 430ce532be Custom builds were missing files. (thanks to alan2 for reporting) Mr.doob 2011-02-27 20:20:15 +00:00
  • 470df4fa6a Updated TODO. Blender plugins folder rename. Mr.doob 2011-02-27 20:08:22 +00:00
  • e438549c87 Updated builds. Added RequestAnimationFrame system to the new examples. Mr.doob 2011-02-27 06:39:15 +00:00
  • 049f492564 Merge remote branch 'remotes/upstream/master' alteredq 2011-02-27 07:02:09 +01:00
  • e4f759c225 Optimized Matrix4.transpose and fixed performance test. alteredq 2011-02-27 07:00:44 +01:00
  • 339384f209 Tweaked RequestAnimationFrame.js and Detector.js. Mr.doob 2011-02-27 05:05:41 +00:00
  • ddc078a3bf README: Added RequestAnimationFrame.js tip Mr.doob 2011-02-27 03:14:10 +00:00
  • 99dd3a411b Synced with mrdoob's main branch. alteredq 2011-02-26 20:17:55 +01:00
  • 7480fb69cd Updated README examples. Sound3D ⟶ Sound Mr.doob 2011-02-26 14:21:15 +00:00
  • 2b81ae233c Non-WebGL renderers will need matrixRotationWorld to be computed too... Mr.doob 2011-02-26 12:30:54 +00:00
  • 446834ba35 Minor fixes and improvements. Mr.doob 2011-02-26 12:10:35 +00:00
  • d1aff49533 Fixed Quaternion::slerp. Mr.doob 2011-02-26 11:11:49 +00:00
  • d1e3a9d872 Object3D::screenPosition ⟶ Object3D::positionScreen Mr.doob 2011-02-26 10:52:35 +00:00
  • c7aa2ab3d1 Object3D::localMatrix ⟶ Object3D::matrix Object3D::globalMatrix ⟶ Object3D::matrixWorld Mr.doob 2011-02-26 10:31:18 +00:00
  • e7e47b1f88 More reformating and clean up. Mr.doob 2011-02-26 09:18:10 +00:00
  • 04172c6c81 Merge remote branch 'alteredq/skinning' into skinning Mr.doob 2011-02-26 06:51:32 +00:00
  • 27dc056af4 Minor refactoring and clean up. Mr.doob 2011-02-26 06:51:23 +00:00
  • ab8b63f9e3 Fixed ribbons example. alteredq 2011-02-26 06:48:42 +01:00
  • 49c7eeaf7d Fixed scene loader example. alteredq 2011-02-26 05:30:56 +01:00
  • 45ec0f329b Reverted Camera::FOV,zNear,zFar to Camera::fov,near,far. Most of the examples or working again as usual. Only webgl_scene_test.html and webgl_ribbons.html left. Mr.doob 2011-02-26 03:45:16 +00:00
  • 3dc37702ce Refactored minecraft / terrain / ocean examples to use QuakeCamera. alteredq 2011-02-26 00:41:33 +01:00
  • da8afc4e6d Refactored CameraControl into THREE.QuakeCamera. alteredq 2011-02-26 00:24:14 +01:00
  • 033a372c70 Fixed Matrix4::scale Fixed matrix rotation in Projector (not fully done yet, need to implement herarchies still) Mr.doob 2011-02-25 16:33:04 +00:00
  • 059d0d7df2 Fixed Matrix4::setRotationFromEuler (using x,y,z order). Mr.doob 2011-02-25 15:37:10 +00:00
  • aaa1b1cd7d Fixed broken include on sound example. Mr.doob 2011-02-25 12:40:24 +00:00
  • a036658c32 Merge remote branch 'alteredq/skinning' into skinning Mr.doob 2011-02-25 12:13:02 +00:00
  • 7415759392 Added 3d sound support plus example. alteredq 2011-02-25 09:08:15 +01:00
  • f66e3fc810 Merge remote branch 'alteredq/skinning' into skinning Mr.doob 2011-02-24 09:10:56 +00:00
  • 45de9955c5 Reformated Object3D.js. Messing with Cube example (exploring rotations). Mr.doob 2011-02-24 09:10:40 +00:00
  • 47d69fe496 Fixed RTT and light test examples. alteredq 2011-02-24 02:09:03 +01:00
  • 3e2f4f7cc5 Merged with mrdoob's branch. alteredq 2011-02-24 01:31:33 +01:00
  • cff95a119c Textures are now updateable. alteredq 2011-02-23 23:43:32 +01:00
  • fef3c084b1 Changed build setup: Mr.doob 2011-02-23 12:35:31 +00:00
  • 8d07971cd0 Removed dupe stats.update() calls... Mr.doob 2011-02-23 10:49:09 +00:00
  • a4a8f184c6 src/objects/Object3D.jssrc/core/Objects3D.js Mr.doob 2011-02-22 23:26:19 +00:00
  • 2810b2f8fa Merge remote branch 'alteredq/skinning' into skinning Mr.doob 2011-02-22 18:16:48 +00:00
  • 405b72c200 Simpler RequestAnimationFrame.js Mr.doob 2011-02-22 18:16:31 +00:00
  • aba1930fa2 Fixed DOF example layout in Firefox. alteredq 2011-02-22 15:41:18 +01:00
  • ced26b32e6 Synced with mrdoob's skinning branch. alteredq 2011-02-22 06:35:27 +01:00
  • 408fad1905 Added depth-of-field example. alteredq 2011-02-22 06:25:07 +01:00
  • 9297fb975e All examples now use RequestAnimationFrame.js (pheww!) Mr.doob 2011-02-22 04:45:38 +00:00
  • f474b91918 Merge branch 'master' into skinning Mr.doob 2011-02-22 01:56:19 +00:00
  • eb3c0d59d7 On THREE.Texture, if image is a canvas, chances are is already loaded. Mr.doob 2011-02-22 01:55:57 +00:00
  • 5aa43cd1cd All canvas examples are now using RequestAnimationFrame.js Webgl examples next. Mr.doob 2011-02-22 01:54:03 +00:00
  • 6af332afeb Synced with mrdoob's skinning branch. Also fixed broken canvas cube example. alteredq 2011-02-22 00:06:12 +01:00
  • a4ee822b10 Easier to understand RequestAnimationFrame setup. Mr.doob 2011-02-21 20:39:11 +00:00
  • e3b68c4d90 Fixed bug in frustum culling. alteredq 2011-02-21 17:02:11 +01:00
  • b36cf734bd Removed dirty flag from Quaternion. alteredq 2011-02-21 03:06:17 +01:00
  • 6c84868d96 More examples conversion to requestAnimationFrame. alteredq 2011-02-21 00:42:51 +01:00
  • 1e34df61f0 Changed few more examples to use requestAnimationFrame. alteredq 2011-02-20 21:13:38 +01:00
  • d05053c493 Merged with mrdoob's skinning branch. alteredq 2011-02-20 19:17:06 +01:00
  • 0111f5ddbb Accidentally merged skinning branch with mrdoob's main branch. alteredq 2011-02-20 18:50:26 +01:00
  • 30a3d14c2d Object3D::rotationMatrix ⟶ Object3D::matrixRotation Mr.doob 2011-02-20 06:09:14 +00:00
  • 106db4c3f8 Object3D::autoUpdateMatrix ⟶ Object3D::matrixAutoUpdate Object3D::matrixNeedsToUpdate ⟶ Object3D::matrixNeedsUpdate Mr.doob 2011-02-20 05:35:13 +00:00
  • 848d1a338c Removed debug version from compile script. Mr.doob 2011-02-20 04:38:34 +00:00
  • af4c20b3ba Wegbl... Mr.doob 2011-02-20 04:26:06 +00:00
  • 4912f59cc6 Compiled new build. Renamed examples. Mr.doob 2011-02-20 04:11:47 +00:00
  • 642cfbfe1d Merge remote branch 'alteredq/skinning' into skinning Mr.doob 2011-02-20 03:51:36 +00:00
  • eae36edf1e Added Ribbon.js alteredq 2011-02-20 04:50:35 +01:00
  • 5b8f3700ad Merge remote branch 'alteredq/skinning' into skinning Mr.doob 2011-02-20 03:09:46 +00:00