1. 25 10月, 2010 1 次提交
  2. 22 10月, 2010 1 次提交
  3. 21 10月, 2010 1 次提交
    • A
      Extended CanvasRenderer to be able to handle decals... · dde831bf
      alteredq 提交于
      Extended CanvasRenderer to be able to handle decals (MeshBitmapUVMappingMaterials as secondary materials).
      
      For decals you need to set "decalIndex" property of the material (corresponding to materials index of the original mesh UV material).
      
      Added multimaterials example.
      
      Fixed forgotten sphere smoothing in OBJ converter example.
      dde831bf
  4. 20 10月, 2010 1 次提交
  5. 18 10月, 2010 1 次提交
    • U
      Added OBJ -> Three.js converter. · 60c23544
      unknown 提交于
      Added OBJ converter test example.
      
      Modified Three.js to handle converted models:
      
       - extended WebGL renderer to use texturing
         - broke down model into multiple VBOs according to materials
         - textures are lazy created when images get loaded
           (converter takes care of resizing images to nearest power of 2
            dimensions using 2d canvas)
      
       - changed material array semantics in Mesh object
          - before: multiple materials were applied to all faces (broken in WebGL, needs multitexturing shader)
          - now: there is only single material per face, but one mesh can have faces with different materials
      
       - added per vertex normals (to get smooth shading in WebGL)
      60c23544
  6. 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
  7. 21 9月, 2010 1 次提交
  8. 17 9月, 2010 1 次提交
  9. 21 8月, 2010 1 次提交
  10. 25 7月, 2010 1 次提交
  11. 24 7月, 2010 2 次提交
  12. 21 7月, 2010 1 次提交
  13. 19 7月, 2010 2 次提交
  14. 17 7月, 2010 3 次提交
  15. 14 7月, 2010 3 次提交
  16. 12 7月, 2010 3 次提交
  17. 07 7月, 2010 1 次提交
  18. 04 7月, 2010 1 次提交
  19. 23 6月, 2010 2 次提交
  20. 21 6月, 2010 2 次提交
  21. 20 6月, 2010 1 次提交
  22. 11 6月, 2010 1 次提交
  23. 10 6月, 2010 3 次提交
  24. 08 6月, 2010 2 次提交
  25. 07 6月, 2010 1 次提交
  26. 06 6月, 2010 2 次提交