Mr.doob 98a8973e4f Reverting to old WebGLRenderer again. 13 лет назад
..
Box2.js f60212b5b0 Removed re-asigning of constructors. 13 лет назад
Box3.js 1f4f7e1a79 (Box3|Line3|Plane|Ray|Sphere).transform() -> applyMatrix4() for consistency. 13 лет назад
Color.js 49fe06f657 add Color.equals. 13 лет назад
Frustum.js e314cb059d Changed some of the matrix.getPosition() to vector.getPositionFromMatrix( matrix ). See #2967. 13 лет назад
Line3.js 98a8973e4f Reverting to old WebGLRenderer again. 13 лет назад
Math.js 9d688e40d9 Renamed smoothStep and smootherStep to smoothstep and smootherstep to make it consistent with GLSL. Implemented it in CanvasRenderer. 13 лет назад
Matrix3.js e998138a39 Added Matrix3.getNormalMatrix( m ) and Vector3.transformDirection( m ) 13 лет назад
Matrix4.js 153e0368b7 Deprecated matrix.rotateAxis as per #3141. 13 лет назад
Plane.js 1f4f7e1a79 (Box3|Line3|Plane|Ray|Sphere).transform() -> applyMatrix4() for consistency. 13 лет назад
Quaternion.js f60212b5b0 Removed re-asigning of constructors. 13 лет назад
Ray.js 1f4f7e1a79 (Box3|Line3|Plane|Ray|Sphere).transform() -> applyMatrix4() for consistency. 13 лет назад
Sphere.js 1f4f7e1a79 (Box3|Line3|Plane|Ray|Sphere).transform() -> applyMatrix4() for consistency. 13 лет назад
Spline.js d821397c16 fixed #2728, Moved geometry primitives out of src/core into src/math. src/core is now exclusive scene primitives. 13 лет назад
Triangle.js f60212b5b0 Removed re-asigning of constructors. 13 лет назад
UV.js d821397c16 fixed #2728, Moved geometry primitives out of src/core into src/math. src/core is now exclusive scene primitives. 13 лет назад
Vector2.js 9eaf84a50f Added Vector*.toArray(). Implemented in SceneExporter2. 13 лет назад
Vector3.js fe2792df4a Changed getColumnFromMatrix signature as suggested by @bhouston. 13 лет назад
Vector4.js 56825c9acf Vector4: Moved around the new methods to keep the end structure like in Vector2/3. 13 лет назад
Vertex.js d821397c16 fixed #2728, Moved geometry primitives out of src/core into src/math. src/core is now exclusive scene primitives. 13 лет назад
粤ICP备19079148号