|
PositionNormalTexture(Single, Single, Single, Single, Single, Single, Single, Single) Constructor |
Constructor
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax 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