Masato Makino
Masato Makino
## Related Issues Properties of Easing object can reassignment #610 Add unit test for easing function #608 [comment](https://github.com/tweenjs/tween.js/pull/608#discussion_r624423020) ## Purpose of this Pull Request This PR is to block any...
## Description All properties of the `TWEEN.Easing` object allow reassignment. ## Expected Behavior Easing functions and groups in `TWEEN.Easing` do not allow reassignment. ## Actual Behavior Easing functions and groups...
## Related Issues - Add a test for onRepeat #456 - Implement onBeforeRepeat #290 ## Purpose of this Pull Request This PR is to add tests for the Tween.onRepeat callback....
## Related Issues - Animation on repeat speeds up over time. #378 ## Purpose of this Pull Request This PR fixes the Issue of tween acceleration on multiple .start(). If...
## Related Issues #557 When the browser tab sleeps, the delay of repeated tweens is not keep ## Purpose of this Pull Request This fixes handling of repeats. ## Details...
## Description When the browser tab goes into the background, the delay of repeated tween is not keep. ## Expected Behavior Tabs are restored from the background, the delay of...
## Expected Behavior Using npm version 7, three.js r129 and three-nebula can be installed successfully ## Actual Behavior npm version 7 returns error messages ```console npm i npm ERR! code...
## Expected behavior `preset` object will not be changed in the test. ## Actual behavior Vector3D objects in `preset` object will be changed in the test. ## How to reproduce...
three.jsのincludeを利用せずとも、GLSLの文字列展開自体は可能。 よりわかりやすくするため、テンプレートリテラルとimportを併用して、どのファイルから読み込んだのかとタイプミスの静的チェックをする。