Commit History

Author SHA1 Message Date
  WestLangley de369c1b92 Updated helper to properly track light.target 11 years ago
  MiiBond df59090998 Added dispose methods for cleaning up light helpers 12 years ago
  Mr.doob 890a7571fd Refactored helpers. 12 years ago
  Mr.doob aecf267471 Fixed helpers silly bug. Thanks @WestLangley. 12 years ago
  Mr.doob 1b51d576ab Helpers: Using matrixWorld instead of just position. 12 years ago
  Mr.doob e3d06e87cf Cleaned up warnings. 12 years ago
  Mr.doob d49b95dead Simplified SpotlightHelper. 12 years ago
  Mr.doob 22c02d058a Simplified HemisphereLightHelper. 12 years ago
  Mr.doob bbd6beee39 Editor: More userData dependency clean up. 12 years ago
  Mr.doob cd828bdd27 Editor: More work on lights and helpers. 12 years ago
  Mr.doob 40b53adb48 Removed AsteriskGeometry. 12 years ago
  Mr.doob 3a311dc2a5 Renamed Object3D properties to userData. 12 years ago
  Mr.doob 7ecf796dc1 More specific checks. 12 years ago
  Oliver Sand ce7425f269 Remove redundant initialisation 12 years ago
  Oliver Sand 82dd6c5a23 Fix bug in DirectionalLightHelper 12 years ago
  Mr.doob b062fee866 Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub, cross, min, max, lerp... Renamed Matrix* and Quaternion multiply() to multiplyMatrices(), multiplyQuaternions() and multiplySelf() to multiply(). See #2860. 12 years ago
  Mr.doob 16314e8ca8 Added .add(), .addColors(), .addScalar(), .multiply() and .multiplyScalar() to Color. Removed ArrowHelper from DirectionalLight too. 12 years ago
  alteredq 4b25251aae Somehow DirectionalLightHelper init color fix escaped the last commit. 12 years ago
  alteredq 5d8ed4e4f9 Extracted rays from PointLightHelper into AsteriskGeometry. 12 years ago
  alteredq 5a92000046 Editor: added PointLightHelper. 12 years ago
  alteredq 78103f39cd Editor: added dashed line from light to target for DirectionalLightHelper. 12 years ago
  alteredq f286b6c1d8 Editor: extracted light gizmo into DirectionalLightHelper. 12 years ago