Description:
Constructs a new basic texture from a SimulatedTexture.
Syntax:
Parameters:
- texture
- Type: SimulatedTexture
- The texture to create the basic texture from.
- doc
- Type: RhinoDoc
- The document to associate the texture with.
Returns:
Type: RenderTexture
A new render texture.
Available since:
6.4
Description:
Constructs a new basic texture from a SimulatedTexture.
Syntax:
deprecated in 6.4
Parameters:
- texture
- Type: SimulatedTexture
- The texture to create the basic texture from.
Returns:
Type: RenderTexture
A new render texture.
Available since:
5.3
Description:
Constructs a new basic texture from a Bitmap.
Syntax:
Parameters:
- bitmap
- Type: System.Drawing.Bitmap
- The bitmap to create the basic texture from.
- doc
- Type: RhinoDoc
- The document to associate the texture with.
Returns:
Type: RenderTexture
A new render texture.
Remarks:
The returned bitmap texture holds a copy of 'bitmap'.
Available since:
7.0