Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::BsdfPdfQuery Class Referencefinal

Information for the probability of generating a specific BSDF sample. More...

#include <BsdfPdfQuery.h>

Public Types

using Input = BsdfPdfInput
 
using Output = BsdfPdfOutput
 

Public Member Functions

 BsdfPdfQuery ()=default
 
 BsdfPdfQuery (BsdfQueryContext context)
 

Public Attributes

BsdfQueryContext context = BsdfQueryContext{}
 
Input inputs
 
Output outputs
 

Detailed Description

Information for the probability of generating a specific BSDF sample.

Member Typedef Documentation

◆ Input

◆ Output

Constructor & Destructor Documentation

◆ BsdfPdfQuery() [1/2]

ph::BsdfPdfQuery::BsdfPdfQuery ( )
default

◆ BsdfPdfQuery() [2/2]

ph::BsdfPdfQuery::BsdfPdfQuery ( BsdfQueryContext context)
inlineexplicit

Member Data Documentation

◆ context

BsdfQueryContext ph::BsdfPdfQuery::context = BsdfQueryContext{}

◆ inputs

Input ph::BsdfPdfQuery::inputs

◆ outputs

Output ph::BsdfPdfQuery::outputs

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