POV-Ray : Newsgroups : povray.binaries.images : Pov-Bouf Bellevile saterday 23 -16h30 : Re: Pov-Bouf Bellevile saterday 23 -16h30 Server Time
14 Aug 2024 05:22:34 EDT (-0400)
  Re: Pov-Bouf Bellevile saterday 23 -16h30  
From: Martial
Date: 4 Dec 2002 12:41:20
Message: <3dee3e40$1@news.povray.org>
> Like the picture very much. 

Thanks ...

> Can you share with us how you made the "Heineken" Mugmat ?

Simple Image_map :) 
find on 
http://images.google.fr/images?q=heineken&ie=UTF-8&oe=UTF-8&hl=fr

the image_map 
http://almatybeer.narod.ru/images/cards/heineken.jpg
or 
http://www.nubo.ru/coaster/inter/holland/heineken.jpg

Make the transparent tour in a logisiel of drawing, Gimp, PSP, or .. ?
the image_bump is the same in 256 gray color 


#declare T_Heineken=texture{
    pigment{image_map{png "map\heinekenlogo"  } }
    normal{bump_map {png "map\heinekenlogobumps"} bump_size 2 }
    finish{ambient .4 diffuse .6}
}

#declare Mugmat=
box{<0,0,0><1,1,0.01> 
   texture {T_Heineken}
     scale .6
     rotate x*90
     rotate y*110
}

--
Martial


Post a reply to this message

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