1. 27 12月, 2011 1 次提交
  2. 23 11月, 2011 1 次提交
  3. 23 10月, 2011 1 次提交
  4. 21 10月, 2011 1 次提交
  5. 12 10月, 2011 1 次提交
  6. 11 8月, 2011 1 次提交
    • M
      * Simplified THREE.Color. · 0b910d7c
      Mr.doob 提交于
      * Realised that canvas.context has a createPattern method which allows CanvasRenderer to support tiled textures \o/ (Examples where there is a CanvasRenderer and a WebGLRenderer at the same time may get errors because CanvasRenderer now uses texture.needsUpdate too).
      0b910d7c
  7. 03 8月, 2011 2 次提交
  8. 27 7月, 2011 1 次提交
  9. 04 5月, 2011 1 次提交
  10. 27 4月, 2011 2 次提交
  11. 24 4月, 2011 1 次提交
  12. 23 4月, 2011 1 次提交
  13. 23 3月, 2011 1 次提交
  14. 28 2月, 2011 1 次提交
  15. 26 2月, 2011 1 次提交
  16. 20 2月, 2011 1 次提交
  17. 01 2月, 2011 1 次提交
    • A
      Added elementary support for particles to WebGLRenderer. · 54e3bc61
      alteredq 提交于
      It works more or less the same as lines:
      
        - particles are passed to ParticleSystem object as geometry
        - material is ParticleBasicMaterial (textures should be supported, not tested yet)
        - geometry can be updated by setting "__dirtyVertices" property of the geometry
      54e3bc61
  18. 30 12月, 2010 1 次提交
  19. 27 12月, 2010 1 次提交
  20. 17 11月, 2010 1 次提交
  21. 16 11月, 2010 1 次提交
  22. 13 11月, 2010 2 次提交
  23. 06 11月, 2010 1 次提交
  24. 06 10月, 2010 1 次提交
    • M
      * Added `PointLight` · 647b4a57
      Mr.doob 提交于
      * `CanvasRenderer` and `SVGRenderer` basic lighting support (`*ColorStroke`/`*ColorFill` only)
      * `Renderer` > `Projector`. `CanvasRenderer`, `SVGRenderer` and `DOMRenderer` do not extend anymore
      * Interactivity base code (hdi folder). To be refactored... ([mindlapse](http://github.com/mindlapse))
      * Added `computeCentroids` method to `Geometry`
      * Included `Stats.js` directly in the `/examples` folder to avoid the need of internet for playing around
      647b4a57
  25. 21 9月, 2010 1 次提交
  26. 18 9月, 2010 1 次提交
  27. 17 9月, 2010 1 次提交
  28. 21 8月, 2010 1 次提交
  29. 07 7月, 2010 1 次提交
  30. 23 6月, 2010 1 次提交
  31. 20 6月, 2010 1 次提交
  32. 10 6月, 2010 1 次提交
  33. 07 6月, 2010 1 次提交
  34. 06 6月, 2010 1 次提交
    • M
      + Added Line Object · e98397cb
      Mr.doob 提交于
      + Workaround for WebKit not supporting rgba() in SVG yet
      + Aesthetic changes on the readme file
      e98397cb
  35. 16 5月, 2010 2 次提交
    • M
      Credit where credit is due. · 2a334e08
      Mr.doob 提交于
      2a334e08
    • M
      Removed Class.js dependency · a6e98d7e
      Mr.doob 提交于
      Added THREE namespace
      Camera.x -> Camera.position.x
      Camera.target.x -> Camera.target.position.x
      ColorMaterial -> ColorFillMaterial
      FaceColorMaterial -> FaceColorFillMaterial
      Materials are now multipass (use array)
      Added ColorStrokeMaterial and FaceColorStrokeMaterial
      geometry.faces.a are now indexes instead of links 
      a6e98d7e
  36. 25 4月, 2010 1 次提交