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

interface IModelPostProcessor in Tinman.AddOns.Models

interface IModelPostProcessor extends IConfigurable
  base of ModelPostProcessor

Methods

PostProcess

Performs post-processing on the vertices of the given model geometry.

method PostProcess (VertexArrays vertices)
type bool
params vertices [not-null] The vertices to post-process.
returns true if some vertices have been post-processed,
false if no post-processing has been performed.

ToConfig

Returns the configuration value that describes this object.

method ToConfig ()
type ConfigValue
returns [not-null] The configuration value.
inherited IConfigurable.ToConfig

Remarks:

All configurable objects need to implement this interface. For simple types, it is preferable to delegate to ToValue.

The returned value may be of type Invalid, which means that this object in its current state cannot be described with the configuration API.

Before returning the resulting configuration value, Cache must be called on it, passing this IConfigurable object as parameter.