TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface IShapeRasterizerFactory in Tinman.Terrain.Shapes

Factory for IShapeRasterizer objects.

interface IShapeRasterizerFactory with <in T> as class, ISampleBufferBase
  base of ShapeRasterizerFactory

Methods

Rasterizer

Creates a new instance of IShapeRasterizer for the given shape.

method Rasterizer (IShape shape)
type IShapeRasterizer<T>
params shape [not-null] The shape.
returns The shape rasterizer.