hallo friends...you could try making a cone or a sphere, and then scale it in " Y " axis and position it in correct place...
If we add it to the main object as a limb, we can save it as *.Dbo
autocam off
sync on
hide mouse
make object cylinder 1,100
set object cull 1,0
make object sphere 2,100,30,30
make object sphere 3,100,30,30
scale object 2,100,1,100
scale object 3,100,1,100
position object 2,0,50,0
position object 3,0,-50,0
position camera -200,200,-200
point camera 0,0,0
do
control camera using arrowkeys 0,0.9,0.9
a#=wrapvalue(a#+mousemovex()/2)
cam#=wrapvalue(cam#+mousemovey()/2)
rotate camera cam#,a#,0
sync
loop
it`s just another way to do it with no external programs.
cheers.
oh my god