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

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Свойство Type Description
InputElementsValue InputElement[]
Normal Vector3
Position Vector3
StrideValue int
Tangent Vector3
Tex Vector2

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

VerticePNTG() public méthode

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

Property Details

InputElementsValue public_oe static_oe property

public static InputElement[] InputElementsValue
Résultat InputElement[]

Normal public_oe property

public Vector3 Normal
Résultat Vector3

Position public_oe property

public Vector3 Position
Résultat Vector3

StrideValue public_oe static_oe property

public static int StrideValue
Résultat int

Tangent public_oe property

public Vector3 Tangent
Résultat Vector3

Tex public_oe property

public Vector2 Tex
Résultat Vector2