Blender  V2.93
Public Member Functions | List of all members
GenericEmissiveClosure Class Reference

Inherits CClosurePrimitive.

Public Member Functions

void setup (ShaderData *sd, int, float3 weight)
 

Additional Inherited Members

- Public Attributes inherited from CClosurePrimitive
OSL::ustring label
 

Detailed Description

Variable cone emissive closure

This primitive emits in a cone having a configurable penumbra area where the light decays to 0 reaching the outer_angle limit. It can also behave as a lambertian emitter if the provided angles are PI/2, which is the default

Definition at line 57 of file emissive.cpp.

Member Function Documentation

◆ setup()

void GenericEmissiveClosure::setup ( ShaderData sd,
int  ,
float3  weight 
)
inlinevirtual

Implements CClosurePrimitive.

Definition at line 59 of file emissive.cpp.

References emission_setup().


The documentation for this class was generated from the following file: