Commit History

Author SHA1 Message Date
  linbingquan d726694348 Core: Convert to es6 class. 5 years ago
  Mugen87 820ad6bac0 Core: Remove author comments. 5 years ago
  Mugen87 20de10da7e Core: Move to let/const. 5 years ago
  06wj 1b7a9d8fb0 clock.stop should set autoStart false 8 years ago
  Mr.doob 264808e513 Merge pull request #10962 from fernandojsg/clockdelta 8 years ago
  Fernando Serrano 9fe3631401 First call to Clock.getDelta() returns 0 8 years ago
  Alexander Buzin 3f68e22193 Add a comment with a link to PR 8 years ago
  Alexander Buzin 68c57aa9c9 Add Clock support in node 8 years ago
  Tristan VALCKE 08c40e22c7 Remove unecessary constructor assignments 8 years ago
  Tristan VALCKE 97dcf8c58c Protect Clock against the closure circular reference bug 8 years ago
  Verokster f9bd2395b9 getElapsedTime() in TREE.Clock returns whole running time and not elapsed time from previous start. (#9692) 9 years ago
  Mr.doob 9147f32ca2 Clean up. 9 years ago
  Rich Harris 4f98d35ed7 Remove unused `is*` properties (#9381) 9 years ago
  Mr.doob bdea7d00ce Fixed function formatting 9 years ago
  Rich Harris f65e669af9 Modules (#9310) 9 years ago
  tschw cad40e6ae8 Clock (#8564) 9 years ago
  Mr.doob 71ddb80818 Removed requestAnimationFrame and performance shims. See #7787. 9 years ago
  Mr.doob a387c43d1c Added performance.now() polyfill. 10 years ago
  Mr.doob 276394cbef Updated builds. 10 years ago
  Mr.doob 2bd80ed9fb Clock: Clean up. 10 years ago
  Simon Thiele fb8da4c635 Update Clock.js 10 years ago
  simonThiele 899595bb2a extract now calculation in clock 10 years ago
  gero3 923256459e fixed files to codestyle 10 years ago
  Joshua Koo aafd29c50a Code transforming mrdoob style second attempt See #4806 11 years ago
  Mr.doob be30090d5f Clock: window to self. 12 years ago
  Mr.doob 389cf29b6b THREE.extend again breaking things. 12 years ago
  Mr.doob 2c174fea09 Using Extend pattern in Clock. Added more robust check for performance.now(). See #2975. 12 years ago
  Mr.doob b13ec20b24 Implemented performance.now() in Clock. Closes #2975. 12 years ago
  Ben Houston e18dcf1645 move Clock.js from src/math to src/core per @alteredq https://github.com/mrdoob/three.js/issues/2753#issuecomment-11057521 12 years ago
  Ben Houston d821397c16 fixed #2728, Moved geometry primitives out of src/core into src/math. src/core is now exclusive scene primitives. 12 years ago