Advertisement
CarlosGoogles

Untitled

Oct 29th, 2017
2,619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #declare T_Rock = texture {
  2.     pigment
  3.     {
  4.         image_map
  5.         {
  6.             png "rock.png"
  7.             map_type 5  
  8.             interpolate 4
  9.         }
  10.     }                                  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement