POV-Ray : Newsgroups : povray.newusers : transparent object with texture : Re: transparent object with texture Server Time
6 Sep 2024 23:19:14 EDT (-0400)
  Re: transparent object with texture  
From: ulli
Date: 11 Jun 2002 11:18:41
Message: <3D0614D4.8040509@gmx.de>
Warp wrote:
> ulli <ull### [at] gmxde> wrote:
> 

>>My problem is that the "paper" is as transparent as the beer bottle. How 
>>can i make it intransparent?
> 
> 
>   It's difficult to say without seeing any code.
>   Please post a *minimal* scene which shows the problem.
> 

sor {
     23, // # of points
     <0.3, 0.000000> // list of <u,v> points
     //
     <0.12 , 2.61>
     scale 0.5

     texture {
       pigment {rgbf <1.0, 0.5, 0.1, 0.6> }     }
      texture {
   pigment { image_map { png "beer.png"
                         filter 10, 1.0
                         map_type 0
                         interpolate 2
                         once }
             translate <-0.5,0.1,0>
             scale <4/10,6.2/10,4/10>} }
      interior { ior 1.5 }
     texture {beero}
     finish {
       ambient .1
       diffuse .1
       phong .75
       phong_size 25
       reflection { 0.18}
       conserve_energy
   }}



thats the "bottle" with texture


Post a reply to this message

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