Commit History

Author SHA1 Message Date
  Joshua Koo aafd29c50a Code transforming mrdoob style second attempt See #4806 11 years ago
  Gheric Speiginer 2b6fdf00d6 Added 'addedToScene', 'removedFromScene', 'objectAdded', and 'objectRemoved' events 12 years ago
  Mr.doob 57a96193db Removed Scene.__objects as per @filgf suggestion in #3840. 12 years ago
  Mr.doob 76b3cc3fd8 Code clean up. 12 years ago
  MiiBond 3766a77c5f Making Object3D.remove() also remove virtual lights when removing cascade light 12 years ago
  Mr.doob 14f5298d77 Spaces to tabs. 12 years ago
  CMP ca8ba14a53 Implement Scene.clone #3032 12 years ago
  Mr.doob c16b26c6a6 Moved WebGLRenderer's autoUpdateScene to scene.autoUpdate. 13 years ago
  Mr.doob 6bdaf52ae9 Nickname consistency. 13 years ago
  alteredq d7dcc6cdd5 Merge remote-tracking branch 'remotes/AddictArts/dev_lightTargets' into unflip 13 years ago
  Mr.doob cdfc4f3b8a Implemented Object.create( *.prototype ) pattern as per discussion in #2080. 13 years ago
  Erik Kitson 39dadf18f4 Lights with a target will have their target automatically added to the scene to honor matrixAutoUpdate. 14 years ago
  Mr.doob 840254269d Renamed Scene' .addObject() and .removeObject() to .__addObject() and .__removeObject() 14 years ago
  Mr.doob 28ad7aa270 Renamed scene.objects to scene.__objects and fixed all the examples that relied on it. 14 years ago
  alteredq 408c82d306 Got WebGLRenderer working again. 14 years ago
  Mr.doob 378c3fdfed Removing some deprecated warnings. 14 years ago
  Mr.doob 1e5fc98582 Reworking Scene Graph setup. 14 years ago
  Mr.doob 78344033fa Reverted AmbientLights changes. 14 years ago
  Mr.doob c89e3fe49a More breakage... 14 years ago
  Mr.doob a0b8f50fb0 Renamed scene.center to scene.origin as per @pyrotechnick suggestion. 14 years ago
  Mr.doob 0995bc43f3 Added a handy "center" to Scene. 14 years ago
  Ivo Benner 92f406bbcc fixed: in-frame adding and removing same objects from scene leads to missing objects 14 years ago
  Mr.doob f676ce6eab Simpler DEPRECATED messages. 14 years ago
  Mr.doob b6f7444b0f Added deprecated warning to MeshShaderMaterial class. 14 years ago
  Mr.doob 322b9f9d87 Object3D.add(), Objec3D.remove(), Scene.add(), Scene.remove()... we'll see how it feels. 14 years ago
  Mr.doob a5b7ea85a9 Removed Sound object and SoundRenderer. 14 years ago
  Mr.doob 176d0f2884 Merging with @alteredq's branch. 14 years ago
  Mr.doob be5a27198c Renamed Ray::intersectArray to Ray::intersectObjects. 15 years ago
  alteredq aac5b6117b Refactored SceneLoader. 15 years ago
  Mr.doob 4590683d4b WebGLRenderer stops rendering objects when removed from the scene. 15 years ago