1. 17 7月, 2015 3 次提交
    • D
      802e589c
    • 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
  2. 11 11月, 2014 1 次提交
  3. 18 8月, 2014 1 次提交
  4. 31 5月, 2014 1 次提交
  5. 13 3月, 2014 1 次提交
  6. 26 6月, 2012 1 次提交
  7. 19 1月, 2012 1 次提交