C# 클래스 Graffiti.Core.Rendering.Renderer

파일 보기 프로젝트 열기: ananthonline/graffiti

공개 메소드들

메소드 설명
Create ( GraphicsDevice device, Features rendererFeatures ) : IRenderer
Create ( GraphicsDevice device, Features rendererFeatures, Matrix projection = null, Matrix world = null, Matrix view = null ) : IRenderer

메소드 상세

Create() 공개 정적인 메소드

public static Create ( GraphicsDevice device, Features rendererFeatures ) : IRenderer
device GraphicsDevice
rendererFeatures Features
리턴 IRenderer

Create() 공개 정적인 메소드

public static Create ( GraphicsDevice device, Features rendererFeatures, Matrix projection = null, Matrix world = null, Matrix view = null ) : IRenderer
device GraphicsDevice
rendererFeatures Features
projection Matrix
world Matrix
view Matrix
리턴 IRenderer