Exporting as object coordinates 

I see that there are a number of options for exporting 3D rendered versions
of framsticks runs, but is there a way to export a movie (or just a still
frame) of only the 3D coordinates of the elements, such as the limbs, in a
scene?

Daniel Saunders

Szymon Ulatowski's picture

Re: Exporting as object coordinates

Daniel Saunders wrote:
> I see that there are a number of options for exporting 3D rendered versions
> of framsticks runs, but is there a way to export a movie (or just a still
> frame) of only the 3D coordinates of the elements, such as the limbs, in a
> scene?

no, but the POV-Ray export is quite close - it contains body part
coordinates and connections without the actual 3D shapes.
a simple text processing is all you need to extract the coordinates.

see:

BeginPart(0)
PartGeometry(<7.70451,15.0958,-0.0113741>,<-0,-0,0>)
EndPart()
BeginPart(1)
PartGeometry(<8.70451,15.0958,-0.0113741>,<-0,-0,0>)
EndPart()
BeginJoint(0,1)
JointGeometry(<7.70451,15.0958,-0.0113741>,<8.70451,15.0958,-0.0113741>,<-0,-0,0>)
EndJoint()

Maciej Komosinski's picture

Re: Exporting as object coordinates

> I see that there are a number of options for exporting 3D rendered versions
> of framsticks runs, but is there a way to export a movie (or just a still
> frame) of only the 3D coordinates of the elements, such as the limbs, in a
> scene?

There are sample scripts available, see for example

http://www.framsticks.com/dev/files/hci_lab.html

macko

Re: Exporting as object coordinates

Thanks very much for both your answers to my questions.

----------------------------------------
Daniel R. Saunders, MA
Brain, Behaviour and Cognitive Science
Queen's University
Kingston, Ontario, Canada
http://www.biomotionlab.ca

"Maciej Komosinski"
wrote in message news:fjp3dt$d3f$2@cancer.cs.put.poznan.pl...
>
>> I see that there are a number of options for exporting 3D rendered
>> versions of framsticks runs, but is there a way to export a movie (or
>> just a still frame) of only the 3D coordinates of the elements, such as
>> the limbs, in a scene?
>
> There are sample scripts available, see for example
>
> http://www.framsticks.com/dev/files/hci_lab.html
>
>
> macko

 
 
 
On the forum: