1. 30 10月, 2010 2 次提交
  2. 27 10月, 2010 1 次提交
    • M
      * MeshBitmapUVMappingMaterial -> MeshBitmapMaterial. Second param is mode,... · 7464f5ff
      Mr.doob 提交于
      * MeshBitmapUVMappingMaterial -> MeshBitmapMaterial. Second param is mode, which is THREE.MeshBitmapMaterialMode.UVMAPPING by default.
      * Removed MeshFaceColorFillMaterial and MeshFaceColorStrokeMaterial
      * Added MeshFaceMaterial ( it uses the face.material for that pass )
      * CanvasRenderer and SVGRenderer per face material logic changed.
      * SVGRenderer supports particles again.
      * WebGLRenderer currently broken :/
      * Code clean up
      7464f5ff
  3. 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
  4. 17 9月, 2010 1 次提交
  5. 25 7月, 2010 1 次提交
  6. 17 7月, 2010 1 次提交
    • M
      * Refactored `CanvasRenderer` (more duplicated code, but easier to handle) · 8f543db1
      Mr.doob 提交于
      * `Face4` now supports `MeshBitmapUVMappingMaterial`
      * Changed order of `*StrokeMaterial` parameters. Now it's `color`, `opacity`, `lineWidth`.
      * `BitmapUVMappingMaterial` > `MeshBitmapUVMappingMaterial`
      * `ColorFillMaterial` > `MeshColorFillMaterial`
      * `ColorStrokeMaterial` > `MeshColorStrokeMaterial`
      * `FaceColorFillMaterial` > `MeshFaceColorFillMaterial`
      * `FaceColorStrokeMaterial` > `MeshFaceColorStrokeMaterial`
      * `ColorStrokeMaterial` > `LineColorMaterial`
      * `Rectangle.instersects` returned false with rectangles with 0px witdh or height
      8f543db1
  7. 23 6月, 2010 2 次提交
  8. 21 6月, 2010 1 次提交
  9. 20 6月, 2010 1 次提交
  10. 14 6月, 2010 2 次提交
  11. 13 6月, 2010 1 次提交