Description:
Implement if you need to handle the initial CreateWorld call initiated by the display pipeline system. Note that this is not the same as the CreateWorld call in Rhino.Render.ChangeQueue.ChangeQueue, although related.
Syntax:
public virtual void CreateWorld(
RhinoDoc doc,
ViewInfo viewInfo,
DisplayPipelineAttributes displayPipelineAttributes
)
RhinoDoc doc,
ViewInfo viewInfo,
DisplayPipelineAttributes displayPipelineAttributes
)
virtual
Parameters:
- doc
- Type: RhinoDoc
- Rhino document
- viewInfo
- Type: ViewInfo
- active viewport info
- displayPipelineAttributes
- Type: DisplayPipelineAttributes
- display pipeline attributes
Returns:
Type: void
Available since:
6.0