adding camera to 3d render. angles not yet working.
This commit is contained in:
parent
14e08db4ca
commit
602d0bb342
12 changed files with 197 additions and 29 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue