Skip to content
Snippets Groups Projects
Commit 65a342ea authored by Ben Heasly's avatar Ben Heasly
Browse files

typo in Mitsuba generic mappings

parent 5b61203e
No related branches found
No related tags found
No related merge requests found
......@@ -195,8 +195,8 @@ for mm = 1:nGenericMappings
'eta', 'eta', 'spectrum', '300:0 800:0');
setSpectrumOrTexture(element, mapping, ...
'k', 'k', 'spectrum', '300:0 800:0');
element.setProperty('roughness', 'float', ...
rtbGetMappingProperty(mapping, 'alpha', .05));
element.setProperty('alpha', 'float', ...
rtbGetMappingProperty(mapping, 'roughness', .05));
end
case 'lights'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment