C# Class Alexandria.Engines.DarkSouls.ModelDrawContext

Context for drawing a Model.
Datei anzeigen Open project: Burton-Radons/Alexandria Class Usage Examples

Public Properties

Property Type Description
DisplayMode BasicProgramDisplayMode
Projection System.Matrix4d
View System.Matrix4d
World System.Matrix4d

Property Details

DisplayMode public_oe property

Get or set the display mode.
public BasicProgramDisplayMode DisplayMode
return BasicProgramDisplayMode

Projection public_oe property

Get or set the projection matrix.
public Matrix4d,System Projection
return System.Matrix4d

View public_oe property

Get or set the view matrix.
public Matrix4d,System View
return System.Matrix4d

World public_oe property

Get or set the world matrix.
public Matrix4d,System World
return System.Matrix4d