Outerra forum

User mods, screenshots & videos => Textures => Topic started by: wayne57 on June 28, 2014, 06:01:45 pm

Title: question about glass
Post by: wayne57 on June 28, 2014, 06:01:45 pm
what would i have to do to this line of code  to make it less transparent

"name" : "glasscolor",
      "color" : ".125,.125,.125,0.2",
      "f0" : "0.88",
      "roughness" : "0.0",
      "no_light" : false,


thanks

wayne57
Title: Re: question about glass
Post by: M7 on June 28, 2014, 09:00:08 pm
"color" : ".125,.125,.125,0.2",

you can change the 0.2 to something like 0.5 and it should be 50% transparent
Title: Re: question about glass
Post by: wayne57 on July 08, 2014, 12:30:52 pm
thank you so much