diff options
author | chai <chaifix@163.com> | 2020-02-26 23:02:58 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-02-26 23:02:58 +0800 |
commit | 3c47fc118e97659c213da5c4165eadeb464ee741 (patch) | |
tree | 339efc57dd21a0d0e5bff158ae28d511daec2319 /Release/res/helmet/helmet.scn | |
parent | 372d77e436d21312ef1a0df622964751716963a3 (diff) |
*init
Diffstat (limited to 'Release/res/helmet/helmet.scn')
-rw-r--r-- | Release/res/helmet/helmet.scn | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Release/res/helmet/helmet.scn b/Release/res/helmet/helmet.scn new file mode 100644 index 0000000..ea57e10 --- /dev/null +++ b/Release/res/helmet/helmet.scn @@ -0,0 +1,39 @@ +type: pbrm + +lighting: + background: 0.15 0.15 0.15 + environment: workshop + skybox: blurred + shadow: off + ambient: 1.0 + punctual: 1.0 + +materials 1: + material 0: + basecolor_factor: 1 1 1 1 + metalness_factor: 1 + roughness_factor: 1 + basecolor_map: helmet/helmet_basecolor.tga + metalness_map: helmet/helmet_metalness.tga + roughness_map: helmet/helmet_roughness.tga + normal_map: helmet/helmet_normal.tga + occlusion_map: helmet/helmet_occlusion.tga + emission_map: helmet/helmet_emission.tga + double_sided: off + enable_blend: off + alpha_cutoff: 0 + +transforms 1: + transform 0: + 1 0 0 0 + 0 1 0 0 + 0 0 1 0 + 0 0 0 1 + +models 1: + model 0: + mesh: helmet/helmet.obj + skeleton: null + attached: -1 + material: 0 + transform: 0 |