POV-Ray : Newsgroups : povray.bugreports : Superellipsoid+Crand=Problem : Superellipsoid+Crand=Problem Server Time
24 Apr 2024 06:43:50 EDT (-0400)
  Superellipsoid+Crand=Problem  
From: Sven Littkowski
Date: 23 Mar 2018 16:37:53
Message: <5ab565a1$1@news.povray.org>
A part of a superellipsoid shape is not covered bzy crand.

Please try the following code to reproduce the faulty crand display (I
also used radiosity):

light_source
{
 < -300000.0, 100000.0, -300000.0 >
 color rgb < 1.0, 0.949, 0.850 >
}

camera
{
 location < -90.0, 20.0, -20.0 >
 look_at < -55.0, 0.0, 0.0 >
}

union
{
 superellipsoid
 {
  < 1.25, 0.25 >
 }
 texture
 {
  pigment { color rgb < 0.816, 0.752, 0.533 > }
  finish { crand 0.75 }
 }
 translate < 0.0, 1.0, 0.0 >
 scale < 0.5, 0.5, 0.5 >
 rotate < 0.0, 90.0, 0.0 >
}

---
Diese E-Mail wurde von AVG auf Viren geprüft.
http://www.avg.com


Post a reply to this message

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