Click or drag to resize
AB4D logo

PositionNormalTexture(Single, Single, Single, Single, Single, Single, Single, Single) Constructor

Constructor

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public PositionNormalTexture(
	float px,
	float py,
	float pz,
	float nx,
	float ny,
	float nz,
	float tx,
	float ty
)

Parameters

px  Single
position x
py  Single
position y
pz  Single
position z
nx  Single
normal x
ny  Single
normal y
nz  Single
normal z
tx  Single
texture coordinate x
ty  Single
texture coordinate y
See Also