flagflag  
1: 2009-08-31 (Mon) 18:28:39 iseki source
Line 1: Line 1:
 +*** GetTerrainHeightAtXY() [#h7d992a1]
 +- r192 から GetTerrainHeightAtXY() が変更され,標高データがおかしい.
 +- 飛行中から ↓ (HOVAR_DOWN) で,地表に降りれない.
 +- TerrainHeightFieldHeights[][] の値がおかしい._origheightmap[] は使用中止
 +- とりあえず,前のリビジョンまで使用していた ''_origheightmap[]'' を復活させて使用.
 + //if (index < TerrainHeightFieldHeights[heightFieldGeo​m].Length) {
 + //    return (float)TerrainHeightFieldHeights[heightF​ieldGeom][(int)y * (int)Constants.RegionSize + (int)x];
 + if (index < _origheightmap.Length)
 +     return (float)_origheightmap[index];
 + else
 +     return 0f;


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 2024Next Month
Su Mo Tu We Th Fr Sa
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Today

Who's Online

71 user(s) are online (15 user(s) are browsing xpwiki)

Members: 0
Guests: 71

more...

Access Counter

Today : 6606660666066606
Yesterday : 9324932493249324
Total : 2358575823585758235857582358575823585758235857582358575823585758
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com