Commit History

Author SHA1 Message Date
  Mikael Emtinger f542cc8d04 Probably fixed small bug related to blend modes on PC/Chrome 14 years ago
  alteredq e184403727 Fixed bug in custom attributes. 14 years ago
  Mr.doob e457b4f8ae Added drawCalls property to WebGLRenderer::data object. 14 years ago
  Mikael Emtinger 40eae8ae10 Fixed bug related to morphColors in JSONLoader. Changed reading of custom attributes from geometry group to material to let material instead of geometry rule of the source of data. 14 years ago
  Mikael Emtinger aa9193e43c Fixed bug that caused env-maps and cube maps to break. 14 years ago
  Mikael Emtinger 7816ffe1d1 Merge branch 'master' of git://github.com/mrdoob/three.js 14 years ago
  Mikael Emtinger 24eaf4abc9 Fixed some bugs around setting uniforms and morph targets. Added a small feature to custom attributes to allow re-use. 14 years ago
  alteredq 99630c2dff Fixed few spurious globals in WebGLRenderer. 14 years ago
  Mikael Emtinger b56600a54e Added .castShadow to DirectionalLight and check this in the renderStencilShadow function in WebGLRenderer. castShadow is set to false by default. Updated examples. 14 years ago
  Mr.doob 92d702d95d Added `data` object ( vertices, faces ) to Canvas/SVG/WebGLRenderer to get some render counts from the last render call. 14 years ago
  Mr.doob 3d65cbcd44 Merge remote branch 'alteredq/master' into experimental 14 years ago
  Mr.doob e5e4ff79ee Fixed Vector3::setRotationFromMatrix 14 years ago
  alteredq b72177929e Fixes in handling of camera updates. Added few methods to Quaternion API. 14 years ago
  Mr.doob 7361be39df WebGLRenderer: Sprites can now be removed from the Scene (thx jetienne) 14 years ago
  alteredq 22bd108ab1 Added FlyCamera (thanks to James Baicoianu). Added specular map to normal map shader. Added WebGL Earth FlyCamera demo. 14 years ago
  Mr.doob 76e7ea3461 Added namespace to all the objects that missed it (geometries, uniforms, etc) 14 years ago
  Mr.doob e8847848ad Merging with alteredq's branch. 14 years ago
  Mr.doob 9c68545b81 Merge remote branch 'empaempa/master' into experimental 14 years ago
  Mikael Emtinger d8e5678ece Optimized initalization of ShadowVolumes by using supplied edge information (if available) 14 years ago
  Mr.doob b2d39cf832 WebGLRenderer now logs some GL information (I think it may be handy). 14 years ago
  Mikael Emtinger 36bc61e5e9 Fixed several small sprite bugs and updated example. 14 years ago
  Mikael Emtinger d87224face Put back the pink square method to allow for partial screen border occlusion in opengl 14 years ago
  Mikael Emtinger 50b6745ad6 Added sorting to sprites and updated example. 14 years ago
  Mikael Emtinger 08127af611 Fixed blending bug with sprites. Added example. 14 years ago
  Mikael Emtinger 615f872023 Added sprite support. See Sprite.js for details. No support for custom shader at this point. 14 years ago
  Mikael Emtinger 5ef9e04535 removed finish 14 years ago
  Mikael Emtinger 2c8b6b35fe Fixed bug in lens flare 14 years ago
  Mikael Emtinger f70aaed1d8 Merge branch 'master' of git://github.com/mrdoob/three.js 14 years ago
  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 years ago
  alteredq 1fd801719f Added option to have flat shading for renderBufferImmediate. 14 years ago