Skip to main content

Class VelloSurfaceRenderer

Namespace: VelloSharp
Assembly: VelloSharp.dll

public sealed class VelloSurfaceRenderer : IDisposable

Inheritance

objectVelloSurfaceRenderer

Implements

IDisposable

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

VelloSurfaceRenderer(VelloSurface, RendererOptions?)

public VelloSurfaceRenderer(VelloSurface surface, RendererOptions? options = null)

Parameters

surface VelloSurface

options RendererOptions?

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

~VelloSurfaceRenderer()

protected ~VelloSurfaceRenderer()

Render(VelloSurface, Scene, RenderParams)

public void Render(VelloSurface surface, Scene scene, RenderParams renderParams)

Parameters

surface VelloSurface

scene Scene

renderParams RenderParams