提交歷史

作者 SHA1 備註 提交日期
  Mr.doob d06aa42e68 Removed unneded scene.add( camera ) from the examples. 13 年之前
  Mr.doob 632b0f8e0c HTML correctness. 13 年之前
  Mr.doob 39d92677ee I run chrome with the flag `--allow-file-access-from-files` instead of doing a web server so I wasn't seeing these. 13 年之前
  alteredq 4dbff6d829 More examples resizing handling. Also fixed typo in flag name and cleaned whitespace in CombinedCamera. 13 年之前
  zz85 4becf192df fixed a very rare case situation when a duplicated vertex in a face4 13 年之前
  Mr.doob ded6c16ad3 Changed Vertex so it's just a Vector3 and updated all the examples. Fixes #1703. 13 年之前
  zz85 57eecfd1b3 quick hack to fix subdivision example for lathegeometry as mergeVertices breaks the UVs.. 13 年之前
  Mr.doob 7f05ba167c Renamed Matrix4's setTranslation, setRotationX, setRotationY, setRotationZ, setRotationAxis and setScale to makeTranslation, makeRotationX, makeRotationY, makeRotationZ, makeRotationAxis and makeScale. Fixes #1615. 13 年之前
  zz85 30db3bb144 fix for #1589 as THREE.PolyhedronGeometry do not use computeCentroids() 13 年之前
  alteredq 2a79171077 Fixed some examples. 14 年之前
  Mr.doob 75242fec8f Updated examples that used Icosahedron. 14 年之前
  alteredq 6b014f8684 Updated Closure compiler. Added more verbose compile warnings. Fixed all compile warnings. Started to fix runtime warnings in examples. 14 年之前
  Mr.doob 5697084e64 Moved `RequestAnimationFrame.js` code right into `src/Three.js`. 14 年之前
  zz85 4fbb905606 Update subdivision example 14 年之前
  Mr.doob ed67da2783 Merge remote-tracking branch 'zz85/master' into dev 14 年之前
  zz85 f39c58b79b Replace THREE.ScaleModifier with geometry.applyMatrix 14 年之前
  Mr.doob 6b151b552e Merging with @alteredq's experimental branches. 14 年之前
  zz85 e17dc71d5b Added ScaleGeometry and added Monkey Head + more geometries to examples 14 年之前
  zz85 24dcc76bf7 fix subdivision example 14 年之前
  zz85 ed7fcf7cb3 Update Subdivision model loading 14 年之前
  zz85 cfc77699d3 Adding WaltHead back to subdivision example 14 年之前
  Mr.doob 330b64b080 Removed some (now gone) WaltHead.js includes. 14 年之前
  zz85 94ff102c64 Updated example + merge with doob/dev 14 年之前
  Mr.doob c89e3fe49a More breakage... 14 年之前
  alteredq db81e45255 Updated builds. Renamed subdivision example with webgl prefix. 14 年之前