r56
https://github.com/mrdoob/three.js/wiki/Migration-Guide#r55--r56
(408,927 KB, gzip: 97,095 KB)
- Added
LineDashedMaterial
support toCanvasRenderer
. (@sole) - Documentation improvements. (@gero3, @erich666, @Stompfrog, @morenoh149, @chrmoritz and @mrdoob)
- Added
Matrix3.getNormalMatrix()
andVector3.transformDirection()
. (@WestLangley) - Added generator for Sublime Text 2 completion file. (@mrdoob)
- Removed
Matrix4
'sgetPosition()
andgetColumn*()
. (@mrdoob and @bhouston) - Blender exporter improvements. (@migvel)
- Added
Vector*.toArray()
. (@mrdoob) - Added Maya exporter for JSON format. (@etic)
- Improvements to
FlyControls
. (@WestLangley) - Improvements to
OBJLoader
andOBJMTLLoader
. (@edwardsp and @Fktrcfylh) - Added
.reflect()
,projectOnVector()
andprojectOnPlane()
toVector3
. (@bhouston) - Added
OculusRiftEffect
. (@troffmo5) - Fixed loading of JSON format 2.0 files in the editor. (@mrdoob and @drewnoakes)
- Added
setHSL()
andgetHSL()
toColor
. (@pksunkara and @mrdoob) - Added binary files support to
STLLoader
. (@aleeper) - Removed
setHSV()
,getHSV()
fromColor
. (@mrdoob) - Replaced
ColorUtils.adjustHSV()
withColor
's.offsetHSL()
. (@mrdoob) - Added
Line3
. (@bhouston) - Added
linewidth
support toBufferGeometry
lines. (@arodic) - Renamed
Box3
/Line3
/Plane
/Ray
/Sphere
's.transform()
toapplyMatrix4()
. (@bhouston) - Added
smoothstep
andsmootherstep
toMath
. (@bhouston) - Improvements to the editor. (@drewnoakes)
- Added
.reset()
toTrackballControls
. (@WestLangley) - Added two edge detection shader effects. (@zz85)
- Unit conversion handling in
ColladaLoader
. (@jihoonl)