Commit History

Author SHA1 Message Date
  WestLangley 8cbe3dc075 CanvasRenderer: add support for BufferGeometry with materials array 7 years ago
  WestLangley 280b37729d Apply negative scale to geometry instead of mesh 7 years ago
  WestLangley a1285b36b2 Limit zooming 8 years ago
  Mr.doob 334ab72b42 Fixed lgtm.com unsafe external link alerts. 8 years ago
  aardgoose 06b27286cb remove MultiMaterial from canvas examples 8 years ago
  Mr.doob 93721d3246 Mousewheel clean up. See #9526. 9 years ago
  WestLangley f70369a928 Examples: three.min.js -> three.js 9 years ago
  Mugen87 55504ff81d removal of THREE.MeshFaceMaterial 9 years ago
  Mr.doob 2761f1b161 Examples: Added setPixelRatio(). See #5627. 10 years ago
  Mr.doob 4b1742ce0a Renamed THREE.Renderer back to THREE.Projector. 10 years ago
  Mr.doob 662eaa17f1 Moved CanvasRenderer to examples folder. 11 years ago
  Mr.doob 1516ec4d18 Fixed wrong overdraw usage in examples. 11 years ago
  Mr.doob 9989f380fd Renamed all CubeGeometry instances. 11 years ago
  Mr.doob f90e389061 Made panorama examples auto-rotate. 11 years ago
  Mr.doob 8e0add1d44 Fixed canvas examples with wrong order of calls. 11 years ago
  Ben Houston 6e0d2115ca adopting THREE.Math.degToRad/radToDeg for code readability. 12 years ago
  Mr.doob 2922ff6aeb Updated some examples to the new MeshFaceMaterial usage. 12 years ago
  Mr.doob a408841c61 Changed three.js link in examples. 13 years ago
  Mr.doob a5a00cc52a Updated examples with three.min.js include. Closes #2229. 13 years ago
  Mr.doob d06aa42e68 Removed unneded scene.add( camera ) from the examples. 13 years ago
  Mr.doob 632b0f8e0c HTML correctness. 13 years ago
  alteredq ce4cae51f9 Another batch of examples resizing handling. 13 years ago
  alteredq 6b014f8684 Updated Closure compiler. Added more verbose compile warnings. Fixed all compile warnings. Started to fix runtime warnings in examples. 13 years ago
  Mr.doob ec00f298be CanvasRenderer and SVGRenderer using single-material system. 13 years ago
  Mr.doob f357225c2d Merging dev branch. 14 years ago
  Mr.doob bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 years ago
  Mr.doob 76e7ea3461 Added namespace to all the objects that missed it (geometries, uniforms, etc) 14 years ago
  alteredq 04a7ac496c Added SceneUtils.traverseHierarchy and SceneUtils.showHierarchy. 14 years ago
  Mr.doob 66cd1198e3 Updated examples and utils that used Cube(). 14 years ago
  alteredq cff95a119c Textures are now updateable. 14 years ago