User Tools

Site Tools


DzShaderDescription

Describes the properties of a RenderMan shader.

More...

Inherits :

Enumerations

Properties

DAZ Script
DzShaderTypetype

Methods

Detailed Description

DzShaderDescription contains information about a RenderMan shader - this includes the type of the shader, and a list of its parameters.

Enumerations


: DzShaderType

Enumerated types of RenderMan shaders.

  • SurfaceShader - Surface shader.
  • LightShader - Light Shader.
  • DisplacementShader - Displacement Shader.
  • VolumeShader - Volume Shader.
  • ImageShader - Image Shader.

Properties


DzShaderType : type

The type of the shader

Methods


Number : getNumParameters()

Return Value:

  • The number of parameters in the shader.

DzShaderParameter : getParameter( Number i )

Return Value:

  • The i'th parameter in the shader.