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

interface IVertexArraysDependent in Tinman.Terrain.Vertices

Base interface for classes that are dependant on an VertexArrays object.

interface IVertexArraysDependent base of IVertexFormat
  IVertexUpdater
  IVisibleCheck

Methods

SetVertexArrays

Sets the vertex data containers from which this vertex converter shall read vertex data.

method SetVertexArrays (VertexArrays vertexArrays)
params vertexArrays [not-null] The vertex data collection.