Historique des commits

Auteur SHA1 Message Date
  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
  alteredq d82d0df724 Added normals skinning to Phong and Lambert shaders. il y a 13 ans
  alteredq 46134f6fd9 Merge remote-tracking branch 'remotes/zz85/master' into unflip il y a 13 ans
  alteredq bb66b3fbd9 Refactored GL extension initialization in WebGLRenderer. il y a 13 ans
  alteredq a2ca7ab989 Added computeTangents to BufferGeometry. il y a 13 ans
  alteredq 01c31ae972 Big refactoring of BufferGeometry and CTMLoader: moved GL buffers initialization from loader into renderer, no more GL context dependency in loader. il y a 13 ans
  alteredq 15a3f8e92b Added computeVertexNormals to BufferGeometry. il y a 13 ans
  alteredq 34a42e2632 Fixed BufferGeometry sharing for large multi-chunk geometries. il y a 13 ans
  alteredq 13608078b6 Moved computeBoundingSphere and computeBoundingBox from CTMLoader into BufferGeometry. il y a 13 ans
  alteredq c33d345415 Merged branch 'dev' into unflip il y a 13 ans
  alteredq 098d3edab8 Added dynamic updating of BufferGeometry. Added BufferGeometry.applyMatrix. Added Matrix4.multiplyVector3Array. il y a 13 ans
  alteredq f734e10154 Unflipped sprites. il y a 13 ans
  alteredq 93d96da07e Unflipped particles. il y a 13 ans
  alteredq fb81d8f97b Made image flipping controllable by Texture.flipY flag. il y a 13 ans
  Mr.doob 525b91e2d7 Moved constants to Three.js as per discussion in ab6e9f75f3ed035f7e2676fa9c3698e520cad09e. il y a 13 ans
  alteredq 8f27f6d528 Quick-and-dirty constant clashing fix. il y a 13 ans
  Mr.doob c0894337a1 Updated builds. il y a 13 ans
  Mr.doob 1c9eee0e0f Updated builds. il y a 13 ans