POV-Ray : Newsgroups : povray.general : PoV-Ray 3.5: Sin() works incorrect : Re: What if... Server Time
4 Aug 2024 10:15:51 EDT (-0400)
  Re: What if...  
From: ingo
Date: 24 May 2003 06:55:08
Message: <Xns938583EFA4929seed7@povray.org>
in news:3ecf4d8f@news.povray.org The Brain wrote:

> Thx. As from now I wont ask stupid questions.

There are no stupid questions. It's just sometimes difficult to 
interpret what's going on in someone others brain through a line in a 
message.

> I want to make several clinders, linked with spheres.

You could put a sphere and a cylinder in a union, that way you don't 
have to use vrotate.

union {
  cylinder {
    <0,0,0>, <other_cap>,1
  }
  sphere {
    <somewhere_and_related_to_other_cap>,1
  }
  rotate <0,0,360*clock>
}

Ingo


Post a reply to this message

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