C# 클래스 TerrainDemo.CDLOD.Terrain

상속: IDisposable
파일 보기 프로젝트 열기: willcraftia/TestXna 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Initialize ( IHeightMapSource heightMap ) : void
Select ( Selection selection ) : void
Terrain ( GraphicsDevice graphicsDevice, Settings settings ) : System

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
InitializeHeightMapTexture ( IHeightMapSource heightMap ) : void

Initialize a height map texture. The height map texture is created with SurfaceFormat.Single.

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( IHeightMapSource heightMap ) : void
heightMap IHeightMapSource
리턴 void

Select() 공개 메소드

public Select ( Selection selection ) : void
selection Selection
리턴 void

Terrain() 공개 메소드

public Terrain ( GraphicsDevice graphicsDevice, Settings settings ) : System
graphicsDevice GraphicsDevice
settings Settings
리턴 System