OfflineRenderOptions
public sealed class OfflineRenderOptionsWhat an offline render is allowed to cost and how it should shade. The defaults are what the two older overloads always did, so new OfflineRenderOptions() changes nothing.
Properties
| Member | Description |
|---|---|
| Whether the frame composite — the scene's bloom and vignette — is applied over the finished image, as it is on screen. True by default. False hands back the rasteriser's own output, which is the right input for a test that measures the lighting rather than the glow. |
| The largest image, in pixels, before |
| Per vertex or per pixel. |
| How many triangles to draw before the rest are left out and counted in The software renderer's own default, |