POV-Ray : Newsgroups : povray.binaries.images : Re: Legs Server Time
12 Aug 2024 11:16:00 EDT (-0400)
  Re: Legs (Message 1 to 4 of 4)  
From: Philippe Gibone
Subject: Re: Legs
Date: 9 Sep 2003 11:03:16
Message: <3f5debb4@news.povray.org>
I know this doesn't solve your problem, and there is a bit of work at least
to join the 2 parts.
It is made with 2 Domes (Dome.exe or Moray plugin).

pgb



news:slr### [at] corkyvoltar-confedorg...
> > The first image is what I'm shooting for ...
>
>
> Well, the attachmetns seem to have worked, but I forgot to
> actually attach hte image of the leg I'm shooting for!
>
>
>


----------------------------------------------------------------------------
----


>
>
> -- 
> If riding in an airplane is flying, then riding in a boat is swimming.
> 47 jumps, 13.2 minutes of freefall, 27.3 ff vertical miles.


Post a reply to this message


Attachments:
Download 'leg.jpg' (10 KB)

Preview of image 'leg.jpg'
leg.jpg


 

From: Philippe Gibone
Subject: Re: Legs
Date: 9 Sep 2003 11:42:32
Message: <3f5df4e8@news.povray.org>
With a third Dome ;-)

pgb


news:3f5debb4@news.povray.org...
> I know this doesn't solve your problem, and there is a bit of work at
least
> to join the 2 parts.
> It is made with 2 Domes (Dome.exe or Moray plugin).
>
> pgb
>
>

> news:slr### [at] corkyvoltar-confedorg...
> > > The first image is what I'm shooting for ...
> >
> >
> > Well, the attachmetns seem to have worked, but I forgot to
> > actually attach hte image of the leg I'm shooting for!
> >
> >
> >
>
>
> --------------------------------------------------------------------------
--
> ----
>
>
> >
> >
> > -- 
> > If riding in an airplane is flying, then riding in a boat is swimming.
> > 47 jumps, 13.2 minutes of freefall, 27.3 ff vertical miles.
>
>
>


Post a reply to this message


Attachments:
Download 'leg.jpg' (10 KB)

Preview of image 'leg.jpg'
leg.jpg


 

From: Jeremy M  Praay
Subject: Re: Legs
Date: 9 Sep 2003 11:45:08
Message: <3f5df584$1@news.povray.org>
I did something similar to this in my "Radio Graves" scene for the IRTC.  I
was making knobs for some of the radios.  I think you may be able to use the
same idea here.

Here's the source, and a quick render using the "Basic Scene" template.
Hope this helps.

#declare Knob =
  object {
    difference {
      intersection {
        cylinder { <-0.5,0,0>, <0.5,0,0>, 0.4 }
        cylinder { <-0.5,0,0>, <0.5,0,0>, 0.4 rotate z*60}
        cylinder { <-0.5,0,0>, <0.5,0,0>, 0.4 rotate z*120}
        scale <1,1,1.5>
      }
      plane {-z, 0}
    }
    texture {
      pigment {rgb <1,1,1>/255} //almost black
      finish { diffuse 0.6 specular 0.9 roughness 0.01 reflection 0.08 }
    }
  }

-- 
Jeremy


Post a reply to this message


Attachments:
Download 'knob.jpg' (10 KB)

Preview of image 'knob.jpg'
knob.jpg


 

From: Rick [Kitty5]
Subject: Re: Legs
Date: 9 Sep 2003 22:13:14
Message: <3f5e88ba@news.povray.org>
Smaller images would be a better idea, esp as its just WIP
-- 
Rick

Kitty5 NewMedia http://Kitty5.com
POV-Ray News & Resources http://Povray.co.uk
TEL : +44 (01270) 501101 - ICQ : 15776037

PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA


Post a reply to this message

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