Thread: Cllision error
View Single Post
  #1  
Old 01-05-2010, 06:44 AM
Moh200jo Moh200jo is offline
Member
 
Join Date: Feb 2009
Posts: 99
Cllision error

when I enabled collision by using this line
Code:
viz.collision(viz.ON)

the following error appears,

Code:
 File "<string>", line 1
    viz.VizIntersect([1,0.000000,0.500000,-0.452371,0.000000,1.000000,0.000000,28,1.#QNAN0,''])
                                                                                              ^
SyntaxError: unexpected EOF while parsing


this does not appear if I used this line
Code:
viz.phys.enable()
Reply With Quote