adding camera to 3d render. angles not yet working.

This commit is contained in:
Andreas Ortmann 2016-10-04 16:09:15 +02:00
parent 14e08db4ca
commit 602d0bb342
12 changed files with 197 additions and 29 deletions

View file

@ -15,7 +15,9 @@ if len(sys.argv) > 2:
delay = float(sys.argv[2])
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect(("192.168.0.191", 3490))
ip = "10.172.35.191"
#ip "192.168.0.191"
s.connect((ip, 3490))
for i in range(int(sys.argv[1])):
a = random.randint(0, 360)