Commit History

Author SHA1 Message Date
  Ben Houston f390c49220 avoid interference with backwards compatibility gamma input/output. 9 years ago
  Ben Houston 363c0b7c21 clean up envMap hdr example and related files. 9 years ago
  Ben Houston 4c1eaac555 float and half HDR CUbe Maps load and are properly generated. Something wrong when using RGBE encoding. 9 years ago
  Ben Houston 54d2c68d93 add proper source for toHalf. 9 years ago
  Ben Houston 7210aadabb fix accessing internal WebGLRenderer current render target. 9 years ago
  Ben Houston f3d4aae57b more work on PMREM 9 years ago
  Ben Houston 4051cb6dcd fix accessing internal WebGLRenderer current render target. 9 years ago
  Ben Houston 4bf3b5806f more work on PMREM - split out Encodings.js, Half.js 9 years ago
  Ben Houston 53bf8967bd Merge branch 'pmrem2' into output_encoding 9 years ago
  Ben Houston 3bd62a1bac add comment that HDR-focused encodings do not support transparency 9 years ago
  Ben Houston 2cb466afb2 Merge branch 'dev' of [email protected]:mrdoob/three.js into output_encoding 9 years ago
  Ben Houston 3c4face74e update ShaderSkin to use new linearToOutputTexel function. 9 years ago
  Ben Houston f40a9f55be have linearToOutputTexel the last encoding function as it is used last. 9 years ago
  Ben Houston 10d75a14fc move getTextureEncodingFromMap to WebGLPrograms enclosure. 9 years ago
  Ben Houston c47accd046 move fog_fragment after encoding, the reason is the background/fog colors are not encoded and we need to get perfect blends. 9 years ago
  Ben Houston 9ae10fc91f remove linear_to_gamma_fragment, replaced by new output encoding support. 9 years ago
  Ben Houston 052254b194 further adoption of linearToOutputTexel in primary materials. 9 years ago
  Ben Houston a763534c70 add support for linearToOutputTexel texture.encoding. 9 years ago
  tschw 6989a8d4e6 Matrix3.getInverse: Added compatibility check. 9 years ago
  tschw b02cd521cf Revised 4x4 matrix inversion. 9 years ago
  tschw 4d23befac4 Implemented proper 3x3 matrix inversion. 9 years ago
  weiserhei f1bb83627e Remove example variations_standard2 9 years ago
  weiserhei 4895e177aa remove reflectivity from example 9 years ago
  Mr.doob 15ee8ac8a0 Merge pull request #8226 from Lanthanum57/dev 9 years ago
  Mr.doob 6425f281a3 Updated builds. 9 years ago
  Mr.doob 8f15583b5f WebGLPrograms: Clean up. 9 years ago
  Mr.doob c2293142d3 Merge pull request #8225 from Mugen87/dev 9 years ago
  Mr.doob dab0da00e8 Merge pull request #8227 from bhouston/encodings_cleanup 9 years ago
  Ben Houston 125d522812 clean up per @mrdoob's comment here: https://github.com/mrdoob/three.js/pull/8217#discussion_r54030483 9 years ago
  m_valvano 8a6bfc7ce1 Made OBJ converter for Python3 working by changing xrange to range. 9 years ago