POV-Ray : Newsgroups : povray.general : Texture for translucent polypropylene? : Texture for translucent polypropylene? Server Time
26 Apr 2024 15:45:27 EDT (-0400)
  Texture for translucent polypropylene?  
From: bzigon
Date: 19 Jul 2018 17:30:01
Message: <web.5b510294debbec76c17b3fd10@news.povray.org>
Hello
I am trying to model objects made from polypropylene. The material
is translucent (as opposed to transparent).

Here is a link that shows what the material looks like.

https://www.webstaurantstore.com/cambro-30ppch190-1-3-size-translucent-polypropylene-handled-lid/21430PPCH.html

The povray material type I am using always looks clear. I can't figure out how
to model the look of the material.

Here is what I have. Can anyone help?

#declare TranslucentPlastic =
 material
 {
  texture
  {
    pigment{rgbf 1}
    finish
    {
      diffuse 0.3
      ambient 0.7
      reflection{fresnel on}
      phong 10.0
      phong_size 60.0
    }
  }
  interior
  {
    ior 1.5
  }
}

--Bob


Post a reply to this message

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