提交歷史

作者 SHA1 備註 提交日期
  Mikael Emtinger c3ab2eb1e9 Rewrote lens flares to not use readPixels. There are different solutions based on availablity of vertex textures. If available, occlusion calculation is more exact and handles partial occlusion on screen edges. If not available, occlusion calculation is less exact (because it's made on each fragment so it has to be fast) and partial occlusion by screen edge is not possible (same reason). 14 年之前
  alteredq 4470e0f619 Merged physics branch into master. 14 年之前
  alteredq 07294ccfaf Merge remote branch 'remotes/drojdjou/master' into physics 14 年之前
  alteredq 65e3f92d55 Merged latest master branch into physics branch. 14 年之前
  Bartek Drozdz 0017fa4285 Removed comments from Collision classes 14 年之前
  alteredq 0209928118 Fixed reaction and trigger collisions examples. 14 年之前
  alteredq 693a36f509 Moved scene loader from SceneUtils into SceneLoader. 14 年之前
  alteredq 55a3d8290d Changed hardcoded uv scale to uniform in lava shader example. 14 年之前
  alteredq f7e3a80d70 Added edges computation to OBJ converter. 14 年之前
  alteredq 7915999bdd Added edges to Blender exporter, JSONLoader and Geometry. 14 年之前
  Bartek Drozdz 9850695f38 Collisions system initial commit. 14 年之前
  Mr.doob 5742cceefd Ray: Added support for object.flipSided and object.doubleSided properties. 14 年之前
  Mr.doob b899391008 Updated buillds. 14 年之前
  Mr.doob 51b56fe695 Merge remote branch 'alteredq/master' into experimental 14 年之前
  Mr.doob abb4a774cd Merging with alteredq. 14 年之前
  Mr.doob 3f20fee01a Merge remote branch 'empaempa/master' into experimental 14 年之前
  Mr.doob 63ab3c2d80 Merge remote branch 'tarmour/master' 14 年之前
  Theo Armour 28869a95a7 Added the same onDocumentMouseWheel() function and event handlers as in canvas_geometry_panorama_fisheye.html so that mousewheel zooming works on Firefox 4 and other browsers. 14 年之前
  alteredq 00b0f6df41 Fleshed out more face color pipeline (OBJ converter, Blender importer and loaders). 14 年之前
  alteredq db96a4a861 Added support for morph colors to JSONLoader and Geometry. 14 年之前
  Mikael Emtinger 0acad374a1 Added .fog as parameter (to used for enabeling refreshing and setting of fog uniforms in MeshShaderMateiral) 14 年之前
  alteredq df7216e7a6 Added handling of morph colors to OBJ converter. 14 年之前
  Theo Armour c3f7b1b5de Added the same onDocumentMouseWheel() function and event handlers as in canvas_geometry_panorama_fisheye.html so that mousewheel zooming works on Firefox 4 and other browsers. 14 年之前
  Mikael Emtinger e7b6f4ad3c Merged with mrdoob 14 年之前
  Mikael Emtinger ea42310975 Added .boundTo in custom attributes. If not defined, it assumes that the custom attribute data has the length of vertices (boundTo="vertices"). If boundTo="faces", the custom attribute data has the length of faces.length. If boundTo="faceVertices" the cursom attribute data has the length of: numFace3*3 + numFace4*4. 14 年之前
  Mr.doob 6992b8e455 Merge remote branch 'alteredq/master' 14 年之前
  Mr.doob 70ff34b8a3 Updated Stats.js widget. 14 年之前
  alteredq 477b0095a9 Added dumping of scale to Blender exporter / handling of scale to JSONLoader. 14 年之前
  Mr.doob e6fd2d0516 Blender Exporter: Added option for truncating vertex values. Added scale parameter. 14 年之前
  Mr.doob 09e976f299 Blender exporter: Scene export option False by default. 14 年之前