Skip to content
Snippets Groups Projects
Commit 77f9c027 authored by dsehnal's avatar dsehnal
Browse files

udpate presets

parent 17e67e3b
No related branches found
No related tags found
No related merge requests found
......@@ -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'],
]
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment