Make burley default for materials, fixes #15054
This commit is contained in:
parent
710970f004
commit
471c2d0d38
@ -2127,7 +2127,7 @@ SpatialMaterial::SpatialMaterial() :
|
||||
for (int i = 0; i < FLAG_MAX; i++) {
|
||||
flags[i] = 0;
|
||||
}
|
||||
diffuse_mode = DIFFUSE_LAMBERT;
|
||||
diffuse_mode = DIFFUSE_BURLEY;
|
||||
specular_mode = SPECULAR_SCHLICK_GGX;
|
||||
|
||||
for (int i = 0; i < FEATURE_MAX; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user