Click or drag to resize

ChangeQueueMaterialFromId Method

Get the RenderMaterial from the ChangeQueue material cache based on RenderHash

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public RenderMaterial MaterialFromId(
	uint crc
)

Parameters

crc
Type: SystemUInt32
The RenderHash

Return Value

Type: RenderMaterial
RenderMaterial
See Also