Subversion Repositories forest

Compare Revisions

Regard whitespace Rev 1 → Rev 2

/trunk/_private/Code Tests/DynVideo/Video.txt
0,0 → 1,15
do
 
rem Video...
remstart
if started = 0
for i = 0 to 500 step 5
Y# = Get ground height(1, X#, Z#) + (600 - i)
Position Camera X# + i*2, Y#, Z# + i*2
sync
next i
started = 1
endif
remend
 
loop