Historique des commits

Auteur SHA1 Message Date
  Mr.doob 5053cc4e6d * Added 2 more examples to the README. il y a 15 ans
  Mr.doob 1aca787cb1 Forgot to recompile the builds il y a 15 ans
  Mr.doob 83690551a3 Added a comment on `example/large_mesh_test.html` about the `--allow-file-access-from-files` bit. il y a 15 ans
  Mr.doob 425c01111b Merge remote branch 'alteredq/master' il y a 15 ans
  Mr.doob 047f190d4d Avoiding merge conflicts (I'm sure there is a way to handle these in this client, maybe not yet...) il y a 15 ans
  alteredq 49d1bd170b Made JSON model format slimmer by flattening arrays. Modified Loader and OBJ converter accordingly. il y a 15 ans
  Mr.doob 8d198002d1 * Fixed a bug in Ray.intersectObject: face.normal needs to be transformed using matrixRotation otherwise rotated objects fail il y a 15 ans
  alteredq bae0a2e06b Synced with mrdoob's branch. il y a 15 ans
  Mr.doob 9a62d1173a Refactored `ClickResolver to `Ray` and `Projector.unprojectVector` working. il y a 15 ans
  alteredq 5192428f25 Added Loader class providing both asynchronous JS and web worker based loading of models. il y a 15 ans
  Mr.doob 8cb2f9e2a1 Merge remote branch 'alteredq/master' il y a 15 ans
  Mr.doob fb4935d35b Trying to avoid merge conflicts :S il y a 15 ans
  Mr.doob b57169bc84 Projector.unprojectVector() apparently working il y a 15 ans
  alteredq 88c5d3e571 Forgot to build one-file version and to bump up version number. il y a 15 ans
  alteredq 2b1f0a9b97 Added Lucy model (100k triangles version). The example using it already went to previous commit. il y a 15 ans
  alteredq 406063d588 Added breaking of mesh into chunks of max 64K vertices (done in materials sorting step). il y a 15 ans
  alteredq 1fae823482 Quick and dirty fix for OBJ converter demo: don't do backface culling to get back floor mesh that disappeared (turning it upside down gets ugly lighting). il y a 15 ans
  alteredq 7c163bb9c1 In OBJ converter made smooth/flat shading configurable via command line parameter (-s smooth|flat). il y a 15 ans
  alteredq 93c2ed9474 In OBJ converter added handling of cases where there are no materials specified in OBJ file (which is different from having null materials or no MTL file). il y a 15 ans
  Mr.doob f30216ff8e Applying alteredq's CanvasRenderer fix re Ambient Light calculation to SVGRenderer. il y a 15 ans
  alteredq a8ff77e1d4 Fixed ambient light computation in CanvasRenderer to get correct lighting when there is no ambient light specified in the scene. il y a 15 ans
  alteredq 9d2aaf4e4c Synced with mrdoob's branch. il y a 15 ans
  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. il y a 15 ans
  Mr.doob 8eb356db40 Now we just need to make sure geometry.computeCentroids() is called at the end of creating/modifying the geometry, otherwise things break... il y a 15 ans
  Mr.doob daf2700ccb * Projector.js: Rather than calculating the screen space centrium of each face per render, seemed smarter to just project the precomputed centrium. Side effect: Polygon shaking is gone \o/ il y a 15 ans
  alteredq 8e31bbb165 Synced with mrdoob's branch. il y a 15 ans
  Mr.doob 7f0a42cce8 Merge remote branch 'alteredq/master' il y a 15 ans
  alteredq 8ea9f2d107 Merge remote branch 'remotes/upstream/master' il y a 15 ans
  alteredq b22bd9da2e Added face culling to WebGLRenderer (default is now backface culling on, front face is counter-clockwise). il y a 15 ans
  alteredq f32fc45541 Added WebGL version of pointlights example (including Walt's head mesh with vertex normals). il y a 15 ans