javascript - three.js - rendering tube geometry in intervals -


in tube geometry(three.js) , dont want whole tube plotted , rendered @ 1 time want happen after interval (or timer). how can render part of tube after interval continue plotting same point further ?

you use either setinterval() or settimeout(); description of how use these, see

http://www.w3schools.com/js/js_timing.asp

note these functions provided javascript, not three.js.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -