Tesla Graphics Engine Documentation (January 2012)
VertexPositionNormalTexture Constructor (position, normal, textureCoordinate)
TeslaTesla.GraphicsVertexPositionNormalTextureVertexPositionNormalTexture(Vector3, Vector3, Vector2)
Creates a new instance of VertexPositionNormalTexture.
Declaration Syntax
C#
public VertexPositionNormalTexture(
	Vector3 position,
	Vector3 normal,
	Vector2 textureCoordinate
)
Parameters
position (Vector3)
The vertex position.
normal (Vector3)
The vertex normal
textureCoordinate (Vector2)
The vertex texture coordinate.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)