C# Class Graffiti.Core.Rendering.Renderer

Afficher le fichier Open project: ananthonline/graffiti

Méthodes publiques

Méthode 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 méthode

public static Create ( GraphicsDevice device, Features rendererFeatures ) : IRenderer
device GraphicsDevice
rendererFeatures Features
Résultat IRenderer

Create() public static méthode

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
Résultat IRenderer