mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-06 06:55:31 +01:00
Initial checkin of veejay 1.4
git-svn-id: svn://code.dyne.org/veejay/trunk@1172 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
17
veejay-current/veejay-server/test/examples/displace.pl
Normal file
17
veejay-current/veejay-server/test/examples/displace.pl
Normal file
@@ -0,0 +1,17 @@
|
||||
my $i;
|
||||
|
||||
for(my $j = 0; $j < 40; $j++)
|
||||
{
|
||||
|
||||
for($i = 0; $i < 100; $i ++ )
|
||||
{
|
||||
print("361:0 9 233 $i $i;\n");
|
||||
print("+25\n");
|
||||
}
|
||||
for($i = 100; $i > 1 ; $i -- )
|
||||
{
|
||||
print("361:0 9 233 $i $i;\n");
|
||||
print("+25\n");
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user