提交历史

作者 SHA1 备注 提交日期
  Mr.doob e89a1de8c2 Merge remote branch 'alteredq/master' 14 年之前
  Mr.doob f2b21b5bf1 WebGLRenderer2: Added antialias parameter to constructor. Removed `if` from shader, using `fog *` instead. 14 年之前
  alteredq 323228ac72 Added antialiasing parameter to WebGLRenderer constructor. 14 年之前
  Mr.doob 93d5529872 Added Terrain + Fog demo. 14 年之前
  Mr.doob b7c78635cf Added Fog to WebGLRenderer2. 14 年之前
  Mr.doob c39eca33ee Projector::projectScene now does a first pass through Projector::projectObject (which does frustum culling and object sorting). 14 年之前
  alteredq 2c1e6a1368 Forgot to remove hardcoded fog color in shader. 14 年之前
  alteredq 76a56f2f5c First attempt at fog ;) 14 年之前
  Mr.doob ffd0b40c4f Merge remote branch 'alteredq/master' 14 年之前
  Mr.doob 02f81a26f4 Merging with alteredq's branch. 14 年之前
  Mr.doob 17c1349d55 Starting to prepare stuff for adding Fog. Having Fog.js inside /scenes doesn't sound right, but I guess it can be there for now... 14 年之前
  alteredq f02a5582f6 Moved normal and depth materials out of ubershader. 14 年之前
  Mr.doob 1d8fae82eb Added MeshDepthMaterial to WebGLRenderer2. 14 年之前
  Mr.doob 5e2c480b89 Implemented Frustum checking to `Projector::projectObjects` (thanks errynp) 14 年之前
  Mr.doob c13377d736 Added crappy grass WebGL example. 14 年之前
  Mr.doob a648315604 WebGLRenderer2 finally handles big geometries ^^ 14 年之前
  alteredq 5e74c741c1 Retired MeshCubeMaterial: replaced it with MeshShaderMaterial "cube" defined in ShaderUtils. 14 年之前
  alteredq 3faf6566e3 Experimenting with Fresnel demo using just MeshShaderMaterials. 14 年之前
  alteredq d14ed35ae5 Synced with mrdoob's branch. 14 年之前
  alteredq 2163691b59 Fixed subtle yet brutal bug also known as "don't mess with streams" ;) 14 年之前
  Mr.doob 15262507bd Added a sort parameter to Projector.projectObjects and Projector.projectScene. 14 年之前
  alteredq 3b54505959 Synced with mrdoob's branch. 14 年之前
  Mr.doob fca3aec67d Fixed `Projector::projectObjects`. 14 年之前
  Mr.doob 3b54cf7918 Projector now checks for object.visible before projecting (alteredq: better late than never :P) 14 年之前
  alteredq 39c7e8da57 Synced with mrdoob's branch. 14 年之前
  Mr.doob 9f668deab5 Cube.js: Forgot to uncomment mergeVertices. 14 年之前
  Mr.doob 027e8c69e7 Cube.js: Fixed a bug iregular sizes. 14 年之前
  Mr.doob f50f42dde1 Commented out `Mesh::normalizeUVs`. Needs to be handled in the CanvasRenderer directly. 14 年之前
  alteredq 5e9bce8385 Synced with mrdoob's branch. 14 年之前
  Mr.doob 5f0b6876e6 Optimised Minecraft AO demo (removing more unseen sides). 14 年之前