POV-Ray : Newsgroups : povray.binaries.animations : Motion Capture (BVH) conversion - run_circle2.mpg (517 KB) : Motion Capture (BVH) conversion - run_circle2.mpg (517 KB) Server Time
19 Jul 2024 05:42:03 EDT (-0400)
  Motion Capture (BVH) conversion - run_circle2.mpg (517 KB)  
From: Tom Bates
Date: 3 Jul 2003 17:42:49
Message: <3f04a359@news.povray.org>
Using sample Motion Capture files from Stephen McAvoy, I've just finished writing a
program to convert BVH files to POV.  Using my program, I can take a BVH file to an
MP3 file in about 15 minutes.

It only creates simple stick figures for the model, nowhere near what Stephen has
done with Poser.  However, I've designed it so that I can add better modelling to the
POV file after it's been converted from the BVH file.  I just haven't yet.

After the POV files were created, the only manual adjustments I made were to the
height of the ground plane, and the camera position.

I'm still trying to figure out how to get this kind of data to work for my existing
models (see "Counterforce" at the bottom of
http://www.irtc.org/anims/2002-01-15.html )

--
#macro T(B)#local m=mod(B,8);#local B=floor(B/8);m#end#local C=126981491245202;#
local D=115694168992822;sphere_sweep{b_spline 16#local i=0;#while(i<16)<T(C)-4,T
(D)-4,10-i/10>.1#local i=i+1;#end pigment{rgb 1}}light_source{-10,1} //Tom Bates


Post a reply to this message


Attachments:
Download 'run_circle2.mpg' (518 KB) Download 'run_circle2.pov.txt' (179 KB)

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.