pub struct RenderOptions {
Show 22 fields pub transform_start_time: Float, pub transform_end_time: Float, pub filter_name: String, pub filter_params: ParamSet, pub film_name: String, pub film_params: ParamSet, pub sampler_name: String, pub sampler_params: ParamSet, pub accelerator_name: String, pub accelerator_params: ParamSet, pub integrator_name: String, pub integrator_params: ParamSet, pub camera_name: String, pub camera_params: ParamSet, pub camera_to_world: TransformSet, pub named_media: HashMap<String, Arc<Medium>>, pub lights: Vec<Arc<Light>>, pub primitives: Vec<Arc<Primitive>>, pub instances: HashMap<String, Vec<Arc<Primitive>>>, pub current_instance: String, pub have_scattering_media: bool, pub crop_window: Bounds2f,
}

Fields

transform_start_time: Floattransform_end_time: Floatfilter_name: Stringfilter_params: ParamSetfilm_name: Stringfilm_params: ParamSetsampler_name: Stringsampler_params: ParamSetaccelerator_name: Stringaccelerator_params: ParamSetintegrator_name: Stringintegrator_params: ParamSetcamera_name: Stringcamera_params: ParamSetcamera_to_world: TransformSetnamed_media: HashMap<String, Arc<Medium>>lights: Vec<Arc<Light>>primitives: Vec<Arc<Primitive>>instances: HashMap<String, Vec<Arc<Primitive>>>current_instance: Stringhave_scattering_media: boolcrop_window: Bounds2f

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Read this value from the supplied reader. Same as ReadEndian::read_from_little_endian().

Read this value from the supplied reader. Same as ReadEndian::read_from_big_endian().

Read this value from the supplied reader. Same as ReadEndian::read_from_native_endian().

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.