C# Class Graffiti.Core.Rendering.Renderer

Exibir arquivo Open project: ananthonline/graffiti

Public Methods

Method Description
Create ( GraphicsDevice device, Features rendererFeatures ) : IRenderer
Create ( GraphicsDevice device, Features rendererFeatures, Matrix projection = null, Matrix world = null, Matrix view = null ) : IRenderer

Method Details

Create() public static method

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

Create() public static method

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
return IRenderer