Histórico de Commits

Autor SHA1 Mensagem Data
  aardgoose f1db204e2d remove obsolete uniform type properties há 8 anos atrás
  Tristan Valcke af32c2a16a Remove unnecessary comma, and assign to "undefined" undefined variable in WebGLDeferredRenderer há 8 anos atrás
  Takahiro 9ed5d1a343 Enable stacktrace for WebGLDeferredRenderer private methods (#10048) há 8 anos atrás
  Takahiro 9c25548f5b Add Light Pre-Pass Support to WebGLDeferredRenderer (#9833) há 8 anos atrás
  Takahiro c75213d59b Recover and clean up WebGLDeferredRenderer (#9772) há 8 anos atrás
  Mr.doob 43f1e3de9b Removed WebGLDeferredRenderer. See #7095. há 10 anos atrás
  Mr.doob 85c3921fed WebGLDeferredRenderer fixes. há 10 anos atrás
  gero3 923256459e fixed files to codestyle há 10 anos atrás
  brason b0f0c3bd1a Remove unnecessary semicolons há 10 anos atrás
  Mr.doob 14a98f9259 Renderer no longer take window.devicePixelRatio by default. Added .getPixelRatio() and .setPixelRatio(). See #5627. há 10 anos atrás
  Mr.doob d09baac936 Removed devicePixelRatio from renderers parameters (for simplicity). há 10 anos atrás
  Mr.doob ec3259270c Updated examples that could use PlaneBufferGeometry. há 10 anos atrás
  Charlotte Gore c8109aff1a Passing devicePixelRatio parameter on. há 11 anos atrás
  Charlotte Gore 6beea8cb73 Fixed deferred renderer for retina displays há 11 anos atrás
  Mr.doob 9b6604a718 Merge remote-tracking branch 'rmx/r62+rmx' into dev há 11 anos atrás
  Mr.doob b1f827c87d WebGLDeferredRenderer: Removed call to deprecated method. há 11 anos atrás
  Mr.doob 6f4cc817fd Removed camera.projectionMatrixInverse as per @bhouston suggestion in #4257. há 11 anos atrás
  Mr.doob 386200f2f2 Removed alpha: false instances from examples. há 11 anos atrás
  WestLangley bb31515d6b Vector3.get*FromMatrix() -> Vector3.setFromMatrix*() há 11 anos atrás
  wereHamster 2a5c54115b Make EffectComposer plugins use their own camera/scene/quad há 12 anos atrás
  Mr.doob 028a98ea63 WebGLDeferredRenderer: Removed global camera dependency. Fixes #3120 and #3433. há 12 anos atrás
  Mr.doob c16b26c6a6 Moved WebGLRenderer's autoUpdateScene to scene.autoUpdate. há 12 anos atrás
  Mr.doob ea3ce8c940 Finished object.properties to object.userData renaming. há 12 anos atrás
  Mr.doob 245376f6dd Replaced the remaining Matrix4.rotateAxis. há 12 anos atrás
  Ben Houston 3db966d658 make Matrix4.getPosition() deprecated and replace all usages in core library with Vector3.getPositionFromMatrix() há 12 anos atrás
  Mr.doob ec8dc3e3f3 Merged with alteredq branch há 12 anos atrás
  Mr.doob b062fee866 Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub, cross, min, max, lerp... Renamed Matrix* and Quaternion multiply() to multiplyMatrices(), multiplyQuaternions() and multiplySelf() to multiply(). See #2860. há 12 anos atrás
  alteredq 060b294a12 WebGLDeferredRenderer: added tonemapping. há 12 anos atrás
  alteredq b051d7e171 WebGLDeferredRenderer: added API for injecting postprocessing effects into deferred rendering pipeline. há 12 anos atrás
  Mr.doob 081a1fd646 Renamed .multiplyMatrix* to .applyMatrix* and .multiplyQuaternion to .applyQuaternion as suggested by @WestLangley in #2860. há 12 anos atrás