|
#1
|
|||
|
|||
Return distance covered by the viewpoint
Hi,
I am quite new to Vizard and thus far things have gone quite smoothly, but now I seem to be stuck at something which I couldn't find an answer to! Is there a straight forward way of returning the distance a "player" has covered between two events/objects? Basically tracking how many meters were passed by the viewpoint? Something like: start tracking end tracking return distance covered I was searching quite a lot in the documentation/forum, but I am probably not using the proper keywords or terminology. Thanks! |
#2
|
|||
|
|||
You can get the distance between any two points using the vizmat.Distance command. To calculate the total distance covered you could register a function with vizact.ontimer that calculates distance over small time intervals and add those up.
|
#3
|
|||
|
|||
thanks Jeff! worked the way you suggested!
|
Tags |
distance, viewpoint |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Regarding Viconnect viewpoint | rajnishv | Precision Position Tracker (PPT) | 3 | 03-21-2017 12:03 AM |
purpose of distance parameter in setRenderWorldOverlay | dcnieho | Vizard | 2 | 09-10-2016 06:27 AM |
Regarding viewpoint with vizconfig,addFloatRangeItem&Storing viewpoint in PREFERENCES | rajnishv | Vizard | 0 | 06-27-2016 04:57 AM |
Intermittent orthographic stereo projection problems | AySz88 | Vizard | 10 | 02-17-2012 01:50 PM |