C# Class AcTools.Render.Base.Utils.GeometryGenerator.Vertex

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
Vertex ( System.Vector3 pos, System.Vector3 norm, System.Vector3 tan, System.Vector2 uv ) : System
Vertex ( float px, float py, float pz, float nx, float ny, float nz, float tx, float ty, float tz, float u, float v ) : System

Method Details

Vertex() public méthode

public Vertex ( System.Vector3 pos, System.Vector3 norm, System.Vector3 tan, System.Vector2 uv ) : System
pos System.Vector3
norm System.Vector3
tan System.Vector3
uv System.Vector2
Résultat System

Vertex() public méthode

public Vertex ( float px, float py, float pz, float nx, float ny, float nz, float tx, float ty, float tz, float u, float v ) : System
px float
py float
pz float
nx float
ny float
nz float
tx float
ty float
tz float
u float
v float
Résultat System