Commit History

Author SHA1 Message Date
  Mr.doob 02f81a26f4 Merging with alteredq's branch. 14 years ago
  Mr.doob 5e2c480b89 Implemented Frustum checking to `Projector::projectObjects` (thanks errynp) 14 years ago
  Mr.doob c13377d736 Added crappy grass WebGL example. 14 years ago
  Mr.doob a648315604 WebGLRenderer2 finally handles big geometries ^^ 14 years ago
  alteredq 5e74c741c1 Retired MeshCubeMaterial: replaced it with MeshShaderMaterial "cube" defined in ShaderUtils. 14 years ago
  alteredq 3faf6566e3 Experimenting with Fresnel demo using just MeshShaderMaterials. 14 years ago
  alteredq d14ed35ae5 Synced with mrdoob's branch. 14 years ago
  alteredq 2163691b59 Fixed subtle yet brutal bug also known as "don't mess with streams" ;) 14 years ago
  Mr.doob 15262507bd Added a sort parameter to Projector.projectObjects and Projector.projectScene. 14 years ago
  alteredq 3b54505959 Synced with mrdoob's branch. 14 years ago
  Mr.doob fca3aec67d Fixed `Projector::projectObjects`. 14 years ago
  Mr.doob 3b54cf7918 Projector now checks for object.visible before projecting (alteredq: better late than never :P) 14 years ago
  alteredq 39c7e8da57 Synced with mrdoob's branch. 14 years ago
  Mr.doob f50f42dde1 Commented out `Mesh::normalizeUVs`. Needs to be handled in the CanvasRenderer directly. 14 years ago
  alteredq 5e9bce8385 Synced with mrdoob's branch. 14 years ago
  Mr.doob 5f0b6876e6 Optimised Minecraft AO demo (removing more unseen sides). 14 years ago
  alteredq 8e53294e62 Synced with mrdoob's branch. 14 years ago
  alteredq 45f47b89b7 Added minecraft fake ambient occlusion demo. 14 years ago
  Mr.doob d3a56f3f35 Yet again that misterious behaviour where stuff gets pasted in weird places. Long time without experiencing it... 14 years ago
  Mr.doob b84bca3bb0 WebGLRenderer optimisation: flattening camera matrices just once per render, it was doing it once per object before. 14 years ago
  alteredq 0c1851393d Added check for normals in shader when rendering VBOs. 14 years ago
  alteredq feb349a794 Synced with mrdoob's branch. 14 years ago
  alteredq c0055eec7a Synced with mrdoob's branch. 14 years ago
  Mr.doob e3fd761786 Optimised CanvasRenderer::getGradientTexture. 14 years ago
  Mr.doob 8a31cd8d98 Implemented gero3 normalToComponent optimisation. 14 years ago
  Mr.doob e85a0605e8 Updated build. 14 years ago
  Mr.doob 5b0714c370 Updated build. 14 years ago
  Mr.doob 389b74f9fc Updated builds. 14 years ago
  Mr.doob e538e30a2a Adding alteredq's builds (crappy way to merge I know, but works). 14 years ago
  Mr.doob 7aeaa8c663 Added `translateX( amount )` and `translateZ( amount )` to `Camera`. 14 years ago