jtomori / osl_shaders

:flashlight: Playing around with OSL shaders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSL Shaders

My experiments with Open Shading Language shaders, tested in Arnold.

Setup

  • Your environment should have those variables: (You can set them in houdini.env file)
    ARNOLD_PLUGIN_PATH = /path/to/this/repo
    
  • For debugging, add this variable:
    OSL_OPTIONS = "range_checking=1,debug_uninit=1,max_warnings_per_thread=100,compile_report=1"
    

About

:flashlight: Playing around with OSL shaders

License:MIT License


Languages

Language:C 100.0%