| .. |
|
animation
|
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.
|
13 lat temu |
|
cameras
|
6e0d2115ca
adopting THREE.Math.degToRad/radToDeg for code readability.
|
13 lat temu |
|
core
|
aa7567f46e
Refactored Curve.js to individual classes (#3378)
|
12 lat temu |
|
curves
|
aa7567f46e
Refactored Curve.js to individual classes (#3378)
|
12 lat temu |
|
geometries
|
9211f7447b
Updated builds.
|
12 lat temu |
|
helpers
|
3030f0068a
Add setColors method to GridHelper, Add example for setting up and changing colors of a grid
|
12 lat temu |
|
objects
|
88f56b3b3b
Clean up.
|
13 lat temu |
|
renderers
|
c16b26c6a6
Moved WebGLRenderer's autoUpdateScene to scene.autoUpdate.
|
12 lat temu |
|
shaders
|
3fa6cd47db
Fixed inconsistent precision for lensflares and sprites shaders causing troubles on mobile (thanks to @phoboslab).
|
13 lat temu |
|
FontUtils.js
|
3dcf635abd
add THREE.TypeFaces = self._typeface_js; to enable access to _typeface_js in different contexts.
|
12 lat temu |
|
GeometryUtils.js
|
51d597416f
Using Matrix3.getNormalMatrix. See #3220.
|
12 lat temu |
|
ImageUtils.js
|
23a2faace6
Fixed ImageLoader breakage. See #3442.
|
12 lat temu |
|
SceneUtils.js
|
6a0b0eb1fd
Split SceneUtils.cloneObject into *.clone()
|
13 lat temu |