Blender  V3.3
Public Member Functions | List of all members
GenericEmissiveClosure Class Reference
Inheritance diagram for GenericEmissiveClosure:
CClosurePrimitive

Public Member Functions

void setup (ShaderData *sd, uint32_t, 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 33 of file emissive.cpp.

Member Function Documentation

◆ setup()

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

Implements CClosurePrimitive.

Definition at line 35 of file emissive.cpp.

References emission_setup().


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