提交历史

作者 SHA1 备注 提交日期
  Mr.doob eda6cd1e0e Geometry.fromBufferGeometry(): Support drawcalls/offsets. See #5864. 10 年之前
  brason 34024452d4 Removed unused variables. 10 年之前
  Mr.doob abb1b9ef11 Geometry: Simplified .center() 10 年之前
  Ben Houston 1e97815e77 add THREE.error/THREE.warning to allow for easy redirection of THREE.js specific errors and warnings. 10 年之前
  Mr.doob 11b5d86fc7 Geometry: Cleaned up clone(). 10 年之前
  Ivan Latunov 537b904de9 Fix spaces 10 年之前
  Ivan Latunov 2475f19e4b Format code mrdoob style 10 年之前
  Ivan Latunov d939d3b84a Geometry.clone() clones all UV layers 10 年之前
  Mr.doob 7ec810a115 Geometry: Minor clean up. 10 年之前
  Mr.doob 7777d08aac Geometry: Clone uvs in fromBufferGeometry(). See #5567 10 年之前
  Mr.doob 83807eadf8 Geometry: Avoid creating undefined uvs in .fromBufferGeometry(). Fixes #5567. 10 年之前
  Mr.doob ec7d25e18b Geometry: Simplified to just merge() and mergeMesh(). 10 年之前
  Kevin a0462253e9 Update Geometry.js 10 年之前
  Mr.doob 06d98a3620 Moved Geometry.makeGroups to WebGLRenderer. 10 年之前
  Mr.doob 511cf473d1 Interactive examples clean up. 10 年之前
  Mr.doob d2cfb5ec37 Made id property immutable. 10 年之前
  Mr.doob a7c2c048eb Removed all remaining buffersNeedUpdate flags. 10 年之前
  astrolabio 4b12976039 uvPosition is not used in the merge function 11 年之前
  Mr.doob 3daf0b234c Geometry.fromBufferGeometry() also cloning colors. 11 年之前
  Mr.doob 0a10887e50 Cloning normals in Geometry.fromBufferGeometry(). Bad things happen otherwise. 11 年之前
  Mr.doob 60692cf4c2 Geometry: Fixed fromBufferGeometry(). 11 年之前
  Mr.doob d43dd3868a Minor tweaks. 11 年之前
  Mr.doob 384b8a126a Added fromBufferGeometry() method to Geometry. 11 年之前
  Mr.doob f8ecbb150e Moved *Exporter code to the objects themselves. See #4621. 11 年之前
  Mr.doob 2efc87a00d Added type property to all relevant objects. 11 年之前
  OpenShift guest 2f4a310330 Make it possible to update the materialIndex on a meshFacematerial 11 年之前
  OpenShift guest e2f126d981 Don't use forinstatement in renderer 11 年之前
  Joshua Koo aafd29c50a Code transforming mrdoob style second attempt See #4806 11 年之前
  Mr.doob 355b68b9a0 Moved GeometryUtils to examples/js/utils. Added randomPointsinBufferGeometry. See #4835. 11 年之前
  Mr.doob e58553d1ba Renamed ParticleSystem to Points and ParticleSystemMaterial to PointsMaterial. See #4726. 11 年之前