Commit History

作者 SHA1 備註 提交日期
  Ben Houston b9a98dd689 add some unit tests for Ray-Sphere intersection testing. 12 年之前
  Ben Houston 1e52836e47 add slow but correct intersectBox with unit tests. 12 年之前
  Ben Houston 8140a99ad2 remove console log output. 12 年之前
  Ben Houston 328f5422be simplify Ray constructor based on @mrdoob's feedback here: https://github.com/mrdoob/three.js/pull/2734#commitcomment-2244506 12 年之前
  Ben Houston 58bbf74cb8 all Ray unit tests pass. 12 年之前
  Ben Houston dd58a87142 finished scope of Ray unit tests, now I just need to make them work. 12 年之前
  Ben Houston e921f46141 Ray unit tests. 12 年之前
  Ben Houston e6f509baf6 rename Ray -> Raycaster, Ray3 -> Ray per @mrdoob (see #2729) 12 年之前
  Ben Houston d821397c16 fixed #2728, Moved geometry primitives out of src/core into src/math. src/core is now exclusive scene primitives. 12 年之前
  Ben Houston 970ee2bf95 Merge branch 'dev' into ray3 12 年之前
  Mr.doob 64ef7d7045 Updated builds. 12 年之前
  Mr.doob c1f9ef832e Replaced THREE.UV with THREE.Vector2. 12 年之前
  Mr.doob 2867e6e77d Updated builds. 12 年之前
  Ben Houston c8d990f491 add recastSelf and document that I am unsure of the best way to handle failure cases. 12 年之前
  Ben Houston db1e452efa initial implementation of Ray3. 12 年之前
  Ben Houston 78cf677506 all unit tests pass. 12 年之前
  Ben Houston 0b4bdc7c19 only 6 unit tests failing, all related to box.isIntersection. 12 年之前
  Ben Houston c70714deb8 many more unit tests passing, still ~30 failing. 12 年之前
  Mr.doob 3e20c628b1 More readable Vector3.distanceToSquared. 12 年之前
  Mr.doob 359f4669a7 Merge remote-tracking branch 'alteredq/dev' into dev 12 年之前
  alteredq defff278b9 Made WebGLDeferredRenderer self-standing. 12 年之前
  alteredq 15c5183f64 Moved WebGLDeferredRenderer to examples/js/renderers 12 年之前
  alteredq 6f04bdda14 Renamed DeferredHelper => WebGLDeferredRenderer 12 年之前
  alteredq e760e48263 Deferred shading: sharing light proxy geometry. 12 年之前
  alteredq f39c0bf02a More garbage collection friendly Box2.distanceToPoint(), Box3.distanceToPoint() and Vector3.distanceToSquared() 12 年之前
  Mr.doob cd14488224 Reimplemented clean up. 12 年之前
  Mr.doob 3fceabf4c6 Merge remote-tracking branch 'bhouston/test-suite' into dev 12 年之前
  Mr.doob 58a236742d Merging with @bhouston. 12 年之前
  alteredq e801b91110 Some more code cleanup. 12 年之前
  Ben Houston 42d586f760 minor fixes. 12 年之前