Историја ревизија

Аутор SHA1 Порука Датум
  Mr.doob a851b6b645 Removed debugger bits. пре 12 година
  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 година
  Mr.doob bb69dc9a62 Updated builds. пре 12 година
  Mr.doob 16314e8ca8 Added .add(), .addColors(), .addScalar(), .multiply() and .multiplyScalar() to Color. Removed ArrowHelper from DirectionalLight too. пре 12 година
  Mr.doob 4074675d7a Removed ArrowHelper from SpotLightHelper. пре 12 година
  Mr.doob ef87a12c9a Cleaned up Box3. пре 12 година
  Mr.doob 54cdb693ac Cleaned up ArrowHelper code a bit. пре 12 година
  Mr.doob 589bc10538 Merge remote-tracking branch 'bhouston/arrowhelper-fix' into dev пре 12 година
  Mr.doob 3af117818b Updated builds. пре 12 година
  Mr.doob 72cb3cf68e Merge remote-tracking branch 'bhouston/geometry-mergeVertices-fix' into dev пре 12 година
  Mr.doob 53e07e091a Updated builds. пре 12 година
  Mr.doob 7d48298acf Renamed Sphere.isIntersectionSphere to Sphere.intersectsSphere. пре 12 година
  Mr.doob 42f7f1036f Docs: Removed now unneded description in AmbientLight. Thanks @WestLangley. пре 12 година
  Mr.doob 9c7da1479b Updated builds. пре 12 година
  Mr.doob f606c5a7e1 Merge remote-tracking branch 'Fox32/dev' into dev пре 12 година
  Mr.doob a7d5acf09e Docs: AmbientLight hint as suggested by @WestLangley. Closes #2872. пре 12 година
  Oliver Sand 1269d968fb Add unit test, fix is isIntersectionSphere пре 12 година
  Oliver Sand dcd25863e4 Add isIntersectionSphere to sphere пре 12 година
  Ben Houston 6f72a001c2 Frustum.contains -> intersectsObject, containsSphere->intersectsSphere, removed Frustum.containsAnyPoints, .transform. Update unit tests accordingly. пре 12 година
  Ben Houston 5d6656506b remove unused variable from Frustum.js пре 12 година
  Ben Houston 587672690e move credit for barycoord function from Raycaster to Triangle per @mrdoob. пре 12 година
  Ben Houston 518d9f30f7 fix formatting per @WestLangley. пре 12 година
  Ben Houston b358c94547 expand Frustum.contains() per @alteredq, @gero3 пре 12 година
  Ben Houston f5466d3ce7 reduce ArrowHelper axis check precision and improved formatting per @gero3 пре 12 година
  Ben Houston 5bd3d0426e add webgl_geometry_normals.html - example that shows vertex normals and face normals of standard geometry types before and after Geometry.mergeVertices пре 12 година
  Ben Houston 11607e60c1 Geometry.mergeVertices: remove unused variables, rename non-descript 'o' to 'indices'. пре 12 година
  Ben Houston 85b9bf17d1 robust support for multiple duplicate vertices in Face3 and Face4, add handling of vertex colors and vertex UVs. пре 12 година
  Ben Houston 5606570dcf remove unnecessary Matrix4 unit tests. пре 12 година
  Ben Houston a925d18b58 cleanup ArrowHelper GC usage, switch matrix->quat. пре 12 година
  Ben Houston 0aab3a9c73 optimization of ArrowHelper.setDirection suggested by @WestLangley пре 12 година