mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-09 04:56:01 +10:00
* Camera is now a base object. PerspectiveCamera should be used instead. Figured out a way to show a warning when misused. * OrthoCamera is now OrthographicCamera. * Removed `target` from Camera. Misc * Renamed Trident to Axes.