Historial de Commits

Autor SHA1 Mensaje Fecha
  Mr.doob 5e2ee5c6ec Rectangle: Added copy(). hace 9 años
  gero3 923256459e fixed files to codestyle hace 10 años
  Daosheng Mu cd5e9888d5 Fix EffectComposer memory problem hace 10 años
  Mr.doob d47b8fba72 Reverted console.* to THREE.* change. See #5791. hace 10 años
  Jan Waller 90dd7cc0d3 #5791 Use unified Log,Warn & Error handlers, rather than directly using console.error/warn/log hace 10 años
  Gregg Tavares 8101efea28 Fix EffectComposer reference to renderer. hace 10 años
  Gregg Tavares a54eb998fd Change EffectComposer to use the renderer's canvas size hace 10 años
  wereHamster 2a5c54115b Make EffectComposer plugins use their own camera/scene/quad hace 12 años
  alteredq b051d7e171 WebGLDeferredRenderer: added API for injecting postprocessing effects into deferred rendering pipeline. hace 12 años
  alteredq dcdfed44cd Refactored EffectComposer, added setSize method. Changed examples with postprocessing to use setSize. hace 12 años
  Mr.doob 1afdbe3c97 Renamed BlitShader to CopyShader as discussed in 97ee7a81cd963f7f56d5713334be5e0ab3caf31b hace 13 años
  Mr.doob 4f4f87430f Splitted ShaderExtras into individual files. hace 13 años
  Mr.doob 727f09e351 Simplified EffectComposer. hace 13 años
  Mr.doob 686c8eff10 Reverted PlaneGeometry XY to XZ change. hace 13 años
  Mr.doob 7a9ac49a97 Minor formatting tweaks. hace 13 años
  Mr.doob ba015cae6d Reverted bad postprocessing fix. hace 13 años
  Mr.doob 93dc26da37 Fixed inverted U in postprocessing. hace 13 años
  alteredq 47b9abfda3 Another batch of examples resizing. hace 13 años
  alteredq 42d679838f Preventing setting zero sized EffectComposer (which leads to WebGL and math errors). Also more examples resizing handling. hace 13 años
  Mr.doob 7f05ba167c Renamed Matrix4's setTranslation, setRotationX, setRotationY, setRotationZ, setRotationAxis and setScale to makeTranslation, makeRotationX, makeRotationY, makeRotationZ, makeRotationAxis and makeScale. Fixes #1615. hace 13 años
  Mr.doob 547781127e Change PlaneGeometry from XY to XZ as it's more intuitive. hace 13 años
  Michael Rienstra 91b1173c93 Changed `stencilBufer` to `stencilBuffer` in `examples/js/postprocessing/EffectComposer.js`. hace 13 años
  alteredq 6b014f8684 Updated Closure compiler. Added more verbose compile warnings. Fixed all compile warnings. Started to fix runtime warnings in examples. hace 13 años
  alteredq c07919529e Made FirstPersonControls work. Fixed more examples to work with the new camera system. hace 14 años
  alteredq 9e39966076 Added ability to disable render passes to EffectComposer. Added simple blend shader to ShaderExtras. hace 14 años
  alteredq 631a5d697c Changed remaining "addXXX" to "add". hace 14 años
  alteredq 59bfd81150 Added MaskPass to postprocessing and clearTarget to WebGLRenderer. hace 14 años
  alteredq 20fae814e7 Refactored postprocessing to use double buffering. hace 14 años
  alteredq ff09a492bb Refactored postprocessing out of examples into own set of classes. hace 14 años