1. 13 3月, 2013 1 次提交
  2. 07 2月, 2013 1 次提交
  3. 16 1月, 2013 1 次提交
  4. 28 12月, 2012 1 次提交
  5. 14 12月, 2012 1 次提交
  6. 04 12月, 2012 1 次提交
  7. 25 11月, 2012 1 次提交
    • Z
      [docs] Added skeleton methods for · 267583f3
      zz85 提交于
      THREE.Path
      THREE.Shape
      THREE.CurvePath
      THREE.Curve
      THREE.SubdivisionModifier
      THREE.ExtrudeGeometry
      
      @sole you might be interested in the script i used to help generate this.
      
      p = new THREE.Path()
      for (i in p) {
      p.hasOwnProperty(i) && console.log('\n<h3>.' + i + '</h3>');
      }
      
      console.log('-------------')
      
      for (i in p) {
      var pp = p[i].toString().replace(/function/,'');
      THREE.Path.prototype.hasOwnProperty(i) &&
      console.log('\n<h3>.' + i + pp.substring(0, pp.indexOf('{')-1).replace(/\s+/g, ' ')  + '</h3>\n<div>todo</div>' );
      }
      267583f3
  8. 03 11月, 2012 1 次提交
  9. 15 10月, 2012 1 次提交
  10. 12 10月, 2012 2 次提交
  11. 07 8月, 2012 4 次提交
  12. 25 7月, 2012 1 次提交