// Material Include file. // // This file was generated for POV-Ray V3.1 by // NOTE: Do *NOT* remove the comment lines containing '$MRY$'. // To make Moray not re-export the material, change // the '$MRY$' to '$MRX$'. // // // ******** MATERIALS ******* // // Materials from previous exports [MRY] // Materials exported in this run [MRY] // $MRY$: 'Material1' #declare Material1 = material // Material1 { texture { pigment { hexagon pigment { color rgb <1.0, 0.0, 0.0> } pigment { color rgb <0.0, 1.0, 0.0> } pigment { color rgb <0.0, 0.0, 1.0> } rotate -90*x } } } // $MRY$: 'Water1' #declare Water1 = material // Water1 { texture { pigment { color rgbf <0.0, 0.0, 1.0, 0.9> } normal { ripples , 0.75 } finish { ambient 0.1 reflection 0.3 } } interior { ior 1.33 } }