C# Class Visualizer.VertexPositionNormal

Custom vertex type for vertices that have just a position and a normal, without any texture coordinates.
Afficher le fichier Open project: omanamos/kinect-nao

Méthodes publiques

Свойство Type Description
Normal Microsoft.Xna.Framework.Vector3
Position Microsoft.Xna.Framework.Vector3
VertexDeclaration Microsoft.Xna.Framework.Graphics.VertexDeclaration

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
VertexPositionNormal ( Microsoft.Xna.Framework.Vector3 position, Microsoft.Xna.Framework.Vector3 normal ) : Microsoft.Xna.Framework

Constructor.

Method Details

VertexPositionNormal() public méthode

Constructor.
public VertexPositionNormal ( Microsoft.Xna.Framework.Vector3 position, Microsoft.Xna.Framework.Vector3 normal ) : Microsoft.Xna.Framework
position Microsoft.Xna.Framework.Vector3
normal Microsoft.Xna.Framework.Vector3
Résultat Microsoft.Xna.Framework

Property Details

Normal public_oe property

public Vector3,Microsoft.Xna.Framework Normal
Résultat Microsoft.Xna.Framework.Vector3

Position public_oe property

public Vector3,Microsoft.Xna.Framework Position
Résultat Microsoft.Xna.Framework.Vector3

VertexDeclaration public_oe static_oe property

A VertexDeclaration object, which contains information about the vertex elements contained within this struct.
public static VertexDeclaration,Microsoft.Xna.Framework.Graphics VertexDeclaration
Résultat Microsoft.Xna.Framework.Graphics.VertexDeclaration