qdtk / openshadinglanguage

Automatically exported from code.google.com/p/openshadinglanguage
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Few small BSDF closure errors #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm lumping these together because it seems a bit silly to create a report for 
each:

* ClothSpecularClosure is labeled as DIFFUSE, should be GLOSSY.
* AshikhminVelvetClosure name returns "ashikmin_velvet" instead of 
"ashikhmin_velvet".
* In the comments for BSDFClosure.sample(), it says ".. if the get_cone routine 
returned false.", probably should be replaced by ".. if the scattering routine 
returned SINGULAR."
* Two more typo's in oslclosure.h "componente", "decissions".

Patch attached to fix these attached.

Original issue reported on code.google.com by brechtva...@gmail.com on 30 Oct 2010 at 9:25

Attachments: