Commit Verlauf

Autor SHA1 Nachricht Datum
  dubejf 802e589cc0 CloneProperties renamed _copyFrom, swap src / dest arg order vor 10 Jahren
  dubejf 6cc768f0b4 Remove recursive arg from Mesh.clone() vor 10 Jahren
  dubejf 89491d9ba0 Clone should take no argument. Introduce CloneProperties vor 10 Jahren
  gero3 22b4a311c7 add function definintion to closured functions vor 10 Jahren
  Mr.doob c27ad52647 Clean up. vor 10 Jahren
  gero3 342d064345 add example usage vor 10 Jahren
  dubejf 2038fec6a6 Fix temporary drawcalls creation vor 10 Jahren
  dubejf d0dff85716 Remove uses of .offsets vor 10 Jahren
  Mr.doob de58fe5df0 Mesh.raycast clean up. vor 10 Jahren
  Ricardo Cabello 6f6f7bf5d8 Merge pull request #6302 from pavelvasev/dev vor 10 Jahren
  WestLangley e987551138 Removed Raycaster.precision vor 10 Jahren
  Mr.doob cdcdde9337 Reverted console.* to THREE.* change. See #5791. vor 10 Jahren
  Mr.doob 25ffb41e64 Refactored Texture.toJSON implementation. See #6509 vor 10 Jahren
  Pavel Vasev 38b0521fcd BufferGeometry: return the number of hit triangle in raycast vor 10 Jahren
  Mr.doob c1faad5bde Converted space indents to tabs. See #6252. vor 10 Jahren
  aaron 80214490ad toJSON - move class specific code onto individual classes vor 10 Jahren
  brason 34024452d4 Removed unused variables. vor 10 Jahren
  gero3 fe8493157e codestyle fixes vor 10 Jahren
  Ben Houston c9f111c310 adopt THREE.warn rather than THREE.warning to be more inline with console.warn standard. vor 10 Jahren
  Ben Houston 1e97815e77 add THREE.error/THREE.warning to allow for easy redirection of THREE.js specific errors and warnings. vor 10 Jahren
  Elisée Maurer ecd0ddd1a1 Set prototype.constructor for all derived classes vor 10 Jahren
  Mr.doob 6c038a83ad Updated fromArray() usage. vor 11 Jahren
  Mr.doob 2efc87a00d Added type property to all relevant objects. vor 11 Jahren
  Mr.doob fe69ad0c29 Mesh raycast() returning new Face3( a, b, c, normal ) instead of [ a, b, c ] array. See #5164. vor 11 Jahren
  Joshua Koo aafd29c50a Code transforming mrdoob style second attempt See #4806 vor 11 Jahren
  Mr.doob 5ada725b52 Moved Raycaster Mesh. vor 11 Jahren
  James Baicoianu 886be71ed9 Pass recursive flag through from THREE.Mesh.clone() to THREE.Object3D.clone() vor 11 Jahren
  Mr.doob 092e3ad0d3 Mesh: Support Geometries without morphTargets. vor 11 Jahren
  Mr.doob e65bec241c Removed setGeometry() and setMaterial() from Mesh. Moved the boundSphere check to Frustum and Raycasting. vor 12 Jahren
  Mr.doob ef4841a757 Added .setGeometry() and .setMaterial() to Mesh. vor 12 Jahren