Created
March 28, 2020 02:54
-
-
Save jotson/93456c66f79fe281081bead07b32b341 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[gd_resource type="SpatialMaterial" load_steps=2 format=2] | |
[ext_resource path="res://mask/transparent.png" type="Texture" id=1] | |
[resource] | |
albedo_texture = ExtResource( 1 ) | |
metallic = 0.42 | |
metallic_specular = 0.76 | |
roughness = 0.3 | |
emission_enabled = true | |
emission = Color( 0.216614, 0.517322, 0.609375, 1 ) | |
emission_energy = 0.5 | |
emission_operator = 0 | |
emission_on_uv2 = false | |
rim_enabled = true | |
rim = 0.33 | |
rim_tint = 0.71 | |
clearcoat_enabled = true | |
clearcoat = 0.26 | |
clearcoat_gloss = 0.86 | |
refraction_enabled = true | |
refraction_scale = 0.05 | |
refraction_texture_channel = 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment