ChangeQueue.ApplyDisplayPipelineAttributesChanges Method

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
)
Protected Overridable Sub ApplyDisplayPipelineAttributesChanges ( 
	displayPipelineAttributes As DisplayPipelineAttributes
)

Parameters

displayPipelineAttributes
Type: Rhino.DisplayDisplayPipelineAttributes
The changed DisplayPipelineAttributes.
Version Information

Rhino for Windows

Supported in: 6.14
See Also