Browse Source

udpate presets

dsehnal 3 năm trước cách đây
mục cha
commit
77f9c02785
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      src/mol-util/material.ts

+ 3 - 2
src/mol-util/material.ts

@@ -39,8 +39,9 @@ export namespace Material {
             ...info,
             presets: [
                 [{ metalness: 0, roughness: 1 }, 'Matte'],
-                [{ metalness: 0.5, roughness: 0.5 }, 'Metallic'],
-                [{ metalness: 0, roughness: 0.25 }, 'Plastic'],
+                [{ metalness: 0, roughness: 0.2 }, 'Plastic'],
+                [{ metalness: 0, roughness: 0.6 }, 'Glossy'],
+                [{ metalness: 1.0, roughness: 0.6 }, 'Metallic'],
             ]
         });
     }