├── LICENSE ├── README.asciidoc ├── include └── ptMaterial.h ├── makefile └── material ├── ptDiffuse.osl ├── ptIncandesence.osl ├── ptSpecular.osl ├── ptSurface.osl └── ptVarnishAbsorption.osl /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImageEngine/patina/HEAD/LICENSE -------------------------------------------------------------------------------- /README.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImageEngine/patina/HEAD/README.asciidoc -------------------------------------------------------------------------------- /include/ptMaterial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImageEngine/patina/HEAD/include/ptMaterial.h -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImageEngine/patina/HEAD/makefile -------------------------------------------------------------------------------- /material/ptDiffuse.osl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImageEngine/patina/HEAD/material/ptDiffuse.osl -------------------------------------------------------------------------------- /material/ptIncandesence.osl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImageEngine/patina/HEAD/material/ptIncandesence.osl -------------------------------------------------------------------------------- /material/ptSpecular.osl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImageEngine/patina/HEAD/material/ptSpecular.osl -------------------------------------------------------------------------------- /material/ptSurface.osl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImageEngine/patina/HEAD/material/ptSurface.osl -------------------------------------------------------------------------------- /material/ptVarnishAbsorption.osl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImageEngine/patina/HEAD/material/ptVarnishAbsorption.osl --------------------------------------------------------------------------------