Click or drag to resize

PlugInIsTextureSupported Method

Returns true if this renderer can render the texture natively without needing it to be baked into a bitmap, false otherwise. By default, returns false for all textures.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.6
Syntax
public virtual bool IsTextureSupported(
	RenderTexture texture
)

Parameters

texture
Type: Rhino.RenderRenderTexture

[Missing <param name="texture"/> documentation for "M:Rhino.PlugIns.PlugIn.IsTextureSupported(Rhino.Render.RenderTexture)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.PlugIns.PlugIn.IsTextureSupported(Rhino.Render.RenderTexture)"]

See Also