Commit History

Author SHA1 Message Date
  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