![]() |
|
|||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
viz.startlayer(viz.LINE_STRIP)
viz.vertexcolor(1,0,0) mycurves1=viz.endlayer() mycurves1.dynamic() curvex=getposition() curvey1=getforce1() def curves1(): current_vertex=mycurves1.addVertex([curvex,curvey1,0],viz.ABS_GLOBAL) mycurves1.setVertex(current_vertex, [curvex,curvey1,0],viz.ABS_GLOBAL) current_vertex=mycurves1.addVertex([curvex,curvey1,0],viz.ABS_GLOBAL) vizact.onsensordown(sensor,4,mycurves1.clearVertic es) This is the part which result in error. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Realistic Light and Shadows Using Vizard and 3DS Max | jde | Vizard | 4 | 07-13-2012 10:58 AM |
| SSAO Shader Implementation | FranciscoPeters | Vizard | 2 | 10-08-2011 04:19 AM |
| Vizard 4 Beta Testing | farshizzo | Announcements | 0 | 02-01-2011 10:46 AM |
| Vizard 4 Beta Testing | farshizzo | Vizard | 0 | 02-01-2011 10:46 AM |
| Vizard tech tip: Using the Python Imaging Library (PIL) | Jeff | Vizard | 0 | 03-23-2009 11:13 AM |