How to use the LoopPingPong function from three
Find comprehensive JavaScript three.LoopPingPong code examples handpicked from public code repositorys.
GitHub: Neticon/webgl-tests
203 204 205 206 207 208 209 210 211
folder.add(API, 'eff.T.Scale', -2, 2).listen(); folder.add(API, 'time warp'); folder.add(API, 'loop mode', { "LoopOnce": THREE.LoopOnce, "LoopRepeat": THREE.LoopRepeat, "LoopPingPong": THREE.LoopPingPong }); folder.add(API, 'repetitions', 0, Infinity); };
0
0
4
+ 3 other calls in file
three.Vector3 is the most popular function in three (22341 examples)