Historique des commits

Auteur SHA1 Message Date
  alteredq 7b7947d8a3 Fixed handling of doubleSided / flipSided in DepthPassPlugin. il y a 13 ans
  alteredq b838b38f47 Moved doubleSided / flipSided properties from Object3D into Material. il y a 13 ans
  Mr.doob 902c47a17c Renamed objectMatrix to modelMatrix for consistency. il y a 13 ans
  alteredq 7e0ca4015f Added "faceVertices" binding also for Vector4 attributes. il y a 13 ans
  alteredq b6aa48e16e Added new custom attribute binding type - "faceVertices". il y a 13 ans
  alteredq 76b8fe176c Added handling of material.visible to Loader. il y a 13 ans
  alteredq 8c25afa53f Refactored shadow coordinates generation to use less matrix multiplications. il y a 13 ans
  alteredq 9049567301 Added anisotropy to WebGLRenderTarget. Also fixed clone for Texture and WebGLRenderTarget. il y a 13 ans
  alteredq b1e6a858b2 Another fix for anisotropic filtering troubles on Linux. il y a 13 ans
  alteredq c078ef182d Added fix for troubles with setting anisotropy for float textures on Linux. il y a 13 ans
  alteredq c8c08db33e Updated builds. il y a 13 ans
  alteredq cd5e0fd176 Fixed skinned normals. il y a 13 ans
  alteredq 9cc7b75a89 Merge remote-tracking branch 'remotes/mrdoob/dev' into unflip il y a 13 ans
  alteredq 38f3ac1395 Fixed broken material pre-initialization without object argument. il y a 13 ans
  Mr.doob cc03328409 Updated builds. il y a 13 ans
  Mr.doob 2a1aa0c8bc Merging with alteredq's branch. il y a 13 ans
  alteredq fbf28ffe46 Updated builds. il y a 13 ans
  sole 6f5895b164 Make Projector's projectGraph function private as it's only used internally by the public projectScene method il y a 13 ans
  alteredq 19c228dafb Added support for standard derivates. il y a 13 ans
  alteredq 9a82495f1b Added support for anisotropic texture filtering and corresponding example. il y a 13 ans
  alteredq ea4b13aed2 Added "iv" uniform type for passing integer arrays interpreted as ivec3. il y a 13 ans
  alteredq 4eedc69fa7 Added "iv1" uniform type for passing integer arrays. il y a 13 ans
  alteredq 230d39e4d0 Made it possible to enforce use of uniforms instead of float texture for bones. il y a 13 ans
  alteredq c5d85fe632 Use smaller bone texture size for models with smaller skeletons. il y a 13 ans
  alteredq 1ec72fa678 Cleaned up skinning, made fallback to use uniforms if float vertex textures are not available. il y a 13 ans
  alteredq e9dad06e4c First rough version of skinning via float vertex textures. il y a 13 ans
  alteredq bf274b09f9 Added GPU-specific warning when trying to use too many bones. il y a 13 ans
  alteredq ad7f49ebd7 Fixed bug in skinning uniforms setting. il y a 13 ans
  alteredq 525ce679af Added shadow receiving for SkinnedMeshes. il y a 13 ans
  alteredq 80bc18fba6 Added shadow casting for SkinnedMeshes. il y a 13 ans