Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page contains information about the V-Ray OSL.

 

Overview


Section
Column
width50%

The V-Ray OSL map can be used to load Open Shading Language OSL shader code files (.osl) or OSL object code files (.oso) and render them directly with V-Ray. It can be used with shaders that have simple color and float output parameters. These parameters are considered respectively as texture RGB and alpha outputs.

For more on OSL in general, see the Github reference.

Column
width5%

 

Column
width45%

 

 

UI Paths


Section
Column
width33%

||mat Network|| > V-Ray> Texture: File > V-Ray OSL

Column
width33%
 ||out Network|| > V-Ray Render Elements node > V-Ray > Texture: File > V-Ray OSL
Column
width33%


 

 

Node


Section
Column
width50%

The TexOSL node provides inputs that correspond to parameters in the section below.

Column
width5%

 

Column
width45%

 

OSL Code


Section
Column
width50%

OSL Source – Determines how the OSL code is drawn.

Inline OSL
File path (.oso/.osl)

OSL Code – A space for manual insertion of an OSL code.

Path to .oso/.osl file – Specifies the .osl or .oso file which contains the shader (object) code.

Column
width5%

 

Column
width45%


Color & Alpha Tweaks


Section
Column
width50%

These rollouts are the standard V-Ray for Houdini texture rollouts.

Column
width5%

 

Column
width45%

 

Notes


Fancy Bullets
typecircle
  • The VRayTexOSL texture automatically compiles OSL shaders to object code (OSO format) upon shader selection. No following compilations occur (even at render events). If the loaded OSL shader is modified click the Recreate attributes button for your changes to take effect.

  • An OSL compiler that translates *.osl files to *.oso files can be found in the tools subdirectory of V-Ray's root installation folder.

 

References


Fancy Bullets
typecircle