C# Класс OOGL.Animation.Material

Material used in model rendering Thread safety - This class must be only be used from the main thread.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ambient System.Vector4
diffuse System.Vector4
emissive System.Vector4
shininess float
specular System.Vector4
texture OOGL.Textures.Texture
transparency float

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

Метод Описание
Material ( Texture texture, System.Vector4 ambient, System.Vector4 diffuse, System.Vector4 specular, System.Vector4 emissive, float shininess, float transparency ) : System

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

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

public Material ( Texture texture, System.Vector4 ambient, System.Vector4 diffuse, System.Vector4 specular, System.Vector4 emissive, float shininess, float transparency ) : System
texture OOGL.Textures.Texture
ambient System.Vector4
diffuse System.Vector4
specular System.Vector4
emissive System.Vector4
shininess float
transparency float
Результат System

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

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

public Vector4,System ambient
Результат System.Vector4

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

public Vector4,System diffuse
Результат System.Vector4

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

public Vector4,System emissive
Результат System.Vector4

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

public float shininess
Результат float

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

public Vector4,System specular
Результат System.Vector4

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

public Texture,OOGL.Textures texture
Результат OOGL.Textures.Texture

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

public float transparency
Результат float