-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FBXLoader: calculate transforms according to FBX spec #14933
Conversation
Yay! :)
Eventually, refactor and reuse the working matrices. |
I've simplified transform calculation for animation nodes - previously the transform was being calculated twice, once for the model's transform and once for the animation node's transform. After the last commit the model's transform is reused for the animation node. Euler order is now also taken into account for animation nodes. This has fixed #14864. #14903 still remains, and I suspect that #14204 is also related to this. |
Thanks! |
commit 2410ad1a8f5844df00191600eafda59def537830 Author: Mr.doob <[email protected]> Date: Wed Sep 26 10:05:04 2018 -0400 r97 commit 05e0eedb972043bdc5ea539e24ef17b9e1838bc0 Merge: 7d2a36302 6a2e54ef3 Author: Mr.doob <[email protected]> Date: Wed Sep 26 08:36:22 2018 -0400 Merge pull request #14971 from Mugen87/dev9 MTLLoader: Introduced new path handling. commit 6a2e54ef30818d3a22c5c72923162cf9b4d98aba Author: Mugen87 <[email protected]> Date: Wed Sep 26 10:38:29 2018 +0200 MTLLoader: Introduced new path handling. commit 7d2a363025192d21bd1b93118e1dc6143b328d9d Author: Mr.doob <[email protected]> Date: Tue Sep 25 23:11:36 2018 -0400 Updated builds. commit 17cff174219f576c68879de829b304560939f203 Merge: 0c4f797af 30e994dc4 Author: Mr.doob <[email protected]> Date: Tue Sep 25 22:34:03 2018 -0400 Merge pull request #14968 from donmccurdy/docs-distance-cutoff Docs: Reword light.distance explanation. commit 0c4f797afb684e25ffa3dbfc219261370237153f Author: Mr.doob <[email protected]> Date: Tue Sep 25 22:23:01 2018 -0400 Docs: Fixed language navigation in small screens. commit 5ff1e221fdaf028d6d8f38da7bd616ecb30cf530 Merge: 63eca7a87 6023b2e86 Author: Mr.doob <[email protected]> Date: Tue Sep 25 22:19:00 2018 -0400 Merge pull request #14969 from mrdoob/docs Docs: Added basic language navigation. commit 6023b2e8640a9f1983bb978e833a9d7127a8c19c Author: Mr.doob <[email protected]> Date: Tue Sep 25 22:17:30 2018 -0400 Docs: Added basic language navigation. commit 30e994dc4677dc3330d79d8ab6bc31343d90e6f9 Author: Don McCurdy <[email protected]> Date: Tue Sep 25 18:45:52 2018 -0700 Docs: Reword light.distance explanation. commit 63eca7a87695703e23ccce326f95ffba259e8e19 Merge: 042bd735f d3f5a0b1f Author: Mr.doob <[email protected]> Date: Tue Sep 25 20:46:51 2018 -0400 Merge pull request #14967 from mrdoob/detector_refactor Refactored Detector.js into WebGL.js commit d3f5a0b1fe9dfc5eb76f65c70ee1e205ea9704f2 Author: Mr.doob <[email protected]> Date: Tue Sep 25 20:45:55 2018 -0400 Updated all examples. commit e4063750a93a643fce333a17a06b6b5015d9dc99 Author: Mr.doob <[email protected]> Date: Tue Sep 25 20:45:32 2018 -0400 Refactored Detector.js into WebGL.js commit 042bd735fca265e21cda468d8977569986ed0462 Merge: 869e8b386 9554b8146 Author: Mr.doob <[email protected]> Date: Tue Sep 25 16:29:45 2018 -0400 Merge pull request #14030 from takahirox/GLTFLoaderSetResourcePath GLTFLoader: Rename .setPath with .setResourcePath commit 869e8b3866feeb01b7f115a11da1b7553ecae709 Merge: 1f83a5989 bde0cbdc9 Author: Mr.doob <[email protected]> Date: Tue Sep 25 14:31:08 2018 -0400 Merge pull request #14775 from MiiBond/khr_lights_punctual_direction_update Reverse direction of glTF lights to comply with spec changes commit 9554b8146c7008507a94677004bdf40c5db4fbb0 Merge: 1f9e34189 570581219 Author: Takahiro <[email protected]> Date: Wed Sep 26 03:12:48 2018 +0900 Merge branch 'dev' into GLTFLoaderSetResourcePath commit 1f83a5989820f0fc3045fcfeebe98eec3defd084 Merge: cecf0b3a4 8c93327d9 Author: Mr.doob <[email protected]> Date: Tue Sep 25 14:05:58 2018 -0400 Merge pull request #14962 from donmccurdy/feat-lights-physical-attenuation Lights: Use inverse-square attenuation w/ distance=0 in physically-correct mode. commit cecf0b3a489c540edc73072eabcf96fee21e6a23 Author: WestLangley <[email protected]> Date: Tue Sep 25 13:58:41 2018 -0400 Call render() in loader callback As discussed in https://github.com/mrdoob/three.js/pull/14957#issuecomment-424184966. commit c819cb6e2560b8a60ab44665272d3e4eea12ceee Merge: 37aeb89ed bdd189e1c Author: Mr.doob <[email protected]> Date: Tue Sep 25 13:22:58 2018 -0400 Merge pull request #14966 from Mugen87/dev9 TDSLoader: Refactor setPath() usage and introduced setResourcePath(). commit bdd189e1ce25ef44fbd434bafa0d502b216ccec2 Author: Mugen87 <[email protected]> Date: Tue Sep 25 19:08:46 2018 +0200 TDSLoader: Refactor setPath() usage and introduced setResourcePath(). commit 37aeb89ed545d56b6ddaf1ad9d8ea280a1299bd0 Merge: c990249b1 67eb3c4f6 Author: Mr.doob <[email protected]> Date: Tue Sep 25 13:04:11 2018 -0400 Merge pull request #14914 from dukuo/dev Added navigator existence check in WebGLRenderer commit c990249b1fedcfa170c7efabdf2a4a1cee98e693 Merge: b2c52c3b5 3193a7d00 Author: Mr.doob <[email protected]> Date: Tue Sep 25 12:49:57 2018 -0400 Merge pull request #14965 from mrdoob/webgl2 Renamed texture3d examples. commit 3193a7d00d076f162b59434d60ff077ebffcc5d6 Author: Mr.doob <[email protected]> Date: Tue Sep 25 12:49:13 2018 -0400 Renamed texture3d examples. commit b2c52c3b55107699e5c473a1c436e16919e52934 Author: Mr.doob <[email protected]> Date: Tue Sep 25 12:48:18 2018 -0400 Updated builds. commit b2ca5694e09700682f4f0e499e77d048b6f94f3b Merge: d718ff769 b59cdc0f9 Author: Mr.doob <[email protected]> Date: Tue Sep 25 12:10:37 2018 -0400 Merge pull request #14964 from takahirox/RenameTexture3D Rename Texture3D to DataTexture3D commit d718ff769992a14a6e633094c658c0c824688ae0 Merge: b76dd1da9 d040aaba1 Author: Mr.doob <[email protected]> Date: Tue Sep 25 12:06:14 2018 -0400 Merge pull request #14963 from takahirox/RemoveFile Remove webgl_materials_texture_3d.html commit b76dd1da9d1f197d1365f72c8ccf0a6a4a5b8c60 Merge: 878886580 e12b7a25f Author: Mr.doob <[email protected]> Date: Tue Sep 25 12:05:34 2018 -0400 Merge pull request #14943 from Mugen87/dev9 Examples: More usage of setPath() and setResourcePath() in loaders. commit 878886580b5b76e60920be0d6e3322d4c49d8e06 Merge: 570581219 3116de8c4 Author: Mr.doob <[email protected]> Date: Tue Sep 25 12:05:14 2018 -0400 Merge pull request #14941 from Mugen87/dev7 JSONLoader: Add setPath(), rename setTexturePath() to setResourcePath() commit d040aaba1773899a6a7a2f0d166dbab535039567 Author: Takahiro <[email protected]> Date: Wed Sep 26 00:48:55 2018 +0900 Remove webgl_materials_texture_3d.html commit b59cdc0f95bb5244d278a48264d299058f73e3ae Author: Takahiro <[email protected]> Date: Wed Sep 26 00:46:55 2018 +0900 Rename Texture3D to DataTexture3D commit 570581219595d8f34e74992508f825674ccf17bd Merge: fd61eef76 633c0f9d6 Author: Mr.doob <[email protected]> Date: Tue Sep 25 10:16:57 2018 -0400 Merge pull request #14951 from takahirox/3DTextureExample 3D Texture simple example commit 8c93327d910e107da9572478f6c3c51535f8a855 Author: Don McCurdy <[email protected]> Date: Tue Sep 25 00:10:07 2018 -0700 Lights: Use inverse-square attenuation w/ distance=0 in physically-correct mode. commit fd61eef76da6a9e0664470a079a66ad500a1f125 Merge: 73d77bece 9902f2dd4 Author: Mr.doob <[email protected]> Date: Mon Sep 24 17:40:30 2018 -0400 Merge pull request #14960 from mrdoob/revert-14874-OBJLoader2.minimification.fix Revert "ObjLoader2: Minimification fix" commit 9902f2dd4ae967de05c4b73f2539a3452acf7537 Author: Mr.doob <[email protected]> Date: Mon Sep 24 17:39:53 2018 -0400 Revert "ObjLoader2: Minimification fix" commit 67eb3c4f6bba237fe517cccf8a48af22774a708d Author: Dukuo <[email protected]> Date: Mon Sep 24 17:08:10 2018 -0300 Better vr variable handling. Refactor of #14914 commit ef698b9021c362cfa710153f3058d2f4ff0cd1ab Merge: 1e771c651 73d77bece Author: Dukuo <[email protected]> Date: Mon Sep 24 17:06:52 2018 -0300 Merge remote-tracking branch 'upstream/dev' into dev commit 1f9e34189663901b57bab169671815f6eca8440b Author: Takahiro <[email protected]> Date: Mon Sep 24 22:29:20 2018 +0900 GLTFLoader: Use .path for resourcePath if .resourcePath is undefined commit 633c0f9d6dcff64f168abe98e5413f55652f85d9 Merge: 04ea07dd5 73d77bece Author: Takahiro <[email protected]> Date: Mon Sep 24 20:09:34 2018 +0900 Merge branch 'dev' into 3DTextureExample commit 04ea07dd5a0fc92afceee6ecc776e3cdba11703e Author: Takahiro <[email protected]> Date: Mon Sep 24 20:07:05 2018 +0900 Rename webgl_materials_texture_3d.html with webgl_materials_texture3d.html commit d6bbdf590fbb71f0216871b23f5eef3578dd4bdc Author: Takahiro <[email protected]> Date: Mon Sep 24 18:43:03 2018 +0900 Remove an extra semicolon from 3D Texture example commit 2ba1f366cce09507d904810f6db14124fab09b6c Author: Takahiro <[email protected]> Date: Mon Sep 24 18:38:28 2018 +0900 Remove onWindowResize() call from init in 3D Texture example commit 5f43c408985006aa99914edf725b47cf60f84930 Author: Takahiro <[email protected]> Date: Mon Sep 24 17:42:46 2018 +0900 Minor shader clean up Texture 3D example commit 73d77bece263753f87ad7823013ee72953d03aae Author: WestLangley <[email protected]> Date: Sun Sep 23 23:29:46 2018 -0400 Correct typo commit c01d68976bceaf279b0aebb6f745b06b4048b16d Merge: c98820c98 5ad7fe226 Author: Mr.doob <[email protected]> Date: Mon Sep 24 03:27:17 2018 +0100 Merge pull request #14957 from WestLangley/dev-tex3d_volume Volume rendering example: refactor and clean up commit 5ad7fe226f6cfbea82169d3a9882f3ed2b8d543f Author: WestLangley <[email protected]> Date: Sun Sep 23 22:20:05 2018 -0400 Refactor and clean up commit c98820c985c36bb0db15a39b8007b0e52f475efc Merge: a6db06c97 a988c92e5 Author: Mr.doob <[email protected]> Date: Mon Sep 24 03:10:48 2018 +0100 Merge pull request #14847 from almarklein/volumeexample Volume rendering example using 3D texture commit a988c92e519a3b5529813f625f159b8a381e6105 Author: Almar Klein <[email protected]> Date: Sun Sep 23 10:59:14 2018 +0200 Fix camera, draw only when needed, cleanup commit 89321787258f7c03559c6486509489a7e6261fb6 Author: Almar Klein <[email protected]> Date: Sun Sep 23 10:58:36 2018 +0200 update stent data commit a6db06c97798a34d8ef167ae938a045fe0b1a796 Merge: 1e9e2b00e b4c85224b Author: Mr.doob <[email protected]> Date: Sun Sep 23 00:42:29 2018 +0100 Merge pull request #14954 from looeee/fbxloader_morph_multimat FBXLoader: set morphTargets=true on multi-materials commit 1e9e2b00e310f70679d83d5d2b8555886c3c79b2 Merge: 9e6f2e368 541ad2892 Author: Mr.doob <[email protected]> Date: Sun Sep 23 00:10:56 2018 +0100 Merge pull request #14955 from looeee/fbxloader_setResourcePath FBXLoader: added setResourcePath() commit 9e6f2e368d68d3249feb8e9518bf7052c1100ede Merge: 8857e8e52 a6c319346 Author: Mr.doob <[email protected]> Date: Sun Sep 23 00:05:29 2018 +0100 Merge pull request #14945 from gogoend/dev Some fixes for the pervious zh translation I translated and some new translation. commit 8857e8e524a9b3e66c11b6b52487340b684c25ed Merge: da07e34de e520efb0d Author: Mr.doob <[email protected]> Date: Sun Sep 23 00:04:22 2018 +0100 Merge pull request #14949 from nicholas-yangding/translation-zh Translation zh commit a6c3193465f533048d1608fbce30d3bbaf9e5d74 Author: gogoend <[email protected]> Date: Sun Sep 23 03:02:09 2018 +0800 Translate some page in the object,and little fix. commit 75b3fbe0ddb9a5c3f561fe58efb553368e8fb971 Author: gogoend <[email protected]> Date: Sat Sep 22 23:37:43 2018 +0800 Translate the textures page in constants. commit 541ad28924158c06cac07f7af64525dd306a636a Author: Lewy Blue <[email protected]> Date: Sat Sep 22 13:59:27 2018 +0100 revert removal of try - catch commit 636889866883f2a1d2eab52237c69bccf4d5accd Author: Lewy Blue <[email protected]> Date: Sat Sep 22 10:36:12 2018 +0100 Added setResourcePath() commit b4c85224bd0113cbe24b87e9cd9e5cfb527f32c4 Author: Lewy Blue <[email protected]> Date: Sat Sep 22 10:11:22 2018 +0100 Fix morph multimaterial commit 53a687d8598a5ed9c57576aff1f4caaca8ce089b Author: Almar Klein <[email protected]> Date: Fri Sep 21 22:03:30 2018 +0200 remove inset and tweak control commit 2a753d29f1fed419206a81bb11351eaead4e5ab2 Author: Takahiro <[email protected]> Date: Sat Sep 22 04:58:08 2018 +0900 3D Texture example Minor Clean up commit 93d8febaa4f5cca7af29fd6d5459071af9cfd084 Author: Takahiro <[email protected]> Date: Sat Sep 22 04:42:38 2018 +0900 3D Texture example Minor Clean up commit ae86d18658256c6757cac9e08c5d8fff9c9df655 Author: Takahiro <[email protected]> Date: Sat Sep 22 04:33:43 2018 +0900 3D Texture example Minor Clean up commit 1d77ef63fc5be35151e6539ee65cf7377b10ac56 Author: Takahiro <[email protected]> Date: Sat Sep 22 04:32:26 2018 +0900 3D Texture example Minor Clean up commit 6c6610709b561a08daac3dd75c71d8995c559d1c Author: Takahiro <[email protected]> Date: Sat Sep 22 04:10:16 2018 +0900 Add 3D Texture example to files.js commit 83c3c06947120e771e010c886bcaca88c0ea6e1c Author: Takahiro <[email protected]> Date: Sat Sep 22 04:09:59 2018 +0900 Add 3D Texture example commit df1506aa9a2bd1e18ec0aec967231c98dbbabece Author: Takahiro <[email protected]> Date: Sat Sep 22 04:09:31 2018 +0900 Add Scanned Head 3D data asset commit c49241a388bcd3a475d5c869eefd12e11ddec23c Author: Almar Klein <[email protected]> Date: Fri Sep 21 16:22:09 2018 +0200 better way of using uniforms. Plus bit of cleanup. commit 7ecee7e86b421406f30930e105405a76fdbaebda Author: Almar Klein <[email protected]> Date: Fri Sep 21 16:07:44 2018 +0200 fixed style commit e520efb0df4d71a69deb9ca5dbe44fbe45a8c38a Author: v_zhangfujin <[email protected]> Date: Fri Sep 21 14:39:18 2018 +0800 lights-shadows translation commit 8e1592211cb156c45916d04fbd03f4d214f486e5 Author: duanjobs <[email protected]> Date: Fri Sep 21 13:12:37 2018 +0800 box2 commit aea7b9b1e01059791224e4e89e801c95332d8529 Author: duanjobs <[email protected]> Date: Fri Sep 21 11:30:10 2018 +0800 QuaternionLinearInterpolant commit cedb12fed909ca9dc9e376581f149f356d521ae7 Author: duanjobs <[email protected]> Date: Fri Sep 21 11:28:17 2018 +0800 LinearInterpolant commit 6ca6b75e2b6e96a0141e99213091bbdf56783d3c Author: duanjobs <[email protected]> Date: Fri Sep 21 11:25:41 2018 +0800 DiscreteInterpolant commit dd412b102a78bdb87d1dbb0f2f6ad7d52698eaf0 Author: duanjobs <[email protected]> Date: Fri Sep 21 11:23:04 2018 +0800 CubicInterpolant commit 4ea193ce80f71d455a5f6aafc9b6d8a028995934 Author: duanjobs <[email protected]> Date: Fri Sep 21 11:07:16 2018 +0800 ImmediateRenderObject commit dc11588f056d5bab7e8025916fb91ae4cb383d7d Author: hucijiao <[email protected]> Date: Fri Sep 21 12:22:43 2018 +0800 doc(WebLRender,WebGLRenderTarget,WebGLRenderTargetCube): 中文文档 commit 3f439fe1dd6dd29a30560c7b2519074250c495da Author: wangyang65 <[email protected]> Date: Fri Sep 21 11:39:46 2018 +0800 Revert examples translate This reverts commit dd1b19c377d70278f7bb4cfa45e7a4c41b142d44. commit 3bc20962c0243e1169757841959e18cbd3060dd6 Author: Takahiro <[email protected]> Date: Fri Sep 21 00:16:29 2018 +0900 GLTFLoader Doc: Fix return type from setResourcePath() commit 3231efb1c0a19be863e4fba6ac4bef9c24b8eaea Author: Takahiro <[email protected]> Date: Fri Sep 21 00:14:53 2018 +0900 GLTFLoader Doc: Add .setPath() commit f0832eaca0108269ce8892fadf3426cd13910c94 Author: Takahiro <[email protected]> Date: Fri Sep 21 00:14:10 2018 +0900 GLTFLoader: Add .setPath() commit e12b7a25f2c343ee44a95eb3ff5ef3489d12f423 Author: Mugen87 <[email protected]> Date: Thu Sep 20 11:42:43 2018 +0200 Examples: More usage of setPath() and setResourcePath() in loaders. commit 7ef39612113caaa6e34dd70534a07fd5e7dd20aa Author: gogoend <[email protected]> Date: Thu Sep 20 17:00:47 2018 +0800 the zh translation of constants. commit a6e6802eceb0e8e07627ffd022868921fad197ba Author: gogoend <[email protected]> Date: Thu Sep 20 20:13:42 2018 +0800 Fixed some wrong translation. commit b79fbb0b482cb7f20547d63c885a75920e3d1807 Author: wangyang65 <[email protected]> Date: Thu Sep 20 11:28:52 2018 +0800 translate Test-with-NPM commit da07e34def3f0e918dc0cf720493087090f3e7e8 Author: WestLangley <[email protected]> Date: Wed Sep 19 17:57:56 2018 -0400 Update BufferAttribute.html commit 3116de8c42582420481b80df3320ef9e4e0f264e Author: Mugen87 <[email protected]> Date: Wed Sep 19 19:14:27 2018 +0200 JSONLoader: Add setPath(), rename setTexturePath() to setResourcePath() commit d3be2dd3e08861dd03026fcf09b50fd014ac25c4 Merge: 0e67eaad4 064722bcb Author: Mr.doob <[email protected]> Date: Wed Sep 19 11:41:03 2018 -0400 Merge pull request #14931 from Mugen87/dev19 Examples: Remove linewidth where it has no effect commit 0e67eaad402b77c97aed7def21a9ce0392f13931 Merge: ee34ef1ba b8693fbcc Author: Mr.doob <[email protected]> Date: Wed Sep 19 11:31:03 2018 -0400 Merge pull request #14904 from Mugen87/dev11 Docs: Added basic WebVR page commit ee34ef1ba0db00a237b82b45cd549afb8aae4d78 Merge: eb6ef2e36 d0158ada4 Author: Mr.doob <[email protected]> Date: Wed Sep 19 11:30:26 2018 -0400 Merge pull request #14933 from looeee/fbxloader_transform_improvement FBXLoader: calculate transforms according to FBX spec commit eb6ef2e36b2616601bbe70215f464c7ca8a295d0 Merge: 7bcda1da9 22be0e69e Author: Mr.doob <[email protected]> Date: Wed Sep 19 11:20:52 2018 -0400 Merge pull request #14939 from Mugen87/dev7 Examples: Correct usage of .setPath() commit 22be0e69ebe514fa7ab9e7c7b9c07dd13af28718 Author: Mugen87 <[email protected]> Date: Wed Sep 19 16:56:54 2018 +0200 Examples: Correct usage of .setPath() commit 7bcda1da9ba49e469fb8a1deb110a86460ff639f Merge: 4e400e6fb 3db8be19e Author: Mr.doob <[email protected]> Date: Wed Sep 19 10:22:56 2018 -0400 Merge pull request #14932 from Mugen87/dev9 ColladaLoader: Added .setResourcePath() commit 4e400e6fbc5397a3249dd80b89d122025bc45faa Merge: 6a1364282 850872f07 Author: Mr.doob <[email protected]> Date: Wed Sep 19 10:21:05 2018 -0400 Merge pull request #14938 from Mugen87/dev7 AssimpLoader: Added .setPath() and .setResourcePath() to assimp loaders. commit d0158ada44ef82682ca8c1616ca9ac234dc68058 Author: Lewy Blue <[email protected]> Date: Wed Sep 19 14:40:33 2018 +0100 cleanup bone node transform commit 7346f6f95ad4ca50d58a56c6c0bcd845097aa7c2 Author: wangyang65 <[email protected]> Date: Wed Sep 19 20:40:19 2018 +0800 translate MMDPhysics commit 850872f070757d27824d70d5078b47363ff88552 Author: Mugen87 <[email protected]> Date: Wed Sep 19 12:05:02 2018 +0200 AssimpLoader: Added .setPath() and .setResourcePath() to assimp loaders. commit b8693fbcc9b692aae45b735024f77e9518bc96b7 Author: Mugen87 <[email protected]> Date: Wed Sep 19 11:44:54 2018 +0200 Docs: Add link to .setAnimationLoop() in VR guide commit 97192f68020e4acdd0b043336862b1ffe5b818c5 Author: Mugen87 <[email protected]> Date: Wed Sep 19 11:02:02 2018 +0200 Docs: Add additional note in WebVR guide commit d0d37a142ea8b3f9c123c4435aa57ec7180a23d0 Author: gogoend <[email protected]> Date: Wed Sep 19 13:15:11 2018 +0800 Update FAQ.html commit 20adee9c9ac2fa774a35cd411d65ffa09c3fb24e Author: hucijiao <[email protected]> Date: Sat Sep 15 14:41:32 2018 +0800 doc(PropertyBinding, PropertyMixer): 中文文档 commit adfc5e9de785129c0014e38af6da092c328491fa Author: wangyang65 <[email protected]> Date: Wed Sep 19 11:19:00 2018 +0800 translate MMDAnimationHelper commit d1c778a27d75a96be6880bda86219dd89d24a81d Author: Lewy Blue <[email protected]> Date: Tue Sep 18 20:09:23 2018 +0100 simplify and correct animation node transform calculation commit ac36a2dd609367c2eadcc505ba10899d11a6cd80 Author: Lewy Blue <[email protected]> Date: Tue Sep 18 17:40:37 2018 +0100 update transform calculations to match FBX SDK (tidy) commit a4f097b041055d3183e987bedb7233e99b179ed4 Author: Lewy Blue <[email protected]> Date: Tue Sep 18 17:11:25 2018 +0100 update transform calculations to match FBX SDK (tidy) commit 63c611f98c5dbc83a0937090636a2ad8fe663dee Author: Lewy Blue <[email protected]> Date: Tue Sep 18 17:11:12 2018 +0100 update transform calculations to match FBX SDK (tidy) commit 894a79d4a22f09080dedaa93c6891c556fefbcaa Author: Lewy Blue <[email protected]> Date: Tue Sep 18 17:06:09 2018 +0100 update transform calculations to match FBX SDK commit dd1b19c377d70278f7bb4cfa45e7a4c41b142d44 Author: wangyang65 <[email protected]> Date: Tue Sep 18 22:08:00 2018 +0800 translate CCDIKSolver;可能需要改一下路由en commit 3db8be19ea88411a8feb0e29c89b9141696e37bc Author: Mugen87 <[email protected]> Date: Tue Sep 18 15:35:03 2018 +0200 ColladaLoader: Added .setResourcePath() commit 064722bcb72353034af77b286ae568e71fd0c0ca Author: Mugen87 <[email protected]> Date: Tue Sep 18 15:18:26 2018 +0200 Examples: Remove linewidth where it has no effect commit 91339d31bb6fae7676277680c92d04137d7c7aab Author: gogoend <[email protected]> Date: Tue Sep 18 20:59:07 2018 +0800 translate commit 9992dec19e4ce36722ac7ed800ca75d07316a0e2 Author: gogoend <[email protected]> Date: Tue Sep 18 20:49:55 2018 +0800 translate commit af025ea070917a331b8121ff62402c37d4d3896e Author: gogoend <[email protected]> Date: Tue Sep 18 20:47:09 2018 +0800 translate. commit 45ea96769e67036a5bfda88b41aa86ce609944a4 Author: gogoend <[email protected]> Date: Tue Sep 18 20:44:20 2018 +0800 translate this passage. commit f0baa604075e0181b457ed5057c8860239570235 Author: gogoend <[email protected]> Date: Tue Sep 18 20:39:06 2018 +0800 Update DeprecatedList.html commit bfefe8a38ccee9f2069e78b376836801afcc0fbf Author: gogoend <[email protected]> Date: Tue Sep 18 20:11:08 2018 +0800 Correct some expression in the passage commit 688365b909993ba8c431e3d25a7586322e81a4ba Author: gogoend <[email protected]> Date: Tue Sep 18 19:58:38 2018 +0800 Remove the rest English sections and fix some errors. commit f09f3b88db350a29a912c2648a4649a08d8b2551 Author: gogoend <[email protected]> Date: Tue Sep 18 19:50:38 2018 +0800 Fixed some wrong grammer and characters. commit f934cb8c2f0aa21a3cd295754030dfb945db4f6b Author: gogoend <[email protected]> Date: Tue Sep 18 19:45:06 2018 +0800 fixed the wrong characters. commit d4c056c71de1018e6ec18f4cb170cda3b54b07b8 Author: gogoend <[email protected]> Date: Tue Sep 18 19:42:02 2018 +0800 Corrected some grammer or character errors. commit 85a5cf28b70ef77cf0d6f3e798f4332508349cde Author: gogoend <[email protected]> Date: Tue Sep 18 19:30:18 2018 +0800 fixed some wrong characters and grammars. commit adbca8f66c3bdbd5de8e9cb9713f161459f56237 Author: gogoend <[email protected]> Date: Tue Sep 18 19:23:46 2018 +0800 Fixed some wrong characters and grammars. commit f494c2b8cb09cdee71ba225d88d2dec72620fdd4 Author: gogoend <[email protected]> Date: Tue Sep 18 19:18:00 2018 +0800 Some wrong grammar and characters were fixed. commit 7bce0ff5ed8055d4c3cb937444ded3db7987f0b1 Author: gogoend <[email protected]> Date: Tue Sep 18 19:05:06 2018 +0800 Some grammar errors are fixed commit d46e574116229063d70f0ea7b8fc9b9ea991e503 Author: gogoend <[email protected]> Date: Tue Sep 18 18:59:58 2018 +0800 Some grammar errors are fixed. commit 030c6d134dfa3407f1052624e3ac5df6a41d359d Author: gogoend <[email protected]> Date: Tue Sep 18 18:54:01 2018 +0800 some grammar errors are fixed. commit 6a1364282fbf44410eedcfb720da7d0e07f3fef7 Author: Mr.doob <[email protected]> Date: Mon Sep 17 15:00:51 2018 -0400 PointerLockControls: renamed .enabled to .isLocked. commit cd7920e03641202c7268146965b220ca94e7ef37 Merge: f34208057 783679d38 Author: Mr.doob <[email protected]> Date: Mon Sep 17 14:35:07 2018 -0400 Merge pull request #14891 from Mugen87/dev2 PointerLockControls: Refactoring commit f34208057650ab1395e0f3d7b37f3f80229afa6b Merge: b8e52676d b162c1118 Author: Mr.doob <[email protected]> Date: Mon Sep 17 13:41:39 2018 -0400 Merge pull request #14923 from Mugen87/dev9 PLYLoader: Added support for uvs defined on face level commit b8e52676dd6e708e08ea176110e8e773f8758579 Merge: 9365278a4 e5e4c9226 Author: Mr.doob <[email protected]> Date: Mon Sep 17 11:29:32 2018 -0400 Merge pull request #14924 from Mugen87/dev19 Examples: Use ObjectLoader in webgl_materials_lightmap.html commit 9365278a40310a02c9bd28fbec1ad746f6867982 Merge: 34c3df032 42e4ab65a Author: Mr.doob <[email protected]> Date: Mon Sep 17 11:28:15 2018 -0400 Merge pull request #14922 from Mugen87/dev7 WebXR: Update origin trial tokens commit 34c3df03295704c7eed1531b0f847ddebb9c9829 Merge: f3db836bf 09abcb589 Author: Mr.doob <[email protected]> Date: Mon Sep 17 11:27:29 2018 -0400 Merge pull request #14926 from mghini/patch-1 Docs: fixed typo for Texture.html commit 09abcb589ede9a23ed356da32c3385bfd4593342 Author: Mauro Ghini <[email protected]> Date: Mon Sep 17 13:06:31 2018 +0200 fixed typo commit f3db836bffec7142bb24c4b1bcb18baa0b87c89d Merge: 39db383be 294d4b291 Author: Mr.doob <[email protected]> Date: Sun Sep 16 19:33:35 2018 -0400 Merge pull request #14920 from amilajack/dev Tests against latest node commit e5e4c9226e153b3f37a041ff5eae2ec8b1d7c944 Author: Mugen87 <[email protected]> Date: Sun Sep 16 20:09:16 2018 +0200 Examples: Use ObjectLoader in webgl_materials_lightmap.html commit 39db383be56e0a9e937600f564999b7eb27e1df5 Merge: 54071fa06 ca4c80ef9 Author: Mr.doob <[email protected]> Date: Sun Sep 16 13:31:58 2018 -0400 Merge pull request #14918 from gogoend/dev the zh translation for the document. commit b162c111882cc3389007048a3678b5eafc065d0d Author: Mugen87 <[email protected]> Date: Sun Sep 16 17:29:53 2018 +0200 PlYLoader: Added support for uvs defined on face level commit 42e4ab65a9da70152bd83f6c360048fdbfd536fa Author: Mugen87 <[email protected]> Date: Sun Sep 16 16:45:57 2018 +0200 WebXR: Update tokens commit ca4c80ef9331a3aa020bb085675eb872b7ef7276 Author: gogoend <[email protected]> Date: Sun Sep 16 22:29:26 2018 +0800 Update Code-style-guide.html commit 6d5b3fc7e77fa903c36e1d81c7cbe485ccd0628f Author: gogoend <[email protected]> Date: Sun Sep 16 22:27:48 2018 +0800 add the title's meaning in Chinese. commit 31790f4f7bf3bd1df218bab126d5ac66818c1dd7 Author: gogoend <[email protected]> Date: Sun Sep 16 22:22:36 2018 +0800 Update Loading-3D-models.html commit 30f619778e286e01a5d6d60dc53c116aef58c7f8 Author: gogoend <[email protected]> Date: Sun Sep 16 22:22:14 2018 +0800 Update Useful-links.html commit d9b9d4d586e937c11e36c8db01f271b48255d9b1 Author: gogoend <[email protected]> Date: Sun Sep 16 22:20:27 2018 +0800 Update WebGL-compatibility-check.html commit 06b3ac6ead39a6d44f6fe60c1589fdfde4f73331 Author: gogoend <[email protected]> Date: Sun Sep 16 22:19:41 2018 +0800 Update Useful-links.html commit 0cb0640bf1e2ae8da91b1d87cb60ee3ed1c3b1d8 Author: gogoend <[email protected]> Date: Sun Sep 16 22:19:08 2018 +0800 Update Migration-guide.html commit cadb5924ef3a500c32116862f3185a6e2a7c503b Author: gogoend <[email protected]> Date: Sun Sep 16 22:18:40 2018 +0800 Update Loading-3D-models.html commit 9923ca716551ec125790d7b1aea1ee8a8b7bb761 Author: gogoend <[email protected]> Date: Sun Sep 16 22:18:02 2018 +0800 Update Import-via-modules.html commit ccaee52ddd8f3c1e8826c761d6cf1da1ec87987a Author: gogoend <[email protected]> Date: Sun Sep 16 22:17:19 2018 +0800 Update How-to-run-things-locally.html commit 434dd6811b823002df9c219c7726425ef4df6140 Author: gogoend <[email protected]> Date: Sun Sep 16 22:16:29 2018 +0800 Update FAQ.html commit 6cab07dfef5fb9c4ada973e40d574125f811d686 Author: gogoend <[email protected]> Date: Sun Sep 16 22:15:20 2018 +0800 Update Drawing-lines.html commit 462aa8c64999125b525e134a8d9cfec226444529 Author: gogoend <[email protected]> Date: Sun Sep 16 22:14:48 2018 +0800 Update Creating-text.html commit f4b4bed495446cb922d3c6bda0bb30d5797500ae Author: gogoend <[email protected]> Date: Sun Sep 16 22:14:17 2018 +0800 Update Creating-a-scene.html commit b5951c832f4e1036611f7e97bbab2a77e97990dd Author: gogoend <[email protected]> Date: Sun Sep 16 22:13:46 2018 +0800 Update Code-style-guide.html commit aed3785b9d950515314584d269a1487708c742d4 Author: gogoend <[email protected]> Date: Sun Sep 16 22:11:23 2018 +0800 Update Browser-support.html commit debf46c6c4d50efdb9b118331f2b7f1fe396fd0b Author: gogoend <[email protected]> Date: Sun Sep 16 22:11:01 2018 +0800 Update StereoCamera.html commit 13abcf8ec902971133631da8e0f2cad1f3dd5eca Author: gogoend <[email protected]> Date: Sun Sep 16 22:09:57 2018 +0800 Update PerspectiveCamera.html commit a9244d059721393dac5f42fbea30cee24b7505c4 Author: gogoend <[email protected]> Date: Sun Sep 16 22:09:18 2018 +0800 Update OrthographicCamera.html commit 6c296745f25e62470626bccf51746407c1c0e8c8 Author: gogoend <[email protected]> Date: Sun Sep 16 22:08:08 2018 +0800 Update CubeCamera.html commit 3ae818109ee78d5b0878b2de6d19a5d436694ecb Author: gogoend <[email protected]> Date: Sun Sep 16 22:07:26 2018 +0800 Update Camera.html commit 11e884f16db2a3f20acb36018e9f8f54b13cdf4c Author: gogoend <[email protected]> Date: Sun Sep 16 21:46:05 2018 +0800 Update Useful-links.html commit f352830d429747a28d0061cabee51f0ee6772cd1 Author: gogoend <[email protected]> Date: Sun Sep 16 21:04:23 2018 +0800 Update StereoCamera.html commit 564abfa8b58a61e2c9dae9404462fb5042e337b2 Author: gogoend <[email protected]> Date: Sun Sep 16 21:02:31 2018 +0800 Update StereoCamera.html commit 992c930b4006aed76eb8e9f19f809676699626c1 Author: gogoend <[email protected]> Date: Sun Sep 16 18:30:18 2018 +0800 Update FAQ.html commit 3c89839a1ed660c2064ff67dda5cf878bcda6f69 Author: gogoend <[email protected]> Date: Sun Sep 16 18:24:47 2018 +0800 Update FAQ.html commit d171d6d3a02aa536fc1a4efdc20a39c58242d206 Author: gogoend <[email protected]> Date: Sun Sep 16 18:23:12 2018 +0800 Update FAQ.html commit c7e14217ea856109e313bd5b915f4532513be199 Author: gogoend <[email protected]> Date: Sun Sep 16 17:30:49 2018 +0800 Update Loading-3D-models.html commit c4ecd7050fe030e1b0cad3a6545102aa7c4220c0 Author: gogoend <[email protected]> Date: Sun Sep 16 17:12:00 2018 +0800 Update Code-style-guide.html commit 61c4afca6be4ffe0b7ab7929efa6811c7992593b Author: gogoend <[email protected]> Date: Sun Sep 16 17:02:58 2018 +0800 Update PerspectiveCamera.html commit 9d34796c9301a6e651f7365569b8ee98816baf69 Author: gogoend <[email protected]> Date: Sun Sep 16 16:56:25 2018 +0800 Update PerspectiveCamera.html commit 294d4b291abc817b6a91352c49e9265141cd0c7d Author: Amila Welihinda <[email protected]> Date: Sat Sep 15 23:11:40 2018 -0700 Tests against latest node commit c81e30440db3b83d808ac3d4fa131e3568447220 Author: gogoend <[email protected]> Date: Sun Sep 16 13:37:01 2018 +0800 Update Creating-a-scene.html commit 024e7be91932bc2d711d8a5a8f496abb6dc3a8d1 Author: gogoend <[email protected]> Date: Sun Sep 16 13:23:57 2018 +0800 Update CubeCamera.html commit fc0676eb25fe8ca703dd0e280a10a394a024d1fd Author: gogoend <[email protected]> Date: Sun Sep 16 13:21:18 2018 +0800 Update CubeCamera.html commit 57ff11731e275d87898dd719ddc9ab1544fed0eb Author: gogoend <[email protected]> Date: Sun Sep 16 13:17:44 2018 +0800 Update CubeCamera.html commit 4ad6674cce76a2734db35393fdc9379b1219598f Author: gogoend <[email protected]> Date: Sun Sep 16 12:05:34 2018 +0800 Update CubeCamera.html commit e272f45b37750697a5a1d4f4080143b6e9e83fa2 Author: gogoend <[email protected]> Date: Sun Sep 16 12:05:05 2018 +0800 Update CubeCamera.html commit 1dafb9d24eb49f76adc8e5f126bc21e460f11c11 Author: gogoend <[email protected]> Date: Sun Sep 16 10:14:43 2018 +0800 Update OrthographicCamera.html commit b8e969a6b691a89d67ed6fa60f67cd4a2019ab74 Author: jackie_han <[email protected]> Date: Sat Sep 15 21:47:59 2018 +0800 Update Migration-guide.html commit cda74e5359a75689a0a82698fcebfc56db832164 Author: jackie_han <[email protected]> Date: Sat Sep 15 21:40:29 2018 +0800 little modify commit 089d23d20828b4492384db4f7e2fcc120bad61cb Author: jackie_han <[email protected]> Date: Sat Sep 15 21:32:49 2018 +0800 little modify. commit b99ace123fd4997a57d142bd4a7320d8df37d453 Author: jackie_han <[email protected]> Date: Sat Sep 15 21:31:34 2018 +0800 Update Loading-3D-models.html commit 65afc8d66e120264e1138a2166664d96fdd437f2 Author: jackie_han <[email protected]> Date: Sat Sep 15 21:30:06 2018 +0800 translate this page into Chinese. commit a24b8305adedd07366cbfaef61289a85ea8bd8ac Author: jackie_han <[email protected]> Date: Sat Sep 15 20:00:12 2018 +0800 translation this page commit 17c6b34ff3b713484166a5e96d79c984e151f3a6 Author: jackie_han <[email protected]> Date: Sat Sep 15 18:13:20 2018 +0800 translate this page completely commit 4eb0932b8ff0e8591b1703fce2afeba2db90903c Author: jackie_han <[email protected]> Date: Sat Sep 15 17:48:14 2018 +0800 change the position of some texe . commit fbe966ffa2864d8b570b753cd026e8cddcf11f65 Author: jackie_han <[email protected]> Date: Sat Sep 15 17:21:09 2018 +0800 Update How-to-run-things-locally.html commit 5fd04c7880d273e067d0df6e8b8494ec127bce05 Author: jackie_han <[email protected]> Date: Sat Sep 15 17:16:45 2018 +0800 translate this page completely commit 783679d387fed979788baae4a80ab9d6fece8d7b Author: Mugen87 <[email protected]> Date: Sat Sep 15 10:31:57 2018 +0200 PointerLockControls: Use EventDispatcher commit c40fcf45c8708b4292132903c445ad94a56434f5 Author: jackie_han <[email protected]> Date: Sat Sep 15 15:09:15 2018 +0800 Update WebGL-compatibility-check.html commit 0ca37f1a374ad54e182f252a234e7d8df1abc694 Author: jackie_han <[email protected]> Date: Sat Sep 15 15:06:17 2018 +0800 Update WebGL-compatibility-check.html commit 9ca7264b3e9bda2d2e04533864bbd5cd6477433f Author: jackie_han <[email protected]> Date: Sat Sep 15 14:54:23 2018 +0800 change the gamera and continue translation commit 3b69d4692188caeb13d0d712e49901487f557375 Author: jackie_han <[email protected]> Date: Sat Sep 15 14:36:27 2018 +0800 start translation commit ee5e30c41fb05a1ff9233e9745222fcdd6da1081 Author: jackie_han <[email protected]> Date: Sat Sep 15 14:14:08 2018 +0800 Update Import-via-modules.html commit 099ba3b82700149e571a1f8824e9f379f26fc382 Author: jackie_han <[email protected]> Date: Sat Sep 15 13:37:20 2018 +0800 fixed link commit 9a70803021c6d598aa7e8e7ba1fc78b6bb6ef5d6 Author: jackie_han <[email protected]> Date: Sat Sep 15 13:34:55 2018 +0800 translated the page and fixed the links commit b42d0e31a4fc456c70478c23431526379240327f Author: jackie_han <[email protected]> Date: Sat Sep 15 13:30:43 2018 +0800 Update Import-via-modules.html commit a8d7d3ac843ee1ff41666ec18ae28616844b82f5 Author: jackie_han <[email protected]> Date: Sat Sep 15 13:27:16 2018 +0800 Update Import-via-modules.html commit a580345dcf3b85d55556e073e852e9de30a53e5b Author: jackie_han <[email protected]> Date: Sat Sep 15 12:14:40 2018 +0800 Update Creating-a-scene.html commit 3f36822a8c84eb3cbdacdf82e161d2ee7e1ebd86 Author: jackie_han <[email protected]> Date: Sat Sep 15 11:41:00 2018 +0800 Update Creating-a-scene.html commit 229a0326069e6456c31bfe190886d6b888ce9868 Author: hucijiao <[email protected]> Date: Sat Sep 15 11:33:06 2018 +0800 doc(AnimationObjectGroup, AnimationUtils, KeyframeTrack): 中文文档 commit c13a79e191b0aee071e4ed8df90567bc8e33fe2b Author: hucijiao <[email protected]> Date: Thu Sep 6 21:15:54 2018 +0800 feat(AnimationMIxer): commit 9cd725e35a2e3dddac3a5eea566271d4a12713f0 Author: jackie_han <[email protected]> Date: Sat Sep 15 10:34:50 2018 +0800 Update Creating-a-scene.html commit d1206ad24197418bc6af533a8991edea2552899c Author: jackie_han <[email protected]> Date: Sat Sep 15 10:14:56 2018 +0800 Update Camera.html commit f74a5c4cdbf84ecd85c5d32ee248e84409f9bc77 Author: jackie_han <[email protected]> Date: Sat Sep 15 10:13:52 2018 +0800 Update Camera.html commit 8fdd37e2cb0dee436095324be75588d3249828d3 Author: jackie_han <[email protected]> Date: Sat Sep 15 09:56:21 2018 +0800 Update Camera.html commit 54071fa06c24461ce11db94ad2e67f5885c09117 Merge: 93f57ab07 befca48fd Author: Mr.doob <[email protected]> Date: Fri Sep 14 16:33:56 2018 -0700 Merge pull request #14870 from aardgoose/layers-example Added layers example commit 1e771c65103c4c386a3ad3f385ea9bb33ed41185 Author: Dukuo <[email protected]> Date: Fri Sep 14 16:07:48 2018 -0300 Added navigator existance check in WebGLRenderer commit 93f57ab0736586ab25993fe3874e6f3b3c1059bc Merge: a209893b3 bdcef27ff Author: Mr.doob <[email protected]> Date: Fri Sep 14 10:43:24 2018 -0700 Merge pull request #14913 from gogoend/dev the Chinese translation for the document. commit a209893b3ebeb64ac5af00b69afb4dd168263f07 Author: Mr.doob <[email protected]> Date: Fri Sep 14 10:15:49 2018 -0700 Updated builds. commit 30d0ac123f5cbcfb4c7dd8c4343cd0542de85005 Author: Mr.doob <[email protected]> Date: Fri Sep 14 10:13:04 2018 -0700 Editor: Removed usage of let. Fixes Safari/iOS9 support. commit 338bb1b3a51bc143d88296bf5d6b1789c6891cbf Merge: 6df0d1c4e 1a1772c0e Author: Mr.doob <[email protected]> Date: Fri Sep 14 09:40:38 2018 -0700 Merge pull request #14909 from Itee/fix_isQuaternion Fix wrong place of isQuaternion property commit bdcef27ff473d043c4aebb43cc9c219cbe4eb7ef Author: gogoend <[email protected]> Date: Sat Sep 15 00:33:43 2018 +0800 translate this file commit 2ded7342ac32bc9526e2c5f9307629299a152d02 Author: gogoend <[email protected]> Date: Fri Sep 14 23:40:57 2018 +0800 initial translation of this page commit e2327020f31c8052da564ed065ac809220b3ccd2 Author: duanjobs <[email protected]> Date: Fri Sep 14 23:00:45 2018 +0800 review commit 7749ce7f08571c13c86ad596da67ded3f6793f1f Author: duanjobs <[email protected]> Date: Thu Sep 13 22:43:41 2018 +0800 ShaderMaterial commit 9c820ab9830cba40d3e2ba74de5f50a4b98040a4 Author: duanjobs <[email protected]> Date: Thu Sep 13 19:58:40 2018 +0800 SpriteMaterial commit d3dea7532b11ba6ea38ceda0d52c45a92c873119 Author: duanjobs <[email protected]> Date: Thu Sep 13 19:13:58 2018 +0800 ShadowMaterial commit 90a4e5fe0dfe07218625fa5d36b43747524179bb Author: duanjobs <[email protected]> Date: Thu Sep 13 19:07:58 2018 +0800 RawShaderMaterial commit 98ecf60a183d0081da62c39c67320df851cf106c Author: duanjobs <[email protected]> Date: Thu Sep 13 19:00:49 2018 +0800 PointsMaterial commit 9188c2521abda024ae18549ec4e6b101f4d32848 Author: duanjobs <[email protected]> Date: Thu Sep 13 18:50:33 2018 +0800 MeshToonMaterial commit a70a82c80aa44ab3aafc261d847928ede1ead364 Author: duanjobs <[email protected]> Date: Thu Sep 13 18:29:09 2018 +0800 MeshStandardMaterial commit f6ec8fe619f8f27f7616dc976b6d562625767c78 Author: duanjobs <[email protected]> Date: Thu Sep 13 11:41:59 2018 +0800 MeshPhysicalMaterial commit 42482c289c52a1353dd6a000ce9bf873cf4049e1 Author: duanjobs <[email protected]> Date: Wed Sep 12 21:03:00 2018 +0800 MeshPhongMaterial commit b8fdcffc47c33e4893a214f725db008de27ff68a Author: duanjobs <[email protected]> Date: Wed Sep 12 20:07:05 2018 +0800 MeshNormalMaterial commit 8c0b69888d57825ce6c372cc9306295cf1af8103 Author: duanjobs <[email protected]> Date: Wed Sep 12 19:50:30 2018 +0800 MeshLambertMaterial commit 8b376e2367252ead9a7273a1df921735b371b18c Author: duanjobs <[email protected]> Date: Tue Sep 11 18:50:43 2018 +0800 meshDepthMaterial commit 75f030c712f8f13ccd065f1a2b02fca02796c9b6 Author: duanjobs <[email protected]> Date: Tue Sep 11 00:37:49 2018 +0800 meshBasicMaterial commit e3285a2898feff9ca4a5f7e43cfcf272ce3f06ba Author: duanjobs <[email protected]> Date: Mon Sep 10 23:36:51 2018 +0800 material fix commit 351807ff0b69dbe13355c87e7300c38ada138ec0 Author: duanjobs <[email protected]> Date: Mon Sep 10 23:34:01 2018 +0800 material commit 65a60bfdce1245ecb5e3a029fb374cfb14d15899 Author: duanjobs <[email protected]> Date: Thu Sep 6 20:09:44 2018 +0800 LineDashedMaterial commit 2264085a56f7f6f201d648f94391bc0b245d77cc Author: duanjobs <[email protected]> Date: Thu Sep 6 19:47:50 2018 +0800 LineBasicMaterial commit 7cbf6e9c69c6be83c2c46f8bc192456691bc6023 Author: Almar Klein <[email protected]> Date: Fri Sep 14 13:30:37 2018 +0200 correct previous change. commit 427730069121398ff546931c337fe28af3f89c52 Author: Almar Klein <[email protected]> Date: Fri Sep 14 09:49:45 2018 +0200 center control rotation around center of volume commit 1171905df89882340a0fab45ff9c434bbfd03289 Author: wangyang65 <[email protected]> Date: Fri Sep 14 14:19:29 2018 +0800 translate zh:intro/How to update things,Matrix transformations,Animation system commit 1a1772c0e8e2b3ca6bd4f98f4e20fc5adc347d00 Author: Tristan VALCKE <[email protected]> Date: Fri Sep 14 00:53:42 2018 +0200 Fix wrong place of isQuaternion property commit 6df0d1c4e93011b283847548e280b67d6d8310b1 Merge: 433434e39 0e66f9962 Author: Mr.doob <[email protected]> Date: Thu Sep 13 14:49:32 2018 -0700 Merge pull request #14897 from mrdoob/docs-gltfloader-textures GLTFLoader: Document best practices for textures. commit 433434e39a813fddc80270c62fd5981ab7e287d9 Merge: 720b2cc19 710a53068 Author: Mr.doob <[email protected]> Date: Thu Sep 13 12:27:31 2018 -0700 Merge pull request #14855 from panxinmiao/dev Fixed some bugs in MMD classes commit 720b2cc19bd6ee44397091e772034d62b3ba3053 Merge: b167d891c f79e59e86 Author: Mr.doob <[email protected]> Date: Thu Sep 13 12:20:09 2018 -0700 Merge pull request #14907 from nicholas-yangding/translation-zh Translation zh commit b167d891ceca4650f67f86033193335bb7e46252 Merge: 3e5b0f272 a6ec9ad67 Author: Mr.doob <[email protected]> Date: Thu Sep 13 11:27:02 2018 -0700 Merge pull request #14908 from Venlious/patch-1 Correct 'thickness' comment commit a6ec9ad6703c6a38f13ac7eb24f4847c6fcc85e5 Author: Venlious <[email protected]> Date: Thu Sep 13 12:47:53 2018 +0200 Correct 'thickness' comment The comment at the top would suggest people use 'defaultThickNess' or 'thickNess', whereas the code will only work if the user uses 'defaultThickness' or 'thickness'. commit 69357e63113992d622636fa6792736a994be45b6 Author: Mugen87 <[email protected]> Date: Wed Sep 12 15:30:42 2018 +0200 Docs: Added basic WebVR page commit 710a530680d744f8282d42253d8ac9e7cab1bcb7 Author: Pan Xinmiao <[email protected]> Date: Wed Sep 12 11:21:04 2018 +0800 Add a comment commit 0e66f99629e9845ca14f8c52a6018265dd8b2917 Author: Don McCurdy <[email protected]> Date: Tue Sep 11 16:58:28 2018 -0700 GLTFLoader: Formatting is hard. commit 94216892abe52468fc0db796276cedd2b128fbb8 Author: Don McCurdy <[email protected]> Date: Tue Sep 11 16:50:30 2018 -0700 GLTFLoader: Fix indentation. commit 2e9ea242715ae1c0c78c5ecf1bcff412910b7150 Author: Don McCurdy <[email protected]> Date: Tue Sep 11 16:48:45 2018 -0700 GLTFLoader: Improve texture docs. commit be1b64e61879a8a0832f86fb9412ce99cc95d445 Author: Don McCurdy <[email protected]> Date: Tue Sep 11 16:32:02 2018 -0700 GLTFLoader: Document texture best practices. commit 3e5b0f2727792cd200b177c42a5750322065bf31 Merge: 8086ed90e db97fa1fa Author: Mr.doob <[email protected]> Date: Tue Sep 11 16:19:01 2018 -0600 Merge pull request #14896 from WestLangley/dev-background_uniforms WebGLBackground: clone uniforms commit db97fa1fab729d71586c7a9fdde1e182c162581d Author: WestLangley <[email protected]> Date: Tue Sep 11 17:21:33 2018 -0400 Clone uniforms commit befca48fd80138359042278117404a5eeac0fa65 Author: aardgoose <[email protected]> Date: Tue Sep 11 16:14:21 2018 +0100 removed junk commit f6c8e2fc3360ff7ec93a4bb4c359f9dc8af2b807 Author: Mugen87 <[email protected]> Date: Tue Sep 11 10:45:07 2018 +0200 PointerLockControls: Changed term exit -> unlock commit 8086ed90eb15c7d07deeed82c3be8d4ed01fee7b Merge: e05fe5ccd 8fce3031c Author: Mr.doob <[email protected]> Date: Mon Sep 10 19:56:31 2018 -0600 Merge pull request #14895 from WestLangley/dev-matcap Matcap Example: added color option to gui commit 8fce3031cfca80183dd2a256598d42c6765aebf0 Author: WestLangley <[email protected]> Date: Mon Sep 10 21:22:00 2018 -0400 Add color option to gui commit f2187c0faf0cee40e9776a69226f1d3dc76c3e36 Author: WestLangley <[email protected]> Date: Mon Sep 10 21:20:11 2018 -0400 Add readme, credits commit e05fe5ccd11bddbbd39ea018f4f1937f4718bdeb Merge: 7effb1215 1c9b1109b Author: Mr.doob <[email protected]> Date: Mon Sep 10 17:47:31 2018 -0600 Merge pull request #14884 from aardgoose/examples Fix some broken example links commit 7effb121524fb33bd712e13f28b8557ce709b6ea Merge: cfacd5c9e 91d7f619f Author: Mr.doob <[email protected]> Date: Mon Sep 10 17:44:08 2018 -0600 Merge pull request #14889 from aardgoose/doc-fix BufferAttribute document .copy() method commit cfacd5c9eb7168f661967571f489f6cd2437b60e Author: Mr.doob <[email protected]> Date: Mon Sep 10 17:33:13 2018 -0600 Renamed canvas interactive sprites example and clean up. commit e848b24a3c849969fa29f4338712503f997f870b Merge: 12a30e235 3d10eb779 Author: Mr.doob <[email protected]> Date: Mon Sep 10 17:06:08 2018 -0600 Merge pull request #14892 from 06wj/patch0 Fix CanvasRenderer sprite.raycast bug commit 3d10eb7792e7c77565f1d388b99810870d13cce2 Author: 06wj <[email protected]> Date: Tue Sep 11 07:04:09 2018 +0800 update spriteCanvasMaterial doc commit 3970e422c5ea6db2353112bfa40d24ad9413f83d Author: aardgoose <[email protected]> Date: Mon Sep 10 20:00:04 2018 +0100 remove commented out code commit acac3f260b3c86de32078eecb00917d712bf83e3 Author: aardgoose <[email protected]> Date: Mon Sep 10 19:59:13 2018 +0100 improved lighting commit 47b79273461de55f5ec1dd81b7d0b7358974753e Merge: 10b967a08 12a30e235 Author: aardgoose <[email protected]> Date: Mon Sep 10 19:53:20 2018 +0100 Merge branch 'dev' into layers-example commit 12a30e2356fd1fe0a133a78ac6693debc9f6f9de Merge: 9b3d5644e 7dcba1d35 Author: Mr.doob <[email protected]> Date: Mon Sep 10 09:59:35 2018 -0700 Merge pull request #14890 from aardgoose/remove-rollup-watch remove rollup-watch commit ace8e6b56d7e621619564ab23da423378f9944fb Author: Pan Xinmiao <[email protected]> Date: Mon Sep 10 19:54:53 2018 +0800 Adjust code style commit e64752d7d9e637351a1ee933072c6d82c60f4dab Author: 06wj <[email protected]> Date: Mon Sep 10 19:44:29 2018 +0800 fix canvasRenderer sprite.raycast bug commit b55bae1ba9a910240c68f6ae351dcc8133a9a613 Author: Pan Xinmiao <[email protected]> Date: Mon Sep 10 18:54:14 2018 +0800 Fixed params.gravity commit 5c4fac8d688251cb8d637b83445018868d5ffb44 Author: Mugen87 <[email protected]> Date: Mon Sep 10 12:45:16 2018 +0200 PointerLockControls: Refactoring commit 7dcba1d35afeca4f0c3563c243deaa016a5163c0 Merge: 5811da54b 9b3d5644e Author: aardgoose <[email protected]> Date: Mon Sep 10 11:22:24 2018 +0100 fix merge conflict commit 5811da54bacee7d6bc7c819e27bff65c86bc6cff Author: aardgoose <[email protected]> Date: Mon Sep 10 10:59:16 2018 +0100 remove rollup-watch commit 91d7f619f3ff0ca32bad4e79ff3e3a8b2d25f3c6 Author: aardgoose <[email protected]> Date: Mon Sep 10 10:22:30 2018 +0100 add missing method doc commit bdbcdd688f04acf7a3dbfb58c64661b4085e9a33 Author: Pan Xinmiao <[email protected]> Date: Mon Sep 10 11:42:28 2018 +0800 The audio should not be replayed automatically. When the duration between audio and mesh animation is synchronized, the audio should not be replayed automatically,, but should wait for a uniform cycle of the animation. commit 9b3d5644eab24087750a30a270595cf941615840 Merge: 30e06b7ed 09e837bb7 Author: Mr.doob <[email protected]> Date: Sun Sep 9 16:31:43 2018 -0700 Merge pull request #14885 from looeee/fbxloader_morph_name_fix FBXLoader: return all morph targets and fix undefined name commit 30e06b7ed0963bfd3315008486e0b62e9b747b5b Merge: e4de65e9c 5ca359bca Author: Mr.doob <[email protected]> Date: Sat Sep 8 22:08:37 2018 -0700 Merge pull request #14886 from WestLangley/dev-collada_skinning_example Collada Skinning Example: improved lighting; clean up commit 5ca359bca05e8e3b8625c3afb4d06071512ad07b Author: WestLangley <[email protected]> Date: Sat Sep 8 22:59:15 2018 -0400 Improved lighting; clean up commit e4de65e9c184d19122c0499111476af7d2a841f0 Author: WestLangley <[email protected]> Date: Sat Sep 8 22:50:50 2018 -0400 Fix typo commit 09e837bb7067f8f47649343f679a51e9626437ca Author: Lewy Blue <[email protected]> Date: Sat Sep 8 18:09:03 2018 +0100 tidy commit 015573fc37d2e306873a26b6f442bc62591711af Author: Lewy Blue <[email protected]> Date: Sat Sep 8 18:05:30 2018 +0100 return all morph targets commit 56827c86f26af713c9867481d47e1b12a2696e17 Author: Lewy Blue <[email protected]> Date: Sat Sep 8 18:04:46 2018 +0100 fix name in morph target undefined commit 1c9b1109bf9c8a7ba6c0e591f7ce03b809f8c491 Author: aardgoose <[email protected]> Date: Sat Sep 8 15:07:05 2018 +0100 fix more example links commit 7f4bb6611dc4964810c329dc31540af32e63153a Author: aardgoose <[email protected]> Date: Sat Sep 8 14:29:48 2018 +0100 fix link to open in new window (blocked by CRS in iframe) commit 3a0154650997e516688c12f0a30ea74cdd4cf6e1 Author: Mr.doob <[email protected]> Date: Fri Sep 7 15:42:45 2018 -0700 Updated builds. commit 598155b46834b46c31e33ca953b9e7f967bcf01d Author: Mr.doob <[email protected]> Date: Fri Sep 7 15:42:21 2018 -0700 Clean up. commit b349852b76b8051ab2b52517db91f1a5f6a5525e Merge: d1ba0bcc8 e0500b676 Author: Mr.doob <[email protected]> Date: Fri Sep 7 15:41:20 2018 -0700 Merge branch 'patch-1' of https://github.com/cjbailey/three.js into dev commit e0500b67686ad390b4203d29517f3458b14f9534 Author: CJ Bailey <[email protected]> Date: Fri Sep 7 23:30:00 2018 +0100 Quaternion is missing the "isQuaternion" property Euler has "isEuler", Vector3 has "isVector3"... etc. etc. Quaternion does not. commit d1ba0bcc88a3f81e191eb3b6d5ed9f1c1ea7fb57 Merge: 54aef22bb efe3e9d29 Author: Mr.doob <[email protected]> Date: Fri Sep 7 02:36:33 2018 -0700 Merge pull request #14874 from Itee/OBJLoader2.minimification.fix ObjLoader2: Minimification fix commit 54aef22bbe34bd2a0ff37bf03a1d36379cc3ced1 Author: Mr.doob <[email protected]> Date: Thu Sep 6 20:59:49 2018 -0700 Improved webvr_ballshooter example performance. commit 19a0947ee83b4490648de3260cf58a9ceb6bd7dd Author: Mr.doob <[email protected]> Date: Thu Sep 6 18:52:15 2018 -0700 Improved camera in webgl_materials_cars example. commit e038c8577dc1ce7c722e74e4904f65797737d2a6 Author: Mr.doob <[email protected]> Date: Thu Sep 6 18:47:06 2018 -0700 Improved controls in webgl_materials_cars example. commit ea1a59f283e6568c4230dafea2429d549adeee6b Author: Mr.doob <[email protected]> Date: Thu Sep 6 14:52:37 2018 -0700 Fixed BoxLineGeometry. commit ca7784a063682a004cf637e6af6d7e4a0fe9adc8 Merge: 051985479 83787b699 Author: Mr.doob <[email protected]> Date: Thu Sep 6 14:39:17 2018 -0700 Merge pull request #14879 from mrdoob/boxlinegeometry Added BoxLineGeometry commit 83787b69943f1988bd6bf5230c8e502b7b721563 Author: Mr.doob <[email protected]> Date: Thu Sep 6 14:37:09 2018 -0700 Use BoxLineGeometry in webvr examples. commit 279a4e1a62f134348056f3432846ff21f8de99fd Author: Mr.doob <[email protected]> Date: Thu Sep 6 14:36:47 2018 -0700 Added BoxLineGeometry. commit 051985479c9cb3265cf60165a25d6c0fc58b949c Merge: 6f4ce37e0 8732114f7 Author: Mr.doob <[email protected]> Date: Thu Sep 6 13:26:23 2018 -0700 Merge pull request #14869 from Glinkis/patch-3 Bugfix in VRMLLoader commit 6f4ce37e09f99548eb557be99841c48aa49686f0 Merge: ef163f78d 02eaa5db5 Author: Mr.doob <[email protected]> Date: Thu Sep 6 13:20:19 2018 -0700 Merge pull request #14877 from takahirox/EnvMapSerialization Add missing combine and envMapIntensity serialization commit ef163f78d40c180bd52544c8eb57918aaa077df3 Merge: fade63aaa 0796b4e92 Author: Mr.doob <[email protected]> Date: Thu Sep 6 12:09:01 2018 -0700 Merge pull request #14821 from Mugen87/dev2 WebVR: Update origin trial tokens commit 02eaa5db5a77020ef77cf8698ed54a1ea2d22e4c Author: Takahiro <[email protected]> Date: Fri Sep 7 04:07:08 2018 +0900 Add missing combine and envMapIntensity serialization commit fade63aaaf5c9e7af2b023d8fd3f0556fbfe9be5 Merge: cc06e7cbc 7ffd4d95c Author: Mr.doob <[email protected]> Date: Thu Sep 6 12:07:04 2018 -0700 Merge pull request #14871 from Mugen87/dev9 Dev: Remove Uglify commit efe3e9d297ca084504a20a56100cec644200bb42 Author: Tristan VALCKE <[email protected]> Date: Thu Sep 6 18:31:00 2018 +0200 OBJLoader2: Apply style commit c348557a1c90fc3942c37e8898ecc37a2e731828 Author: Tristan VALCKE <[email protected]> Date: Thu Sep 6 18:28:19 2018 +0200 OBJLoader2: Fix hard coded class name in Worker code that break minification. commit 10b967a08aafeedd1e43b3fd9603a83aab5cc9e8 Author: aardgoose <[email protected]> Date: Thu Sep 6 13:39:42 2018 +0100 address changes requested commit f79e59e8638615e988948bea49f1580de0d77abd Author: hucijiao <[email protected]> Date: Thu Sep 6 20:39:21 2018 +0800 feat(AnimationClip): 修复两处笔误 commit 17802762f06be76c89d360bbe14da8e1599c60de Author: hucijiao <[email protected]> Date: Thu Sep 6 20:30:57 2018 +0800 feat(AnimationClip): 中文 commit 2aeff5eb0aa99fae7bd4b58197e0fd57812f52ee Author: hucijiao <[email protected]> Date: Wed Sep 5 22:54:20 2018 +0800 feat(AnimationAction): 中文 commit 7ffd4d95c00132bf662a073f712c631380d3b34f Author: Mugen87 <[email protected]> Date: Thu Sep 6 13:25:44 2018 +0200 Dev: Remove Uglify commit ee95e9180ddaad69c19979f4a52e4c3d95831ce9 Author: aardgoose <[email protected]> Date: Thu Sep 6 11:40:25 2018 +0100 add example to docs commit f3689f2321c42eeddb67ab1ee85fa2ab5050ad8a Author: aardgoose <[email protected]> Date: Thu Sep 6 11:37:52 2018 +0100 add example to menu commit db4012bc3888a414805939d718dceb01c5582589 Merge: b469a5a0d cc06e7cbc Author: aardgoose <[email protected]> Date: Thu Sep 6 11:31:11 2018 +0100 Merge branch 'dev' into layers-example commit b469a5a0d98c83392de073247b7a061818889afd Author: aardgoose <[email protected]> Date: Thu Sep 6 11:29:42 2018 +0100 add layers example commit 8732114f7c3b8dc4367028bae6a93e6ad41721ae Author: Victor Glindås <[email protected]> Date: Thu Sep 6 11:12:23 2018 +0200 Bugfix in VRMLLoader `triangulateIndexArray` looped over the faces of `coordIndex`, instead of the faces of the input index array. It's also now a pure function, and can thus be moved to a lower scope if desired. commit 25b9b81c995da187e666d96cf3dd2963acdfdaa4 Author: Almar Klein <[email protected]> Date: Thu Sep 6 10:21:29 2018 +0200 update use of Texture3D constructor commit cc06e7cbc2237b07f8a0cb59511037841c3877a2 Merge: db4425a5c 878586196 Author: Mr.doob <[email protected]> Date: Wed Sep 5 23:18:51 2018 -0700 Merge pull request #14866 from WestLangley/dev-matcap_example Matcap example: replaced model commit 8785861965d43ca2bab009ddf33cca23a060e9c4 Author: WestLangley <[email protected]> Date: Thu Sep 6 01:18:09 2018 -0400 Replaced model commit db4425a5c76c3d9b96ff829b74fd52c1676e9bad Merge: 863430400 3e91cc25e Author: Mr.doob <[email protected]> Date: Wed Sep 5 22:00:27 2018 -0700 Merge pull request #14865 from nicholas-yangding/translation-zh Chinese-translation commit 863430400e87ae1529b9cc366f7e6cd1a0e3c0e4 Merge: 70cc5f703 68605c600 Author: Mr.doob <[email protected]> Date: Wed Sep 5 20:16:47 2018 -0700 Merge pull request #14832 from atul-mourya/patch-3 EquirectangularToCubeGenerator parameter expecting an object commit 70cc5f703bcfd733fc0a5537d3af0d46536323c1 Merge: 9ff1e2534 3c37371c8 Author: Mr.doob <[email protected]> Date: Wed Sep 5 20:15:16 2018 -0700 Merge pull request #14862 from Glinkis/patch-3 Update VRMLLoader to use or create an indexed geometry. commit 9ff1e25342f9a5f2caa2d04d000a9ca8d8177e38 Merge: 7ed94b992 8f7051eef Author: Mr.doob <[email protected]> Date: Wed Sep 5 20:14:29 2018 -0700 Merge pull request #14806 from donmccurdy/examples-leeperrysmith-glb Examples: Convert LeePerrySmith.json to glTF. commit 7ed94b992850a1a5c74cee5a98f98c228a328237 Merge: 951f5ecfa f831b03f2 Author: Mr.doob <[email protected]> Date: Wed Sep 5 15:04:43 2018 -0700 Merge pull request #14863 from WestLangley/dev-ocean2_cleanup Ocean2 example: clean up commit f831b03f2918d034da7470ea8ae0d6778c407ea7 Author: WestLangley <[email protected]> Date: Wed Sep 5 17:28:51 2018 -0400 Clean up commit 3c37371c87ee6cff68ef65d04f5316dce3448f18 Author: Victor Glindås <[email protected]> Date: Wed Sep 5 22:33:31 2018 +0200 Update VRMLLoader to use or create an indexed geometry. With this, VRMLLoader imports any existing indexes, balances all attributes after the main index array, and converts the geometry to a non-indexed triangle soup with hard edges if no normals are defined in the file. commit 951f5ecfaf30b22b526af9fed41cfc66a1cb1458 Merge: 708b21895 56c708b03 Author: Mr.doob <[email protected]> Date: Wed Sep 5 12:52:47 2018 -0700 Merge pull request #14833 from atul-mourya/patch-4 Missing combine and envMapIntensity property commit 708b21895586b531d90ba0b4ea9fb5385ad8e71c Merge: 5beab4d79 c43979db4 Author: Mr.doob <[email protected]> Date: Wed Sep 5 12:49:41 2018 -0700 Merge pull request #14861 from takahirox/Texture3DConstructorCleanup Clean up Texture3D constructor commit c43979db4c74e757b8b53ea331cec7b640524a0b Author: Takahiro <[email protected]> Date: Thu Sep 6 04:41:11 2018 +0900 Clean up Texture3D constructor commit 5beab4d798f98da724a97aa6caea99dff3adc121 Author: Mr.doob <[email protected]> Date: Wed Sep 5 12:02:01 2018 -0700 Updated builds. commit a059c921b6a5e29645bd4403ad19bc332944b5f6 Author: Mr.doob <[email protected]> Date: Wed Sep 5 12:01:51 2018 -0700 Clean up. commit 98b4477fd601180713ce2c589e9e74492a4cbcc1 Merge: a2ec7560c dc2a357c9 Author: Mr.doob <[email protected]> Date: Wed Sep 5 11:58:16 2018 -0700 Merge pull request #14856 from aardgoose/background-texture ShaderMaterial background texture commit a2ec7560c1b8c85e719ff1c3e725a7f12d4c595f Merge: 8b6a60ed4 96c1f744e Author: Mr.doob <[email protected]> Date: Wed Sep 5 11:45:37 2018 -0700 Merge pull request #14853 from Glinkis/patch-2 Update VRMLLoader to import vertex colors. commit 3e91cc25eb0d8e8070681a87b0a0e48c5454fda2 Author: ZhangPeng <[email protected]> Date: Wed Sep 5 22:36:49 2018 +0800 translate the rest of audio api page. commit fb0eb7799f247193b286c5ea42020aba0eb6d08c Author: Almar Klein <[email protected]> Date: Wed Sep 5 13:36:40 2018 +0200 add readme for nrrd model source/license commit 5ad04fe2a01645a62bae5ad4c5cbbded4fd73d96 Author: Almar Klein <[email protected]> Date: Wed Sep 5 12:56:16 2018 +0200 fix nrrd file commit 15c524134de57ae7798d413a3434d69c213840e0 Author: Pan Xinmiao <[email protected]> Date: Wed Sep 5 17:20:02 2018 +0800 Fixed a bug commit 96c1f744eef6498e3c9dd15cc41a2235a070da40 Author: Victor Glindås <[email protected]> Date: Wed Sep 5 10:17:04 2018 +0200 Update VRMLLoader to import vertex colors. #14814 Updates the VRML loader so that it imports vertex colors properly. Also implements parsing of `colorIndex`, `normalIndex` & `creaseAngle`, which still needs to be properly implemented. commit 1e00d561a6ad0daf80e1f3190ab2db801234a272 Author: Almar Klein <[email protected]> Date: Wed Sep 5 10:02:23 2018 +0200 volume render example use orthograpic controls and clarify 3D data license commit 8b6a60ed44d017a364aa66d101789c2231c88954 Author: Mr.doob <[email protected]> Date: Tue Sep 4 23:26:38 2018 -0700 Clean up. commit ddbee453e5a2d515773c9ce631049baf16cf9463 Merge: a911680a3 4aa48705e Author: Mr.doob <[email protected]> Date: Tue Sep 4 22:59:31 2018 -0700 Merge pull request #14852 from mrdoob/editor Editor: Added support for DRACO compressed GLTF. commit 4aa48705ec6e8cc78b1948ae0cabcb5af480c155 Author: Mr.doob <[email protected]> Date: Tue Sep 4 22:58:55 2018 -0700 Editor: Added support for DRACO compressed GLTF. commit a911680a36f948630787217cdf6e828a04320765 Merge: 765377b93 6eec56049 Author: Mr.doob <[email protected]> Date: Tue Sep 4 22:55:52 2018 -0700 Merge pull request #14851 from mrdoob/car_example Improved webgl_materials_car example commit 6eec560494b0492cb72b6120ea2405bf4e4fe9c7 Author: Mr.doob <[email protected]> Date: Tue Sep 4 22:52:26 2018 -0700 Improved webgl_materials_car example. commit 765377b93779b1858ca90fad41112b27ad64b72c Author: Mr.doob <[email protected]> Date: Tue Sep 4 19:28:01 2018 -0700 Updated builds. commit e1b15f6447cb1d587972c6cc0aaca85fbb9010ba Author: WestLangley <[email protected]> Date: Tue Sep 4 14:24:19 2018 -0400 Removed clearTarget() method commit 7471a775079f1b6f6c6a2a3990c151548b1d6b46 Merge: fb3fb58c0 ff1950738 Author: Mr.doob <[email protected]> Date: Tue Sep 4 10:19:52 2018 -0700 Merge pull request #14845 from looeee/deprecate_binaryloader Removed BinaryLoader commit fb3fb58c04ddd77c28fd7ed4a12ce8ee1dfad670 Merge: 35d1b5b28 64146263d Author: Mr.doob <[email protected]> Date: Tue Sep 4 10:18:24 2018 -0700 Merge pull request #14843 from looeee/examples_car_controls Examples: update webgl_materials_cars commit 35d1b5b28f1bfc2abb4d9b0be3fcafdaff1429aa Merge: 6aeb09f53 0ee70eaac Author: Mr.doob <[email protected]> Date: Tue Sep 4 10:04:33 2018 -0700 Merge pull request #14844 from Glinkis/patch-1 Update VRMLLoader to support normals. commit 6aeb09f531e83ddfd4d73fb1d0aae4ef9a62befd Merge: 0ec242d95 016bb8c37 Author: Mr.doob <[email protected]> Date: Tue Sep 4 09:59:15 2018 -0700 Merge pull request #14842 from WestLangley/dev-deprecate_clearTarget Deprecate WebGLRenderer.clearTarget() commit 0ec242d956ccde3818861dbae49d5f7b77c24a69 Merge: 2bdaaaa2d a17a1228d Author: Mr.doob <[email protected]> Date: Tue Sep 4 09:43:29 2018 -0700 Merge pull request #14846 from fordhurley/fix-docs-path Strip localization code from docs `[path]` template variable commit 7b0c2f2f54f10febf81ada1d4b1774276665cc61 Author: ZhangPeng <[email protected]> Date: Wed Sep 5 00:33:05 2018 +0800 translate audio api page. commit 821ca40a8c0096ed68d9eb991855ccc0551b93cf Author: Almar Klein <[email protected]> Date: Tue Sep 4 16:32:27 2018 +0200 address reviewer comments commit 52f79e6baa84ef7fe7c75647da7e6b523b8f3891 Author: Almar Klein <[email protected]> Date: Tue Sep 4 16:17:35 2018 +0200 volume render config via gui commit aea5f5ae38d72852f3e52645683338da0421d46b Author: Almar Klein <[email protected]> Date: Tue Sep 4 15:41:36 2018 +0200 fix volume render example aspect commit e154a45be76a8eddf04c494ffbeb123169190a04 Author: Almar Klein <[email protected]> Date: Tue Sep 4 15:23:08 2018 +0200 whitespace tweaks commit eaa0c6d491d2646ebf719f25a1d50638e246fb39 Author: Almar Klein <[email protected]> Date: Thu Aug 9 16:18:29 2018 +0200 Add volume rendering example commit 7cc24e3b8b2d8ad3d84f07bd9cb4c593149aeb8f Author: Almar Klein <[email protected]> Date: Thu Aug 9 16:18:10 2018 +0200 Add 3D data and colormaps commit 0ee70eaac07a16c2688a3785fd2e4910153569fe Author: Victor Glindås <[email protected]> Date: Tue Sep 4 16:09:03 2018 +0200 Style fix. commit a17a1228da7a168dbee30182e1328d90891fc8b3 Author: Ford Hurley <[email protected]> Date: Tue Sep 4 09:20:17 2018 -0400 Strip localization code from docs `[path]` template variable commit 39f09176735e00ceba688722c6fc2843a919d5c4 Author: Victor Glindås <[email protected]> Date: Tue Sep 4 15:11:55 2018 +0200 Update VRMLLoader to support normals. #14814 Allows the VRMLLoader to import normals that are defined in the file. Also fixes a bug where …
Updated the
generateTransform
method to match the method described in the FBX docs here.Also moved calculation and application of model's transform to after the scene graph has been built, since a models transform now takes into account its parent's transform as well.
Motivation for this PR is an attempt to fix #14903 and #14864. Currently, there is no change to the bugs displayed by those models after this PR. I suspect that this is because the transform is being applied incorrectly at animation node level. This can be investigated later.
Note: I've matched the variable names and method described in the docs page linked above very closely, even though this involves instantiating a lot of new
Matrix4
's for each node. If this turns out to be a bottleneck, this can probably be refactored quite a bit, however I'd rather leave it like this for now, at least until the bugs in the above issues are resolved.