[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Vertex class.

Namespace:  IcarusSceneEngine
Assembly:  IcarusSceneEngine (in IcarusSceneEngine)
Version: 1.0.0.0

Syntax

C#
public Vertex(
	Vector point,
	Vector normal,
	TextureMap texture
)

Parameters

point
Type: IcarusSceneEngine..::.Vector

[Missing <param> documentation for "point"]

normal
Type: IcarusSceneEngine..::.Vector

[Missing <param> documentation for "normal"]

texture
Type: IcarusSceneEngine..::.TextureMap

[Missing <param> documentation for "texture"]

See Also