Click or drag to resize

ChangeQueueApplyDisplayPipelineAttributesChanges Method

Override if you need to react to display attribute changes. This function is needed to be able to react to different sample settings for i.e. capture preview rendering.

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void ApplyDisplayPipelineAttributesChanges(
	DisplayPipelineAttributes displayPipelineAttributes
)

Parameters

displayPipelineAttributes
Type: Rhino.DisplayDisplayPipelineAttributes
The changed DisplayPipelineAttributes.
See Also