C# Class AcTools.Render.Base.Structs.InputLayouts.VerticePNTG

Mostra file Open project: gro-ove/actools

Public Properties

Property Type Description
InputElementsValue InputElement[]
Normal Vector3
Position Vector3
StrideValue int
Tangent Vector3
Tex Vector2

Private Properties

Property Type Description

Public Methods

Method Description
VerticePNTG ( Vector3 p, Vector3 n, Vector2 t, Vector3 g ) : System.Runtime.InteropServices

Method Details

VerticePNTG() public method

public VerticePNTG ( Vector3 p, Vector3 n, Vector2 t, Vector3 g ) : System.Runtime.InteropServices
p Vector3
n Vector3
t Vector2
g Vector3
return System.Runtime.InteropServices

Property Details

InputElementsValue public_oe static_oe property

public static InputElement[] InputElementsValue
return InputElement[]

Normal public_oe property

public Vector3 Normal
return Vector3

Position public_oe property

public Vector3 Position
return Vector3

StrideValue public_oe static_oe property

public static int StrideValue
return int

Tangent public_oe property

public Vector3 Tangent
return Vector3

Tex public_oe property

public Vector2 Tex
return Vector2