Historial de Commits

Autor SHA1 Mensaje Fecha
  alteredq 19c228dafb Added support for standard derivates. hace 13 años
  alteredq 9a82495f1b Added support for anisotropic texture filtering and corresponding example. hace 13 años
  alteredq ea4b13aed2 Added "iv" uniform type for passing integer arrays interpreted as ivec3. hace 13 años
  alteredq 4eedc69fa7 Added "iv1" uniform type for passing integer arrays. hace 13 años
  alteredq 230d39e4d0 Made it possible to enforce use of uniforms instead of float texture for bones. hace 13 años
  alteredq c5d85fe632 Use smaller bone texture size for models with smaller skeletons. hace 13 años
  alteredq 1ec72fa678 Cleaned up skinning, made fallback to use uniforms if float vertex textures are not available. hace 13 años
  alteredq e9dad06e4c First rough version of skinning via float vertex textures. hace 13 años
  alteredq bf274b09f9 Added GPU-specific warning when trying to use too many bones. hace 13 años
  alteredq ad7f49ebd7 Fixed bug in skinning uniforms setting. hace 13 años
  alteredq bb66b3fbd9 Refactored GL extension initialization in WebGLRenderer. hace 13 años
  alteredq a2ca7ab989 Added computeTangents to BufferGeometry. hace 13 años
  alteredq 01c31ae972 Big refactoring of BufferGeometry and CTMLoader: moved GL buffers initialization from loader into renderer, no more GL context dependency in loader. hace 13 años
  alteredq 34a42e2632 Fixed BufferGeometry sharing for large multi-chunk geometries. hace 13 años
  alteredq c33d345415 Merged branch 'dev' into unflip hace 13 años
  alteredq 098d3edab8 Added dynamic updating of BufferGeometry. Added BufferGeometry.applyMatrix. Added Matrix4.multiplyVector3Array. hace 13 años
  asg-3d a893ef18b3 Missing letter "n": tangetsNeedUpdate to tangentsNeedUpdate hace 13 años
  alteredq fb81d8f97b Made image flipping controllable by Texture.flipY flag. hace 13 años
  Mr.doob 54bea419e2 Fixing the U business, day 1. hace 13 años
  Mr.doob ab6e9f75f3 Changed switches to ifs as per discussion in 46294a0f0834c0a9207f3bcda87ef292ffe3e414. hace 13 años
  alteredq ddbf4e1c49 Fixed vertex colors initialization for BufferGeometry in CTMLoader. hace 13 años
  alteredq 2751c2c76d Added handling of "light.visible" to WebGLRenderer. hace 13 años
  alteredq 52e8507a89 Added handling of vertex colors for ImmediateRenderObjects. hace 13 años
  alteredq 00900b99fb Merge remote-tracking branch 'remotes/gero3/smallCleanup' into dev hace 13 años
  alteredq 763fcf796e Refactored ImmediateRenderObject flags (thanks to @mrdoob). hace 13 años
  Jeroen De Cuyper c001a53377 small update hace 13 años
  alteredq 21a8465f44 Added proper texture pixel types. hace 13 años
  alteredq 24b4e6083d Added UVs handling for ImmediateRenderObject. hace 13 años
  alteredq 2386f308e3 Trying simpler material update check. hace 13 años
  alteredq 2fd0b1b14d Added automatic deallocation of previous shader program on material update. hace 13 años