Commit History

Author SHA1 Message Date
  gero3 fe8493157e codestyle fixes 11 years ago
  Ben Houston c9f111c310 adopt THREE.warn rather than THREE.warning to be more inline with console.warn standard. 11 years ago
  Ben Houston 1e97815e77 add THREE.error/THREE.warning to allow for easy redirection of THREE.js specific errors and warnings. 11 years ago
  Elisée Maurer ecd0ddd1a1 Set prototype.constructor for all derived classes 11 years ago
  Mr.doob 6c038a83ad Updated fromArray() usage. 11 years ago
  Mr.doob 2efc87a00d Added type property to all relevant objects. 11 years ago
  Mr.doob fe69ad0c29 Mesh raycast() returning new Face3( a, b, c, normal ) instead of [ a, b, c ] array. See #5164. 11 years ago
  Joshua Koo aafd29c50a Code transforming mrdoob style second attempt See #4806 11 years ago
  Mr.doob 5ada725b52 Moved Raycaster Mesh. 11 years ago
  James Baicoianu 886be71ed9 Pass recursive flag through from THREE.Mesh.clone() to THREE.Object3D.clone() 12 years ago
  Mr.doob 092e3ad0d3 Mesh: Support Geometries without morphTargets. 12 years ago
  Mr.doob e65bec241c Removed setGeometry() and setMaterial() from Mesh. Moved the boundSphere check to Frustum and Raycasting. 12 years ago
  Mr.doob ef4841a757 Added .setGeometry() and .setMaterial() to Mesh. 13 years ago
  Mr.doob a8a3934287 Mesh.updateMorphTargets() clean up. 13 years ago
  Jono Brandel 0c8565418d abstracted construction logic of morphTarget to `updateMorphTargets` 13 years ago
  Mr.doob 99358076dd Removed unused object.boundRadius and object.boundRadiusScale. 13 years ago
  Mr.doob 6a0b0eb1fd Split SceneUtils.cloneObject into *.clone() 13 years ago
  Mr.doob 6bdaf52ae9 Nickname consistency. 13 years ago
  Mr.doob cdfc4f3b8a Implemented Object.create( *.prototype ) pattern as per discussion in #2080. 13 years ago
  Mr.doob 5e49f0dded Reworking GUI. WIP. 13 years ago
  Mr.doob 5b167b51fd Removed unused supr. 14 years ago
  Mr.doob c9213ab544 Added default material to Mesh, Line and ParticleSystem. Fixes #1373. 14 years ago
  Mr.doob 4e2f5aaa0c Removed old DEPRECATED messages. 14 years ago
  alteredq 8ec6317ef8 Added BufferGeometry for direct rendering from typed arrays. 14 years ago
  Mr.doob af2919bc17 Adding RenderableObject once again. 14 years ago
  Mr.doob ec00f298be CanvasRenderer and SVGRenderer using single-material system. 14 years ago
  Mr.doob 6b151b552e Merging with @alteredq's experimental branches. 14 years ago
  alteredq a4665c770e Small refactoring in morph attributes initialization plus some whitespace cleaning. 14 years ago
  alteredq 59e5d7ada4 Small optimizations in attributes setting and some whitespace cleanup. 14 years ago
  alteredq adca3ad139 Small optimization: moved doubleSided and flipSided properties from Mesh up to Object3D. 14 years ago