|
API Documentation
|
|
|
47 TextureChannels _normalTextureChannels ;
TextureChannels _specularTextureChannels
The specular texture used channels.
Definition: DecodedMaterialData.h:24
TextureChannels _metalnessTextureChannels
The metalness texture used channels.
Definition: DecodedMaterialData.h:36
int _emissiveTextureIndex
The emissive texture, as the index within the DecodedTextureData set counterpart. No texture is encod...
Definition: DecodedMaterialData.h:27
int _specularTextureIndex
The specular texture, as the index within the DecodedTextureData set counterpart. No texture is encod...
Definition: DecodedMaterialData.h:23
nkMaths::Vector _emissiveColor
The emissive color, if any.
Definition: DecodedMaterialData.h:26
int _metalnessTextureIndex
The metalness texture, as the index within the DecodedTextureData set counterpart....
Definition: DecodedMaterialData.h:35
TextureChannels _diffuseTextureChannels
The diffuse texture used channels.
Definition: DecodedMaterialData.h:20
int _alphaTextureIndex
The alpha texture, as the index within the DecodedTextureData set counterpart. No texture is encoded ...
Definition: DecodedMaterialData.h:50
float _occlusionFactor
The occlusion factor, if any.
Definition: DecodedMaterialData.h:42
Holds data about a decoded material.
Definition: DecodedMaterialData.h:12
TextureChannels _occlusionTextureChannels
The occlusion texture used channels.
Definition: DecodedMaterialData.h:44
int _occlusionTextureIndex
The occlusion texture, as the index within the DecodedTextureData set counterpart....
Definition: DecodedMaterialData.h:43
float _roughnessFactor
The roughness factor, if any.
Definition: DecodedMaterialData.h:30
nkMaths::Vector _ambientColor
The ambient color, if any.
Definition: DecodedMaterialData.h:14
TextureChannels _glossinessTextureChannels
The glossiness texture used channels.
Definition: DecodedMaterialData.h:40
int _glossinessTextureIndex
The glossiness texture, as the index within the DecodedTextureData set counterpart....
Definition: DecodedMaterialData.h:39
float _metalnessFactor
The metalness factor, if any.
Definition: DecodedMaterialData.h:34
int _ambientTextureIndex
The ambient texture, as the index within the DecodedTextureData set counterpart. No texture is encode...
Definition: DecodedMaterialData.h:15
TextureChannels _roughnessTextureChannels
The roughness texture used channels.
Definition: DecodedMaterialData.h:32
float _alphaValue
The global alpha value, if any.
Definition: DecodedMaterialData.h:49
int _diffuseTextureIndex
The diffuse texture, as the index within the DecodedTextureData set counterpart. No texture is encode...
Definition: DecodedMaterialData.h:19
TextureChannels _alphaTextureChannels
The alpha texture used channels.
Definition: DecodedMaterialData.h:51
TextureChannels _emissiveTextureChannels
The emissive texture used channels.
Definition: DecodedMaterialData.h:28
nkMaths::Vector _diffuseColor
The diffuse color, if any.
Definition: DecodedMaterialData.h:18
nkMaths::Vector _specularColor
The specular color, if any.
Definition: DecodedMaterialData.h:22
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
A 4-component vector class, with floats.
Definition: Vector.h:12
int _normalTextureIndex
The normal map texture, as the index within the DecodedTextureData set counterpart....
Definition: DecodedMaterialData.h:46
float _glossinessFactor
The glossiness factor, if any.
Definition: DecodedMaterialData.h:38
int _roughnessTextureIndex
The roughness texture, as the index within the DecodedTextureData set counterpart....
Definition: DecodedMaterialData.h:31
TextureChannels _ambientTextureChannels
The ambient texture used channels.
Definition: DecodedMaterialData.h:16