C# 클래스 Axiom.Components.Terrain.TerrainQuadTreeNode.TerrainRendable

상속: Axiom.Graphics.SimpleRenderable
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
GetSquaredViewDepth ( Camera camera ) : float
GetWorldTransforms ( Matrix4 matrices ) : void
TerrainRendable ( TerrainQuadTreeNode parent ) : System
UpdateRenderQueue ( RenderQueue queue ) : void

메소드 상세

GetSquaredViewDepth() 공개 메소드

public GetSquaredViewDepth ( Camera camera ) : float
camera Axiom.Core.Camera
리턴 float

GetWorldTransforms() 공개 메소드

public GetWorldTransforms ( Matrix4 matrices ) : void
matrices Axiom.Math.Matrix4
리턴 void

TerrainRendable() 공개 메소드

public TerrainRendable ( TerrainQuadTreeNode parent ) : System
parent TerrainQuadTreeNode
리턴 System

UpdateRenderQueue() 공개 메소드

public UpdateRenderQueue ( RenderQueue queue ) : void
queue Axiom.Graphics.RenderQueue
리턴 void