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

class ShapeRasterizerFactory in Tinman.Terrain.Shapes

Abstract base class for IShapeRasterizerFactory implementations.

abstract class ShapeRasterizerFactory with <T> as class, ISampleBufferBase
  implements IShapeRasterizerFactory<T>

Public / Methods

Rasterizer

Creates a new instance of IShapeRasterizer for the given shape.

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

Protected / Methods

DoRasterizer

protected abstract method DoRasterizer (IShape shape)
type IShapeRasterizer<T>
params shape