![]() |
#1
|
|||
|
|||
![]()
I'm creating a program that receives the data from the timer and the avatar position. I was wondering is there a way to export that data into an xml file and change the timer format to output MM:SS instead of seconds and milliseconds? and for the avatar can you just get the X position instead of the full x,y,z position?
|
#2
|
|||
|
|||
You could search online to see if there is a Python add-on library that writes data to an XML file. The string formatting page in the Vizard help shows examples of formatting in Python. The following code returns the first value (X position) in the position list:
Code:
x_pos = avatar.getPosition()[0] |
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Vizard .exe file doesn't load (Vizard 3) | Saule | Vizard | 4 | 02-05-2014 06:01 AM |
Interaction of vizard objects with an imported obj file | sunil.nair | Vizard | 2 | 10-09-2013 02:08 PM |
Vizard tech tip: Using the Python Imaging Library (PIL) | Jeff | Vizard | 0 | 03-23-2009 11:13 AM |
Export from 3Ds Max to Vizard | pattie | Vizard | 5 | 08-26-2006 11:20 AM |
female skeleton CSF file needed to export to CAF format | vmonkey | Vizard | 1 | 10-04-2005 10:15 AM |