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)
Syntax[ObsoleteAttribute]
public static RenderTexture NewBitmapTexture(
SimulatedTexture texture
)
<ObsoleteAttribute>
Public Shared Function NewBitmapTexture (
texture As SimulatedTexture
) As RenderTexture
Parameters
- texture
- Type: Rhino.RenderSimulatedTexture
The texture to create the basic texture from.
Return Value
Type:
RenderTextureA new render texture.
Version InformationRhino for Windows
Obsolete (compiler warning) in 6.8
See Also