Click or drag to resize

RenderTextureNewBitmapTexture Method (SimulatedTexture, RhinoDoc)

Constructs a new basic texture from a SimulatedTexture.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.4
Syntax
public static RenderTexture NewBitmapTexture(
	SimulatedTexture texture,
	RhinoDoc doc
)

Parameters

texture
Type: Rhino.RenderSimulatedTexture
The texture to create the basic texture from.
doc
Type: RhinoRhinoDoc
The document to associate the texture with.

Return Value

Type: RenderTexture
A new render texture.
See Also