Commit History

Author SHA1 Message Date
  Mr.doob eeb2a26bf6 Editor/SceneLoader/SceneExporter: Removed bgColor stuff. 12 years ago
  Mr.doob 39648e3b35 Editor: Support scenes without cameras. 12 years ago
  Mr.doob 2f2d6a0755 Added OBJExporter. 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 4074675d7a Removed ArrowHelper from SpotLightHelper. 12 years ago
  Mr.doob 42da32414c Editor: Added Edit / Clone. 12 years ago
  alteredq 103abde318 Editor: removed obsoleted object.deallocate on object delete 12 years ago
  Mr.doob abdb139406 Merge remote-tracking branch 'bhouston/ray3' into dev 12 years ago
  Mr.doob 731717a051 Editor: Default state to empty. 12 years ago
  Ben Houston e6f509baf6 rename Ray -> Raycaster, Ray3 -> Ray per @mrdoob (see #2729) 12 years ago
  alteredq d558f08fb0 Editor: deallocating removed objects and helpers. 12 years ago
  alteredq 7ae166f509 Editor: simplified object removal. 12 years ago
  Mr.doob 80923cb283 Editor: Changed shortcut for hiding helpers to "Esc". 12 years ago
  Mr.doob 209e17378f Editor: Cleaned up menubar. 12 years ago
  alteredq 3689f6b306 Editor: plugged in adding of point and directional lights to menubar. 12 years ago
  alteredq 8ec67c89c4 Editor: added handling of removal of lights from the scene. 12 years ago
  alteredq 96640467ee Editor: added slight borders around Viewport. 12 years ago
  alteredq a436c31a3b Editor: added warning when trying to export geometry for objects without geometry (lights, cameras, etc). 12 years ago
  alteredq 19b029c62e Editor: plugged object delete and scene reset actions into menubar. 12 years ago
  Mr.doob 206041f949 Editor: Working menu system. 12 years ago
  alteredq 3b4dc1b651 Editor: made intersection plane larger (so that you can drag objects also when zoomed out). 12 years ago
  alteredq 20b93e3fff Fixed HemisphereLight shading. 12 years ago
  alteredq b92df1f673 Editor: added handling of HemisphereLights. Added HemisphereLightHelper. 12 years ago
  alteredq 136faefe20 Editor: added handling of SpotLights. Added SpotLightHelper. 12 years ago
  alteredq 0779f7e782 Editor: added handling of AmbientLight. 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
  alteredq b8e3bf9765 Editor: added UI for changing light intensity and color. 12 years ago
  alteredq 7cea3c5a62 Editor: added handling of dragging to light gizmos. 12 years ago