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

Show file Open project: gro-ove/actools

Public Methods

Method 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 method

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
return System

Vertex() public method

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
return System