Historia zmian

Autor SHA1 Wiadomość Data
  zz85 b50f2b97ec so parametric geometries should work. just need to tweak the parameters a little 13 lat temu
  zz85 6bf2a48366 phew... caught another bug with ParametricGeometry 13 lat temu
  zz85 9705bc05a9 mobius strip parametric geometry 13 lat temu
  Mr.doob 0339f3c94a Removed unneeded vars in ParametricGeometry. 13 lat temu
  Mr.doob 4313ed37bc Merge remote-tracking branch 'zz85/master' into dev 13 lat temu
  Mr.doob 08a37d34c1 Scene graph update is fast enough that on my system there is no change of FPS when removing the matrixAutoUpdate = false stuff. 13 lat temu
  alteredq 9bd054ca63 Optimized internal _lights array setting (thanks to @gero3). 13 lat temu
  alteredq d72fbccedc Replaced "+=" on uninitialized variable in focus shader in ShaderExtras (thanks to @c0d1f1ed). 13 lat temu
  Mr.doob db52c0835a Merge remote-tracking branch 'AddictArts/dev_colladaVerticesTexcoordInput' into dev 13 lat temu
  Mr.doob a09af3a5d3 CanvasRenderer and SVGRenderer fix. material === undefined instead of material === null. 13 lat temu
  Mr.doob 91fedbd8ca CanvasRenderer: Seems like Firefox will never implement globalCompositeOperation = 'darker'. Removing the hack for textures + lighting. 13 lat temu
  Mr.doob 20f0b819ea Added material.visible property. Fixes #1763. 13 lat temu
  zz85 660fa8ccab Added UVs debug utils 13 lat temu
  zz85 84d1be3618 fixed UVs removal in .mergeVertices() 13 lat temu
  zz85 8377d9387c fixed ParametricGeometry bugs 13 lat temu
  zz85 3e70070a00 refactoring ParametricGeometry 13 lat temu
  John Pywtorak 08824aa5f7 Added support for mesh vertices input source (non indexed in geometric primitive) texture coordinates,TEXCOORD, and color. 13 lat temu
  Mr.doob 7d18966079 WebGLRenderer: Removed opacity === 0 checks. Fixes #1750. 13 lat temu
  Mr.doob 45f80cf6d7 Added experimental VTK Loader. 13 lat temu
  Mr.doob 21a5aa4b6d Reformated VTKLoader. 13 lat temu
  Mr.doob f3dc45406b Working VTKLoader. Fixes #1721. 13 lat temu
  Mr.doob f1d47cc2aa Merge remote-tracking branch 'valette/VTKLoader' into dev 13 lat temu
  Mr.doob db5ff0e3bb OBJLoader: Added normals. 13 lat temu
  Mr.doob 9d84fbe439 OBJLoader: Now returning an array of objects. 13 lat temu
  Mr.doob ac296e14f3 OBJLoader: Added support for floats with e- and e+. 13 lat temu
  Sebastien Valette 599794415c fix VTKLoader for dev branch 13 lat temu
  Sebastien Valette 7b46e067dd Merge branch 'dev' of https://github.com/mrdoob/three.js into dev 13 lat temu
  Mr.doob 89d49d8f92 Adding ImageLoader. 13 lat temu
  Mr.doob b00aa9b692 Loaders clean up. 13 lat temu
  Mr.doob a4eae2daac Some more tweaks on OBJLoader. Hopefully it can now serve as a good reference. 13 lat temu