![]() |
#7
|
|||
|
|||
Never mind. Managed to do it with an even simpler solution. It is not entirely precise, but it works quite well. It isn't even shaking. Here is the code I used:
Code:
def Movement(): Object.setPosition(0,0,0) v0 = 0 t = 0 a = 5 while t < time: s = v0*t + 0.5*a*t**2 Object.setPosition(0,0,s) t = t+0.0168 #Adjustement based on processing speed of computer (lazy amateur workaround) |
Tags |
acceleration, motion, movement, velocity, vizact |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mismatched Translation Between Real Motion and Display | amir | Vizard | 2 | 05-31-2018 07:17 AM |
Motion Builder Without Live Characters? | lafortuj | Precision Position Tracker (PPT) | 2 | 07-30-2015 05:21 PM |
PPT Mocap and Motion Builder Connection Problem | hxphan | Precision Position Tracker (PPT) | 3 | 02-22-2011 11:01 AM |
an object in motion does not stay in motion? | driechers | Vizard | 2 | 11-09-2010 03:51 PM |
Motion Capture & CyberGloves | EnvisMJ | Vizard | 1 | 10-01-2009 04:21 PM |