RhinoCommon API
RenderTextureNewBitmapTexture Method (SimulatedTexture, RhinoDoc) |
Constructs a new basic texture from a SimulatedTexture.
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.4
public static RenderTexture NewBitmapTexture( SimulatedTexture texture, RhinoDoc doc )
Public Shared Function NewBitmapTexture ( texture As SimulatedTexture, doc As RhinoDoc ) As RenderTexture
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: RenderTextureA new render texture.