Blender V4.3
volume_fournier_forand.h File Reference

Go to the source code of this file.

Classes

struct  FournierForandVolume
 

Typedefs

typedef CCL_NAMESPACE_BEGIN struct FournierForandVolume FournierForandVolume
 

Functions

ccl_device int volume_fournier_forand_setup (ccl_private FournierForandVolume *volume, float B, float IOR)
 
ccl_device Spectrum volume_fournier_forand_eval (ccl_private const ShaderData *sd, ccl_private const ShaderVolumeClosure *svc, float3 wo, ccl_private float *pdf)
 
ccl_device int volume_fournier_forand_sample (ccl_private const ShaderData *sd, ccl_private const ShaderVolumeClosure *svc, float2 rand, ccl_private Spectrum *eval, ccl_private float3 *wo, ccl_private float *pdf)
 

Typedef Documentation

◆ FournierForandVolume

typedef CCL_NAMESPACE_BEGIN struct FournierForandVolume FournierForandVolume

Function Documentation

◆ volume_fournier_forand_eval()

ccl_device Spectrum volume_fournier_forand_eval ( ccl_private const ShaderData * sd,
ccl_private const ShaderVolumeClosure * svc,
float3 wo,
ccl_private float * pdf )

◆ volume_fournier_forand_sample()

ccl_device int volume_fournier_forand_sample ( ccl_private const ShaderData * sd,
ccl_private const ShaderVolumeClosure * svc,
float2 rand,
ccl_private Spectrum * eval,
ccl_private float3 * wo,
ccl_private float * pdf )

◆ volume_fournier_forand_setup()