CyclesCameraOptions
Controls the camera of a Cycles rendering session (which is behind a CyclesViewarea).
Inheritance
Code
XML encoding
<CyclesCameraOptions focalDistance='10' apertureSize='AUTO' blades='0' bladesRotation='0' logFeature='' />
Classic encoding
CyclesCameraOptions {
focalDistance 10
apertureSize AUTO
blades 0
bladesRotation 0
logFeature [""]
}
Interface
Filter: X3D only | Avalon only | All
| id | Name | DataType | PartType | Default | ValueType | Description |
|---|---|---|---|---|---|---|
| focalDistance | SFFloat | inputOutput | 10 | Focal distance of camera for depth of field. | ||
| apertureSize | SFFloat | inputOutput | AUTO | Aperture size in uv lens space for depth of field. Essentially .5*focallength/fstop. Set to 0 to disable depth of field. | ||
| blades | SFInt32 | inputOutput | 0 | Number of blades for polygonal aperture. Set to 0 for circular aperture. | ||
| bladesRotation | SFFloat | inputOutput | 0 | Rotation of polygonal aperture in radians. | ||
| 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 |
