VertexPositionNormalTexture Constructor
Initializes a new instance of the VertexPositionNormalTexture class.
Syntax
'Declaration
Public Sub New ( _
position As Vector3, _
normal As Vector3, _
textureCoordinate As Vector2 _
)
public VertexPositionNormalTexture (
Vector3 position,
Vector3 normal,
Vector2 textureCoordinate
)
public:
VertexPositionNormalTexture(
Vector3 position,
Vector3 normal,
Vector2 textureCoordinate
)
Parameters
- position
Type: Vector3
Position of the vertex. - normal
Type: Vector3
The vertex normal. - textureCoordinate
Type: Vector2
The texture coordinate.
Requirements
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)
See Also
Reference
VertexPositionNormalTexture Structure
VertexPositionNormalTexture Members
Microsoft.Xna.Framework.Graphics Namespace
Platforms
Windows Phone