Click or drag to resize

ChangeQueueBakingSize Method

Override this if you need to control the size of the baked bitmaps for textures. By default the value returned is 2048.

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual int BakingSize(
	RhinoObject ro,
	RenderMaterial material,
	TextureType type
)

Parameters

ro
Type: Rhino.DocObjectsRhinoObject

[Missing <param name="ro"/> documentation for "M:Rhino.Render.ChangeQueue.ChangeQueue.BakingSize(Rhino.DocObjects.RhinoObject,Rhino.Render.RenderMaterial,Rhino.DocObjects.TextureType)"]

material
Type: Rhino.RenderRenderMaterial

[Missing <param name="material"/> documentation for "M:Rhino.Render.ChangeQueue.ChangeQueue.BakingSize(Rhino.DocObjects.RhinoObject,Rhino.Render.RenderMaterial,Rhino.DocObjects.TextureType)"]

type
Type: Rhino.DocObjectsTextureType

[Missing <param name="type"/> documentation for "M:Rhino.Render.ChangeQueue.ChangeQueue.BakingSize(Rhino.DocObjects.RhinoObject,Rhino.Render.RenderMaterial,Rhino.DocObjects.TextureType)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Rhino.Render.ChangeQueue.ChangeQueue.BakingSize(Rhino.DocObjects.RhinoObject,Rhino.Render.RenderMaterial,Rhino.DocObjects.TextureType)"]

See Also