Initializes a new instance of the TexturedVertex struct.
Namespace: VVVV.Utils.SlimDXAssembly: VVVV.Utils3rdParty (in VVVV.Utils3rdParty.dll) Version: 1.0.4694.10872
Syntax
C# |
---|
public TexturedNormalVertex( Vector3 position, Vector3 normal, Vector2 texCd ) |
Parameters
- position
- Type: Vector3
The position.
- normal
- Type: Vector3
The normal.
- texCd
- Type: Vector2
The texture coordinate.