提交歷史

作者 SHA1 備註 提交日期
  Mr.doob 6bdaf52ae9 Nickname consistency. 13 年之前
  alteredq fcada9c28c Added specular map to Phong, Lambert and Basic materials. 13 年之前
  Mr.doob aadb1d7825 Material super clone appoach. 13 年之前
  Mr.doob b973152c38 Dumber (but safer) approach for material.clone(). 13 年之前
  Mr.doob 886a913020 Materials code clean up. 13 年之前
  Mr.doob 4845632e15 Refactored materials code. 13 年之前
  libra guest 4b962fa473 add material.clone 13 年之前
  Mr.doob cdfc4f3b8a Implemented Object.create( *.prototype ) pattern as per discussion in #2080. 13 年之前
  alteredq 83a894e61c Changed vertexColor default from "false" to "THREE.NoColor" constant. Added missing morphNormals parameter to ShaderMaterial. 13 年之前
  alteredq aaaf14a056 Fixed bug in emissive for Lambert. Added emissive balls to webgl_materials example. 14 年之前
  Erik Kitson 09989e5d48 Added emissive property to MeshLambertMaterial and MeshPhongMaterial. 14 年之前
  alteredq fe1ed04b02 Added fog parameter to standard materials (to be able to selectively switch off fog). 14 年之前
  Mr.doob 8af4dd49c1 WebGLRenderer now uses material.transparent to determine whether a material is transparent or not. 14 年之前
  Mr.doob 8b63842305 CanvasRenderer: Hocked materials linecap/linejoin/wireframeLinecap/wireframeLinejoin with context.linecap/linejoin. Made it 'round','round' by default again. 14 年之前
  alteredq 9ab427b7c6 Refactored core and renderer to use new model format. 15 年之前
  Mikael Emtinger b2fa718d8d Unmergable: commited to be able to merge with alterq. 15 年之前
  Mikael Emtinger 29d45e6da5 Mergable: Added VertexAnimatedMesh. 15 年之前
  alteredq cf2e8c1bbf Refactored everything to use CamelCase naming for properties. Plus some smaller fixes here and there. 15 年之前
  Mr.doob f5e819fe14 Removed all the toString methods (saving 6kbytes) 15 年之前
  alteredq 2ecbe2dec2 A lot of bugfixing and refactoring. 15 年之前
  alteredq a3cdbf661e Extended basic / lambert / phong materials to handle skinning. 15 年之前
  alteredq ad51a48fcd Added "depth_test" parameter to materials. 15 年之前
  alteredq 1921192be9 Added basic support for second set of UVs for lightmaps. 15 年之前
  Mr.doob bffdc03cf1 `*.material`→ `*.materials` 15 年之前
  Mr.doob 309fffe98f Added fog parameter (boolean, true by default) to common materials. 15 年之前
  Mr.doob 5f0b6876e6 Optimised Minecraft AO demo (removing more unseen sides). 15 年之前
  alteredq a395e120c3 Updated WebGLRenderer and corresponding examples to work with new Texture API. 15 年之前
  Mr.doob 87b37e124a Added wireframe_linecap and wireframe_linejoin to main materials. 15 年之前
  alteredq 19a7022411 Merged with mrdoob's branch. 15 年之前
  alteredq fbd12838b1 Added refractive mapping and mixing combination mode for the environment map and the underlying material. 15 年之前