Click or drag to resize

RenderTextureNewBitmapTexture Method (SimulatedTexture)

Note: This API is now obsolete.

Constructs a new basic texture from a SimulatedTexture.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.3
Syntax
[ObsoleteAttribute]
public static RenderTexture NewBitmapTexture(
	SimulatedTexture texture
)

Parameters

texture
Type: Rhino.RenderSimulatedTexture
The texture to create the basic texture from.

Return Value

Type: RenderTexture
A new render texture.
See Also