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 -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -