POV-Ray : Newsgroups : povray.binaries.scene-files : Help with code? Server Time
2 Sep 2024 14:20:37 EDT (-0400)
  Help with code? (Message 1 to 2 of 2)  
From: John Albarelli
Subject: Help with code?
Date: 10 Aug 2001 16:40:44
Message: <3b7446cc$1@news.povray.org>
I'm using MegaPOV, which shouldn't really make a difference.  When I render
an object with this texture, it only has the proper pigment, but looks
completely smooth.  Any suggestions/know what might be wrong?  for testing
purposes, I simply applied it to a sphere with a rad. of 1.

#declare ChocolateIC =
      texture
      {
         pigment
         {
            color rgb <0.482353, 0.243137, 0.243137>
         }
         normal
         {
            marble , 5.0
            turbulence 0.8
            triangle_wave
            scale  2.0
         }
      }



Thanks.

John


Post a reply to this message

From: John Albarelli
Subject: Disregard last post: Help with code?
Date: 10 Aug 2001 16:42:59
Message: <3b744753$1@news.povray.org>
Never mind.  I figured it out.  For some reason, when I scale the object and
the texture, it doesn't look right.

John


Post a reply to this message

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