提交历史

作者 SHA1 备注 提交日期
  alteredq af239f04e9 Removed old FBX converter again after it got readded in merge. 12 年之前
  alteredq 1310deadf6 Merge remote-tracking branch 'remotes/mrdoob/dev' into dev 12 年之前
  alteredq c12109d753 Added specular color and shininess to color G-buffer in deferred shading examples. 12 年之前
  Zelimir Fedoran a9b7fe4cf3 added new fbx converter 12 年之前
  Zelimir Fedoran 38653855cc moved ctm, obj, and utf8 converters out of exporters directory 12 年之前
  alteredq a7b8ec266e Removed FBX SDK Python bindings. 12 年之前
  alteredq c0fb64deff Started to experiment with properties packing in geometry passes in deferred shading. 12 年之前
  alteredq 5fc41c0efe Changed face.materialIndex default to be 0 instead of "undefined". 12 年之前
  alteredq 22205effa1 Fixed handling of MeshFaceMaterial when material indices were not set in faces. 12 年之前
  Mr.doob d951fcbcfa Fixed more examples that relied on NormalBlending. 12 年之前
  Mr.doob 9ddc8499ed Merge remote-tracking branch 'alteredq/dev' into dev 12 年之前
  Mr.doob 62bb18f918 THREE.Color support for '#ff0000' and '#f00'. 12 年之前
  alteredq e5759e5a56 Changed WebGLRenderer opaque pass to use NoBlending instead of NormalBlending. 12 年之前
  Mr.doob 19475d8320 Support for THREE.Color( 'rgb(100%,0%,0%)' ) and capping values. 12 年之前
  Mr.doob acbbb13b67 Merge remote-tracking branch 'alteredq/dev' into dev 12 年之前
  Mr.doob c0f94b3f39 Updated builds. 12 年之前
  Mr.doob 1707cf0148 Renamed getContextStyle and setContextStyle to getStyle and setStyle. 12 年之前
  Mr.doob 95b17a53c8 Added style strings support THREE.Color. 12 年之前
  Mr.doob f9f4483ab5 Removed unused properties from test_scene.js. 12 年之前
  alteredq 61c9e5f119 Replaced basic shader with custom shader in deferred shading. 12 年之前
  alteredq 55e8d36455 Added frontface direction constants. 12 年之前
  alteredq ea4b8a6045 Renamed renderer.shadowMaterialSide => renderer.shadowMapCullFace 12 年之前
  alteredq 3be2c266f3 Simplified bumpmap shader for deferred normal pass. 12 年之前
  alteredq 2fb5db39f8 Renamed renderer.shadowMapCullFrontFaces => renderer.shadowMaterialSide 12 年之前
  alteredq 5f2ae7a597 Refactored deferred pointlights example to use common code with deferred morphs example. 12 年之前
  alteredq 05e363b4a8 Added deferred shading example with morph animation. 12 年之前
  Mr.doob 34cd251f12 Merge remote-tracking branch 'zz85/docs' into dev 12 年之前
  Mr.doob 4d1c1edabf Simplified mipmaps a bit more and returning copy of array when cloning. 12 年之前
  alteredq 71c4cec78c Refactored texture cloning. 12 年之前
  alteredq 5cb5d8b022 Added texture.unpackAlignment parameter. 12 年之前