Histórico de commits

Autor SHA1 Mensagem Data
  Mr.doob d1f0f8ecee ColladaLoader2: Basic camera parsing. 9 anos atrás
  Mr.doob 9067519c48 Merge pull request #7723 from simonThiele/unittests 9 anos atrás
  simonThiele cd923eafa9 fix unit test for edgesgeometry 9 anos atrás
  Mr.doob d865453bf8 Merge pull request #7721 from bertrandom/dev 9 anos atrás
  Mr.doob f7bbff7229 Merge pull request #7716 from WestLangley/dev-ortho 9 anos atrás
  Bertrand Fan 5246332625 contextmenu was renamed to onContextMenu, this fixes the event listener 9 anos atrás
  Mr.doob cb754f12e6 ShaderMaterial: Removed attributes left over. See #7184. 9 anos atrás
  Mr.doob 895785c5fa Merge pull request #7719 from TatumCreative/bones-clarification 9 anos atrás
  Greg Tatum cbee789d5a Clarified documentation on skinWeights and skinIndices 9 anos atrás
  WestLangley 349d5056fc Pass world units to OrthographicCamera constructor 9 anos atrás
  Mr.doob d208473da9 Merge pull request #7708 from simonThiele/unittests 9 anos atrás
  simonThiele 9197b1b929 remove console in matrix4 9 anos atrás
  simonThiele 72f72f4dc9 remove console in quaternion 9 anos atrás
  simonThiele 24f427a54b remove console in euler 9 anos atrás
  simonThiele d6fbddeed3 remove unused test 9 anos atrás
  simonThiele a71785d0d3 use BufferAttribute as mock to supress warnings 9 anos atrás
  simonThiele 0bfe511c91 use texture loader to load textures in test 9 anos atrás
  simonThiele 6d5d6f8b74 use addgroup for adding draw calls in test 9 anos atrás
  simonThiele 0d760a26b3 use setIndex for index attributes in test 9 anos atrás
  Mr.doob 489a10f88d Replaced THREE.Math.random16() with Math.random(). 9 anos atrás
  Mr.doob 21e2216b1b Math: Deprecated random16(). 9 anos atrás
  Mr.doob 51d594d9a4 Editor: Symbol when object has script. 9 anos atrás
  Mr.doob 5fd1823e46 Editor: Cleaned up outliner css. 9 anos atrás
  Mr.doob 2c111f9b81 Updated builds. 9 anos atrás
  Mr.doob c8ec3f9161 WebGLLights: Clean up. 9 anos atrás
  Mr.doob 63e626fa13 Removed unused variables. 9 anos atrás
  simonThiele bfa2cc7802 if you load an objet from json, JSONLoader will maybe add some undefined properties like bones. If you compare the originial with the json object, these properies will be missed. For that reson you cant use smartcompare and need to exclude props manually§ 9 anos atrás
  simonThiele f12d370be3 property check of special geometry agains simple geometry cant use smartcomparer since there are some properties which are missing. Since this is a normal behavior these properties need to be excluded manually 9 anos atrás
  simonThiele 99d962868d index is a property and can be accessed directly 9 anos atrás
  simonThiele b89da830de fix light json check 9 anos atrás