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 MonthApr 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
Today

Who's Online

64 user(s) are online (12 user(s) are browsing xpwiki)

Members: 0
Guests: 64

more...

Access Counter

Today : 1001810018100181001810018
Yesterday : 2042920429204292042920429
Total : 2338942423389424233894242338942423389424233894242338942423389424
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com