1. 14 1月, 2017 1 次提交
  2. 26 12月, 2016 1 次提交
  3. 15 9月, 2016 1 次提交
  4. 04 8月, 2016 1 次提交
  5. 23 7月, 2016 1 次提交
  6. 22 7月, 2016 2 次提交
  7. 18 10月, 2015 1 次提交
  8. 12 10月, 2015 1 次提交
  9. 17 7月, 2015 3 次提交
    • D
      Cleanup patch · 4278ba2f
      dubejf 提交于
      - Parameterized geometry (e.g. BoxGeometry) should not clone the base
      properties of Geometry.
      - CubeTexture: Clone is parameterless.
      4278ba2f
    • D
      Clone should take no argument. Introduce CloneProperties · 89491d9b
      dubejf 提交于
      89491d9b
    • D
      Extras geometries: clone · 8785ae9c
      dubejf 提交于
      Provide a clone method to the specialized geometries in
      src/extras/geometry, otherwise:
      - the `.parameters` are not copied
      - the `.type` of the clone is "Geometry" or "BufferGeometry"
      - the cloned object is not an instance of the initial type. It loses its
      specialization and becomes a plain `Geometry` or `BufferGeometry`.
      
      Class deriving from `PolyhedronGeometry` defined  `this.parameters` all
      over the place. Standardize to defining the `.type` and `.parameters`
      after the `PolyhedronGeometry` constructor is called.
      
      Also fix prototype inheritance chain for classes deriving from
      `PolyhedronGeometry`.
      8785ae9c
  10. 11 6月, 2015 1 次提交
  11. 09 5月, 2015 1 次提交
  12. 25 3月, 2015 1 次提交
  13. 24 3月, 2015 1 次提交
  14. 11 11月, 2014 1 次提交
  15. 04 9月, 2014 1 次提交
  16. 03 9月, 2014 1 次提交
  17. 18 8月, 2014 1 次提交
  18. 20 4月, 2014 1 次提交
  19. 08 4月, 2014 1 次提交
  20. 02 4月, 2014 1 次提交
  21. 24 3月, 2014 1 次提交
  22. 13 3月, 2014 2 次提交
  23. 12 3月, 2014 3 次提交
  24. 11 3月, 2014 1 次提交
  25. 09 3月, 2014 1 次提交
  26. 22 2月, 2014 1 次提交
  27. 17 8月, 2013 1 次提交
  28. 24 7月, 2013 2 次提交
  29. 04 12月, 2012 1 次提交
  30. 17 10月, 2012 1 次提交
    • A
      Editor: started to implement scene export. · 662cbae9
      alteredq 提交于
      Very much work-in-progress. This is going to take a while. Besides export being tedious by itself, I keep finding many things elsewhere in the codebase that need to be changed or fixed for something like this to work at all.
      662cbae9
  31. 15 10月, 2012 1 次提交
  32. 15 8月, 2012 1 次提交
  33. 04 8月, 2012 1 次提交