Constructor PathtraceSampler
PathtraceSampler(GameObject, IPhotosensorArrayDescription, SceneSamplerDesc)
Constructs a sampler that uses the path tracing camera.
Declaration
public PathtraceSampler(GameObject parent, IPhotosensorArrayDescription sensorDesc, SceneSamplerDesc samplerDesc)
Parameters
Type | Name | Description |
---|---|---|
GameObject | parent | The GameObject that corresponds to the utilized component. Instantiates a Unity camera to execute the sampling. |
IPhotosensorArrayDescription | sensorDesc | Information defined on the photosensor array node. |
SceneSamplerDesc | samplerDesc | Extra parameters for the sampler. |