comparison ZoneDatum.lua @ 17:e57541794df4 Release

Fixed an issue with VoTFW not showing nodes properly.
author only1yzerman
date Sun, 08 Sep 2013 22:47:19 -0400
parents fc1aca069319
children
comparison
equal deleted inserted replaced
16:fc1aca069319 17:e57541794df4
112 { 900.000, -2129.167, 7731.250 }, 112 { 900.000, -2129.167, 7731.250 },
113 { 3010.417, -4383.333, -2881.250 }, 113 { 3010.417, -4383.333, -2881.250 },
114 { 1033.333, -1556.250, -1370.833 }, 114 { 1033.333, -1556.250, -1370.833 },
115 }, 115 },
116 { 116 {
117 { 3568.751, -6139.583, -1416.667 }, 1 - Dread Wastes 117 { 3568.751, -6139.583, -1416.667 }, --1 - Dread Wastes
118 { 1191.667, -2004.167, -6697.916 }, 2 - Isle of Giants 118 { 1191.667, -2004.167, -6697.916 }, --2 - Isle of Giants
119 { 2756.000, -7654.166, -8147.916 }, 3 - Isle of Thunder 119 { 2756.000, -7654.166, -8147.916 }, --3 - Isle of Thunder
120 { 3125.000, -2947.917, 110.416 }, 4 - Krasarang Wilds 120 { 3125.000, -2947.917, 110.416 }, --4 - Krasarang Wilds
121 { 4172.917, -4839.583, -5618.750 }, 5 - Kun-Lai Summit 121 { 4172.917, -4839.583, -5618.750 }, --5 - Kun-Lai Summit
122 { 0.000, 0.000, 0.000 }, 6 - Shrine of Seven Stars 122 { 0.000, 0.000, 0.000 }, --6 - Shrine of Seven Stars
123 { 0.000, 0.000, 0.000 }, 7 - Shrine of Two Moons 123 { 0.000, 0.000, 0.000 }, --7 - Shrine of Two Moons
124 { 4654.167, -1452.083, -3652.083 }, 8 - The Jade Forest (806) 124 { 4654.167, -1452.083, -3652.083 }, --8 - The Jade Forest (806)
125 { 1195.833, -812.500, -1689.583 }, 9 - The Veiled Stair (TheHiddenPass) (873) 125 { 1195.833, -812.500, -1689.583 }, --9 - The Veiled Stair (TheHiddenPass) (873)
126 { 1600, 4083.334, -233.334 }, 10 - Timeless Isle (951) 126 { 1600, 4083.334, -233.334 }, --10 - Timeless Isle (951)
127 { 3829.166, -7079.166, -4558.333 }, 11 - Townlong Steppes* (10) 127 { 3829.166, -7079.166, -4558.333 }, --11 - Townlong Steppes* (10)
128 { 1687.501, -2481.250, -1947.917 }, 12 - Vale of Eternal Blossoms* (811) (11) 128 { 1687.501, -2481.250, -1947.917 }, --12 - Vale of Eternal Blossoms* (811) (11)
129 { 2616.667, -2679.167, -1095.833 }, 13 - Valley of the Four Winds* (12) 129 { 2616.667, -2679.167, -1095.833 }, --13 - Valley of the Four Winds* (12)
130 }, 130 },
131 131
132 LocalToGlobal = function(x, y, datum) 132 LocalToGlobal = function(x, y, datum)
133 return x * datum[1] * 1.5 + datum[2], y * datum[1] + datum[3]; 133 return x * datum[1] * 1.5 + datum[2], y * datum[1] + datum[3];
134 end; 134 end;
135 }; 135 };
136