Commit History

Author SHA1 Message Date
  Mr.doob abb4a774cd Merging with alteredq. 14 years ago
  Mr.doob 3f20fee01a Merge remote branch 'empaempa/master' into experimental 14 years ago
  Mr.doob 63ab3c2d80 Merge remote branch 'tarmour/master' 14 years ago
  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 years ago
  Mikael Emtinger 0acad374a1 Added .fog as parameter (to used for enabeling refreshing and setting of fog uniforms in MeshShaderMateiral) 14 years ago
  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 years ago
  Mikael Emtinger e7b6f4ad3c Merged with mrdoob 14 years ago
  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 years ago
  Mr.doob 6992b8e455 Merge remote branch 'alteredq/master' 14 years ago
  Mr.doob 70ff34b8a3 Updated Stats.js widget. 14 years ago
  alteredq 477b0095a9 Added dumping of scale to Blender exporter / handling of scale to JSONLoader. 14 years ago
  Mr.doob e6fd2d0516 Blender Exporter: Added option for truncating vertex values. Added scale parameter. 14 years ago
  Mr.doob 09e976f299 Blender exporter: Scene export option False by default. 14 years ago
  alteredq 7e6ba581de Removed some bottlenecks in shader building / sharing. 14 years ago
  alteredq c2a401f2b8 Added option not to export materials to Blender exporter. 14 years ago
  alteredq 5a684c29ea Fixed broken video texture example. 14 years ago
  alteredq a719d289cc Fixed broken ribbons example. 14 years ago
  alteredq 575deaadc5 Fixed broken depth-of-field example. 14 years ago
  Mikael Emtinger 08642c5239 Merged with mrdoob. 14 years ago
  alteredq 9abbb97d4c Fixed Blender exporter not checking if material texture actually has some image. 14 years ago
  alteredq e19bf17645 Synced with mrdoob's branch. 14 years ago
  alteredq 1001b76351 Added lava shader example. 14 years ago
  Mr.doob 8c3fa8f401 WebGLRenderer: Removed unneded program checks. 14 years ago
  alteredq 3b43c79679 Added possibility of enforcing vertical angle constraint to QuakeCamera. 14 years ago
  Mikael Emtinger b35b70a0e0 Fixed bug in stencil shadow renderer. 14 years ago
  alteredq 27b0ee0be7 Updated Loader to handle more material parameters (blending, transparent, depthTest). 14 years ago
  Mr.doob 29da25e746 WebGLRenderer: Added internal cache for compiled shaders. Already compiled shaders get reused. 14 years ago
  alteredq b6aa8c8433 And some more globals, third time is a charm? 14 years ago
  alteredq a53921fb22 Fixed more globals in JSONLoader. Also updated ubiquity test includes. 14 years ago
  alteredq 2d7833d32e Fixed runaway globals in JSONLoader. 14 years ago