Commit History

Author SHA1 Message Date
  Mr.doob a35b35fde9 * `examples/geometry/primitives` ⟶ `src/extras/primitives` 14 years ago
  Mr.doob 1849e9050c * Added a nicer interactivity example ⟶ examples/interactive_voxelpainter.html 15 years ago
  Mr.doob 8d198002d1 * Fixed a bug in Ray.intersectObject: face.normal needs to be transformed using matrixRotation otherwise rotated objects fail 15 years ago
  Mr.doob 9a62d1173a Refactored `ClickResolver to `Ray` and `Projector.unprojectVector` working. 15 years ago
  Mr.doob b57169bc84 Projector.unprojectVector() apparently working 15 years ago
  Mr.doob a919753328 * Clickresolver.js: Implemented blackpawn's point in triangle algos ( http://www.blackpawn.com/texts/pointinpoly/default.html ). Now works properly with Face3 too. 15 years ago
  Mr.doob 05ba1a2b1c * Nicer looking orthographic projection example. 15 years ago
  Mr.doob 7eacf2ae0e * Fixed `Matrix4.makeOrtho()`. `bottom - top` -> `top - bottom` 15 years ago