C# Class Examples.Tutorial.SimpleGeometryShader2.VertexPositionNormalTexture

Afficher le fichier Open project: tpb3d/TPB3D

Méthodes publiques

Свойство Type Description
Position Vector3
Texture System.Vector2

Méthodes publiques

Méthode Description
VertexPositionNormalTexture ( Vector3 position, Vector3 normal, System.Vector2 texture ) : System

Method Details

VertexPositionNormalTexture() public méthode

public VertexPositionNormalTexture ( Vector3 position, Vector3 normal, System.Vector2 texture ) : System
position Vector3
normal Vector3
texture System.Vector2
Résultat System

Property Details

Position public_oe property

public Vector3 Position
Résultat Vector3

Texture public_oe property

public Vector2,System Texture
Résultat System.Vector2