Click or drag to resize
SoTrackFollowerGetTrackCoordinate Method
Overload List
  NameDescription
Public methodGetTrackCoordinate(SoCoordinate3)
Calls GetTrackCoordinate(coords, 1, false, 16).
Public methodGetTrackCoordinate(SoCoordinate3, Single)
Calls GetTrackCoordinate(coords, width, false, 16).
Public methodGetTrackCoordinate(SoCoordinate3, Single, Boolean)
Calls GetTrackCoordinate(coords, width, flat, 16).
Public methodGetTrackCoordinate(SoCoordinate3, Single, Boolean, Int32)

Returns a set of coordinates that can be used to build a TriangleStripSet or a LineSet that materialized the track.

Top
See Also