C# 클래스 Knot3.Framework.Effects.SimpleGLEffect

상속: RenderEffect
파일 보기 프로젝트 열기: knot3/knot3-code

공개 메소드들

메소드 설명
DrawModel ( GameModel model, GameTime time ) : void
DrawPrimitive ( GamePrimitive primitive, GameTime time ) : void
RemapModel ( Model model ) : void

Weist dem 3D-Modell den Cel-Shader zu.

SimpleGLEffect ( IScreen screen ) : System

비공개 메소드들

메소드 설명
SetShaderParameters ( GameObject obj, GameTime time ) : void

메소드 상세

DrawModel() 공개 메소드

public DrawModel ( GameModel model, GameTime time ) : void
model Knot3.Framework.Models.GameModel
time Microsoft.Xna.Framework.GameTime
리턴 void

DrawPrimitive() 공개 메소드

public DrawPrimitive ( GamePrimitive primitive, GameTime time ) : void
primitive Knot3.Framework.Models.GamePrimitive
time Microsoft.Xna.Framework.GameTime
리턴 void

RemapModel() 공개 메소드

Weist dem 3D-Modell den Cel-Shader zu.
public RemapModel ( Model model ) : void
model Microsoft.Xna.Framework.Graphics.Model
리턴 void

SimpleGLEffect() 공개 메소드

public SimpleGLEffect ( IScreen screen ) : System
screen IScreen
리턴 System