ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/FileClasses/AKEV.pas
(Generate patch)

Comparing oup/current/FileClasses/AKEV.pas (file contents):
Revision 245 by alloc, Sat Aug 18 15:51:42 2007 UTC vs.
Revision 246 by alloc, Sat Aug 18 16:42:09 2007 UTC

# Line 48 | Line 48 | begin
48      AddField(TLinkByID, 'AKDA-link', 'Link to the Door Frame Array', ['AKDA']);
49  
50  
51 <    AddField(TFloat, 'Neg. x-coordinate', 'Maximal negative x-coordinate of the level model', []);
52 <    AddField(TFloat, 'Neg. y-coordinate', 'Maximal negative y-coordinate of the level model', []);
53 <    AddField(TFloat, 'Neg. z-coordinate', 'Maximal negative z-coordinate of the level model', []);
51 >    AddField(TFloat, 'AABB X-', 'Minimal x-coordinate of the level model', []);
52 >    AddField(TFloat, 'AABB Y-', 'Minimal y-coordinate of the level model', []);
53 >    AddField(TFloat, 'AABB Z-', 'Minimal z-coordinate of the level model', []);
54  
55 <    AddField(TFloat, 'Pos. x-coordinate', 'Maximal positive x-coordinate of the level model', []);
56 <    AddField(TFloat, 'Pos. y-coordinate', 'Maximal positive y-coordinate of the level model', []);
57 <    AddField(TFloat, 'Pos. z-coordinate', 'Maximal positive z-coordinate of the level model', []);
55 >    AddField(TFloat, 'AABB X+', 'Maximal x-coordinate of the level model', []);
56 >    AddField(TFloat, 'AABB Y+', 'Maximal y-coordinate of the level model', []);
57 >    AddField(TFloat, 'AABB Z+', 'Maximal z-coordinate of the level model', []);
58  
59      AddField(TUnused, 'Not used', '', [1024]);
60      AddField(TFloat, 'Unknown', 'Unknown; maybe the tolerance', []);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)