POV-Ray : Newsgroups : povray.binaries.images : A rook : Re: A rook Server Time
3 Oct 2024 00:28:20 EDT (-0400)
  Re: A rook  
From: Bob Hughes
Date: 7 Mar 2000 13:27:36
Message: <38c54a18@news.povray.org>
Great. but no teeth yet?  I was thinking you could use 'superellipsoid' shapes
for them.  Something like:

// two front teeth
#declare Tooth=
superellipsoid { <0.75, 0.5>
 rotate 90*x scale <1, 1.25, .5>
  pigment {rgb 1.25}
   finish {ambient .2 diffuse .4 specular .6 roughness .009 reflection .15}
}

object {Tooth  translate <-1,-1,-.25>}
object {Tooth  translate <1,-1,-.25>}


Bob

"ddombrow" <ddo### [at] vtedu> wrote in message news:38c4bb9c$1@news.povray.org...
| Thanks again, Bob. One simple statement in MegaPov, and the mission was
| accomplished. Enclosed a sample.
|
| --
| ddombrow
| Bob Hughes wrote in message...
| > If you have MegaPov there's a chance of using new features on that mesh
| though.
| > Bob
|
|
|
|


Post a reply to this message

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