POV-Ray : Newsgroups : povray.newusers : creating tiles : Re: creating tiles Server Time
29 Jul 2024 06:28:28 EDT (-0400)
  Re: creating tiles  
From: tommy thompson
Date: 18 Jun 2006 06:20:00
Message: <web.4495285caef267d74278bffc0@news.povray.org>
"=?ISO-8859-1?Q?G=FCnther?= Dietrich" <gue### [at] despammedcom>
wrote:
> In article <web.4495063d838dec754278bffc0@news.povray.org>,
>  "tommy thompson" <nomail@nomail> wrote:
>
> >Please I want to create some ceramic tiles for a swimming pool.
> >I would like to create one with a bevelled edge and then I
> >think I can figure out how to repeat the pattern, Whats the
> >best method for creating a smooth bevelled edge.
> >thanks
>
> I had positive Experience with the hyperellipsoid, e.g.:
>
> #include "colors.inc"
>
> camera
> {
>     location <-10,75,-100>
>     look_at <0,0,0>
> }
>
> light_source
> {
>     <300,600,-100>
>     color rgb <1,1,1>
> }
>
> plane
> {
>     y,-15
>     pigment
>     {
>         Silver
>     }
> }
>
> superellipsoid
> {
>     <0.1, 0.25>
>     texture
>     {
>         pigment
>         {
>             color NeonPink
>         }
>     }
>     rotate 90*x
>     scale <20, 1, 20>
> }
>
>
> For the real thing, you have to adapt the scaling and - caertainly - the
> finish.
>
>
>
> Best regards,
>


 success ;-)
 It works well I can change the surface to look like glazed ceramic, I now
need to repeat the pattern.
Will go and read some more instuctions.



Post a reply to this message

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