added weighted random item drops based on player needs
This commit is contained in:
@@ -39,7 +39,7 @@ void fragment() {
|
||||
ROUGHNESS = roughness_tex * roughness;
|
||||
SPECULAR = specular;
|
||||
NORMAL_MAP = texture(texture_normal,base_uv).rgb;
|
||||
|
||||
|
||||
NORMAL_MAP_DEPTH = normal_scale;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user