Click or drag to resize

RenderTextureSetOffset Method

Set offset value across UVW space. If the projection type is WCS or other type specified in model units, then this is the offset in meters.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.7
Syntax
public virtual void SetOffset(
	Vector3d value,
	RenderContentChangeContexts changeContext
)

Parameters

value
Type: Rhino.GeometryVector3d

[Missing <param name="value"/> documentation for "M:Rhino.Render.RenderTexture.SetOffset(Rhino.Geometry.Vector3d,Rhino.Render.RenderContent.ChangeContexts)"]

changeContext
Type: Rhino.RenderRenderContentChangeContexts

[Missing <param name="changeContext"/> documentation for "M:Rhino.Render.RenderTexture.SetOffset(Rhino.Geometry.Vector3d,Rhino.Render.RenderContent.ChangeContexts)"]

See Also