Commit History

Author SHA1 Message Date
  Mr.doob 762d2fa598 Added a silly check on Object3D.add(). It's a quick check and it avoids enless recursivity making the browser silently hang. 13 years ago
  alteredq e228586b0f Added docs for Quaternion. Few small fixes in Quaternion. 13 years ago
  alteredq 66b34bbda9 Added docs for Vector4. Also small fix to Vector4. 13 years ago
  Mr.doob 7fd996a872 Merge remote-tracking branch 'alteredq/dev' into dev 13 years ago
  alteredq 8544e4b9f5 Added Vector3 docs. Also some small fixes in Vector3 and Vector2 implementations. 13 years ago
  Mr.doob 514dac4d75 Moved REVISION to THREE.VERSION. 13 years ago
  Mr.doob 337ac0032f LOD should now work properly from anywhere in the scene graph. 13 years ago
  alteredq 5bc03a68f8 Expanded Object3D doc. Removed unused "Object3D.dynamic" property. 13 years ago
  alteredq 673781777c Merge remote-tracking branch 'remotes/mrdoob/dev' into dev 13 years ago
  Mr.doob 12121950bf WebGLRenderer's alpha is true by default again. 13 years ago
  alteredq 0f13495fc5 Added docs for lights. Added default shadow parameters for DirectionalLight. 13 years ago
  Mr.doob f24745ddf8 Trying WebGLRenderer alpha false by default. 13 years ago
  Mr.doob a6473096d7 Fixed ColladaLoader's _strings() bug: It was returning [NaN] for empty strings. 13 years ago
  Mr.doob 50658bd4e6 Fixed missing "};". Updated builds. 13 years ago
  Mr.doob 32b581f24f r47 13 years ago
  alteredq 3c618a8696 Fixed too aggressive projection matrix uniform caching. 13 years ago
  alteredq efee731b4c Fixed wrong GL parameter name. 13 years ago
  alteredq 37ec3d678c Updated builds. 13 years ago
  alteredq d53ddb6bf5 Updated builds. 13 years ago
  Mr.doob b74342a4d6 Updated RequestAnimationFrame polyfill. 13 years ago
  Mr.doob 541bf84bd0 Added 'alpha' and 'premultipliedAlpha' parameters to WebGLRenderer 13 years ago
  alteredq a31e8a1555 Fixed lag in shadows when light was moving. 13 years ago
  alteredq 8cf53364a3 Updated DirectionalLight handling in WebGLRenderer. 13 years ago
  alteredq bf6b6d3c45 Modified SpotLight to cast light as PointLight (to be consistent with casted shadow). 13 years ago
  alteredq 6b0edfddaa Added shadows for DirectionalLights. 13 years ago
  alteredq 05b32dead7 VisibleCamera => CameraHelper 13 years ago
  alteredq 9fdd14190e Added check for pixel being behind light frustum in shadow map shader. 13 years ago
  alteredq 12bdd51aa5 Fixed VisibleCamera's near plane. 13 years ago
  alteredq 74a9e249ee Modified shadow maps to use world positions of SpotLight and its target. 13 years ago
  alteredq 55c95ea2a2 Added flag to SpotLight for showing shadow map camera. 13 years ago