Histórico de Commits

Autor SHA1 Mensagem Data
  Mr.doob b84bca3bb0 WebGLRenderer optimisation: flattening camera matrices just once per render, it was doing it once per object before. há 14 anos atrás
  alteredq 0c1851393d Added check for normals in shader when rendering VBOs. há 14 anos atrás
  alteredq feb349a794 Synced with mrdoob's branch. há 14 anos atrás
  alteredq c0055eec7a Synced with mrdoob's branch. há 14 anos atrás
  Mr.doob e3fd761786 Optimised CanvasRenderer::getGradientTexture. há 14 anos atrás
  Mr.doob 8a31cd8d98 Implemented gero3 normalToComponent optimisation. há 14 anos atrás
  Mr.doob e85a0605e8 Updated build. há 14 anos atrás
  Mr.doob 5b0714c370 Updated build. há 14 anos atrás
  Mr.doob 389b74f9fc Updated builds. há 14 anos atrás
  Mr.doob e538e30a2a Adding alteredq's builds (crappy way to merge I know, but works). há 14 anos atrás
  Mr.doob 7aeaa8c663 Added `translateX( amount )` and `translateZ( amount )` to `Camera`. há 14 anos atrás
  Mr.doob b13b9164b7 `THREE.Matrix4()` → `THREE.Matrix4( n11, n12, n13, n14, n21, n22, n23, n24, n31, n32, n33, n34, n41, n42, n43, n44 )` há 14 anos atrás
  Mr.doob 10e21dde88 `Geometry::computeNormals` → `Geometry::computeFaceNormals` há 14 anos atrás
  alteredq 508d22f296 Synced with mrdoob's branch. há 14 anos atrás
  Mr.doob a9e185aa70 Updated README includes. há 14 anos atrás
  Mr.doob a030086cf5 `texture.loaded = true` → `texture.image.loaded = true` há 14 anos atrás
  Mr.doob e7f5f3865a Fixed WebGL Wrappings. há 14 anos atrás
  Mr.doob fecd2f3a39 `python build.py --includes` generate a `includes.js` for easy copy/pasting há 14 anos atrás
  alteredq a395e120c3 Updated WebGLRenderer and corresponding examples to work with new Texture API. há 14 anos atrás
  Mr.doob 00795b3a83 Updated CanvasRenderer and some examples to handle the `Texture( image, mapping)` approach. há 14 anos atrás
  alteredq c91aac5d5c Synced with mrdoob's branch. há 14 anos atrás
  Mr.doob 315bc5ad3e Updated build. há 14 anos atrás
  alteredq a1d68ddba3 Fixed bug(s) causing broken Fresnel demo. há 14 anos atrás
  Mr.doob 584a8440fd Merging with alteredq's branch. há 14 anos atrás
  Mr.doob 59304d8a6e Matrix4.transformVector3 ⟶ Matrix4.multiplyVector3 há 14 anos atrás
  Mr.doob 1d7a14733b ReflectionMapping working with MeshBasicMaterial/CanvasRenderer \:D/ há 14 anos atrás
  Mr.doob 7441b1de59 Implemented gero3's Matrix4.transformVector3 optimisation ( http://jsperf.com/diff-in-speed-for-three-js ). há 14 anos atrás
  alteredq c1cb8e9067 Added handling of 2d textures in MeshShaderMaterial. há 14 anos atrás
  alteredq 0f9184888a Refactored common code for cube texture setting into separate setCubeTexture function. há 14 anos atrás
  alteredq da9094710f Made refraction examples working again. há 14 anos atrás