How to use the LoopPingPong function from three

Find comprehensive JavaScript three.LoopPingPong code examples handpicked from public code repositorys.

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);
};
fork icon0
star icon0
watch icon4

+ 3 other calls in file

Other functions in three

Sorted by popularity

function icon

three.Vector3 is the most popular function in three (22341 examples)