Skip to content

Commit

Permalink
export material ao/roughness strengths
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchange committed Aug 24, 2024
1 parent cbbe053 commit 8e19303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/material_maker/nodes/material.mmg
Original file line number Diff line number Diff line change
Expand Up @@ -2797,11 +2797,11 @@
" - _Glossiness: 0",
" - _GlossyReflections: 0",
" - _Metallic: 0",
" - _OcclusionStrength: 1",
" - _OcclusionStrength: $(param:ao)",
" - _Parallax: $(expr:0.005+(0.08-0.005)*$(param:depth_scale))",
" - _QueueOffset: 0",
" - _ReceiveShadows: 1",
" - _Smoothness: 0.5",
" - _Smoothness: $(expr:1.0-$(param:roughness))",
" - _SmoothnessTextureChannel: 0",
" - _SpecularHighlights: 1",
" - _SrcBlend: 1",
Expand Down

0 comments on commit 8e19303

Please sign in to comment.