C# Класс Meshellator.Viewer.Framework.Rendering.VertexPositionNormalTexture

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Normal Nexus.Vector3D
Position Nexus.Point3D
TextureCoordinate Nexus.Point2D

Открытые методы

Метод Описание
VertexPositionNormalTexture ( Point3D position, Vector3D normal, Point2D textureCoordinate ) : System.Runtime.InteropServices

Описание методов

VertexPositionNormalTexture() публичный Метод

public VertexPositionNormalTexture ( Point3D position, Vector3D normal, Point2D textureCoordinate ) : System.Runtime.InteropServices
position Nexus.Point3D
normal Nexus.Vector3D
textureCoordinate Nexus.Point2D
Результат System.Runtime.InteropServices

Описание свойств

Normal публичное свойство

public Vector3D,Nexus Normal
Результат Nexus.Vector3D

Position публичное свойство

public Point3D,Nexus Position
Результат Nexus.Point3D

TextureCoordinate публичное свойство

public Point2D,Nexus TextureCoordinate
Результат Nexus.Point2D