Commit History

Author SHA1 Message Date
  alteredq b5ac3abbb6 Fixed tangents generation for quads. 14 years ago
  alteredq 1722242ee1 Added cloning of uniforms for MeshShaderMaterial & co. 14 years ago
  alteredq fb7788f0c6 Resurrected exponential fog as FogExp2. 14 years ago
  alteredq 91b9539e02 Synced with mrdoob's branch. 14 years ago
  alteredq 255c042b1e Added clear color parameter to WebGLRenderer constructor, also added setClearColor API call. 14 years ago
  Mr.doob e46346c9ba Cleaned up CanvasRenderer/MeshDepthMaterial code. 14 years ago
  Mr.doob fbf26158fb `Fog( color, density )` → `Fog( color, near, far )` 14 years ago
  Mr.doob bffdc03cf1 `*.material`→ `*.materials` 14 years ago
  alteredq 323228ac72 Added antialiasing parameter to WebGLRenderer constructor. 14 years ago
  Mr.doob c39eca33ee Projector::projectScene now does a first pass through Projector::projectObject (which does frustum culling and object sorting). 14 years ago
  alteredq 2c1e6a1368 Forgot to remove hardcoded fog color in shader. 14 years ago
  alteredq 76a56f2f5c First attempt at fog ;) 14 years ago
  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