Tsector = record v: array of TVector3f; l: array of smallint; i: array of smallint; count: integer; end;
|
Members |
Description |
|
v: array of TVector3f; |
vertices in this sector |
|
l: array of smallint; |
list of lines, that the point in this sector belong |
|
i: array of smallint; |
indexes of this points in their lines |
|
count: integer; |
number of point in this sector |
List of points and their attributes in one sector.
|
Copyright (c) 2005. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|