CyclesFilmOptions
Controls the film of a Cycles rendering session (which is behind a CyclesViewarea).
Inheritance
Code
XML encoding
<CyclesFilmOptions filterWidth='1' logFeature='' filterType='AUTO' exposure='1' />
Classic encoding
CyclesFilmOptions {
filterWidth 1
logFeature [""]
filterType "AUTO"
exposure 1
}
Interface
Filter: X3D only | Avalon only | All
| id | Name | DataType | PartType | Default | ValueType | Description |
|---|---|---|---|---|---|---|
| exposure | SFFloat | inputOutput | 1 | Exposure value for interactive mode. Until tone mapping is properly implemented in Avalon this has to functions: if positive, pixel values are simply scaled by it; if negative, the absolute value is interpreted as adaption luminance for Reinhard's photographic tone mapping operator. | ||
| filterType | SFString | inputOutput | AUTO | GAUSSIAN, BOX, AUTO | Pixel reconstruction filer. GAUSSIAN: windowed Gaussian; BOX: simple box filter; AUTO: let system decide (currently GAUSSIAN). | |
| filterWidth | SFFloat | inputOutput | 1 | Filter width in pixels. | ||
| logFeature | MFString | inputOutput | state, child, parent, route, eventIn, eventOut | controls the logging of changes, state: log state changes (e.g. live), child: log child add/remove, parent: log parent add/remove, route: log route add/remove; eventIn: log receiving of events, eventOut: log sending of events: guiView, runtime system should create node-view, guiEdit: runtime system should create node-editeverything: log everything | ||
| metadata | SFNode | inputOutput | MetadataObject | container for payload metadata inside MetadataSet element |
