C# Class ME3Explorer.Meshplorer2.Renderer

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
CamDistance float
CamOffset System.Vector3
DefaultTex Texture
LOD int
Mat Material
RawTriangles CustomVertex.PositionTextured[]
SKM ME3Explorer.Unreal.Classes.SkeletalMesh
STM ME3Explorer.Unreal.Classes.StaticMesh
box System.Vector3
boxorigin System.Vector3
device Device
fAngle float
init bool
lines CustomVertex.PositionColored[]
presentParams PresentParameters
rotate bool

Méthodes publiques

Méthode Description
CreateCoordLines ( ) : void
InitializeGraphics ( Control handle ) : bool
Refresh ( ) : void
RenderCoordsystem ( Device device ) : void

Private Methods

Méthode Description
Render ( ) : void

Method Details

CreateCoordLines() public static méthode

public static CreateCoordLines ( ) : void
Résultat void

InitializeGraphics() public static méthode

public static InitializeGraphics ( Control handle ) : bool
handle System.Windows.Forms.Control
Résultat bool

Refresh() public static méthode

public static Refresh ( ) : void
Résultat void

RenderCoordsystem() public static méthode

public static RenderCoordsystem ( Device device ) : void
device Device
Résultat void

Property Details

CamDistance public_oe static_oe property

public static float CamDistance
Résultat float

CamOffset public_oe static_oe property

public static Vector3,System CamOffset
Résultat System.Vector3

DefaultTex public_oe static_oe property

public static Texture DefaultTex
Résultat Texture

LOD public_oe static_oe property

public static int LOD
Résultat int

Mat public_oe static_oe property

public static Material Mat
Résultat Material

RawTriangles public_oe static_oe property

public static CustomVertex.PositionTextured[] RawTriangles
Résultat CustomVertex.PositionTextured[]

SKM public_oe static_oe property

public static SkeletalMesh,ME3Explorer.Unreal.Classes SKM
Résultat ME3Explorer.Unreal.Classes.SkeletalMesh

STM public_oe static_oe property

public static StaticMesh,ME3Explorer.Unreal.Classes STM
Résultat ME3Explorer.Unreal.Classes.StaticMesh

box public_oe static_oe property

public static Vector3,System box
Résultat System.Vector3

boxorigin public_oe static_oe property

public static Vector3,System boxorigin
Résultat System.Vector3

device public_oe static_oe property

public static Device device
Résultat Device

fAngle public_oe static_oe property

public static float fAngle
Résultat float

init public_oe static_oe property

public static bool init
Résultat bool

lines public_oe static_oe property

public static CustomVertex.PositionColored[] lines
Résultat CustomVertex.PositionColored[]

presentParams public_oe static_oe property

public static PresentParameters presentParams
Résultat PresentParameters

rotate public_oe static_oe property

public static bool rotate
Résultat bool