![]() |
NXPlanet
|
nxPlanetView3D.EnableGroundEffect = true; nxPlanetView3D.SetSunFollowCamera(false); // 태양 위치는 SetSunPostion에 설정된 위치로 고정 XGeoPoint sunPos = XGeoPoint.FromDegree(180.0, 0.0, XConstants.EarthR1); nxPlanetView3D.SetSunPosition(sunPos); // 태양위치 설정 nxPlanetView3D.RefreshScreen();