 |
API Documentation
|
|
|
55 int _normalTextureCoordinatesIndex = 0 ;
int _metalnessTextureCoordinatesIndex
The texture coordinate attribute index used by the metalness texture.
Definition: DecodedMaterialData.h:41
TextureChannels _specularTextureChannels
The specular texture used channels.
Definition: DecodedMaterialData.h:27
TextureChannels _metalnessTextureChannels
The metalness texture used channels.
Definition: DecodedMaterialData.h:42
int _glossinessTextureCoordinatesIndex
The texture coordinate attribute index used by the glossiness texture.
Definition: DecodedMaterialData.h:46
int _diffuseTextureCoordinatesIndex
The texture coordinate attribute index used by the diffuse texture.
Definition: DecodedMaterialData.h:21
int _alphaTextureCoordinatesIndex
The texture coordinate attribute index used by the alpha texture.
Definition: DecodedMaterialData.h:60
TextureChannels _normalTextureChannels
The normal map texture used channels.
Definition: DecodedMaterialData.h:56
int _emissiveTextureIndex
The emissive texture, as the index within the DecodedTextureData set counterpart. No texture is encod...
Definition: DecodedMaterialData.h:30
int _specularTextureIndex
The specular texture, as the index within the DecodedTextureData set counterpart. No texture is encod...
Definition: DecodedMaterialData.h:25
nkMaths::Vector _emissiveColor
The emissive color, if any.
Definition: DecodedMaterialData.h:29
int _metalnessTextureIndex
The metalness texture, as the index within the DecodedTextureData set counterpart....
Definition: DecodedMaterialData.h:40
TextureChannels _diffuseTextureChannels
The diffuse texture used channels.
Definition: DecodedMaterialData.h:22
int _ambientTextureCoordinatesIndex
The texture coordinate attribute index used by the ambient texture.
Definition: DecodedMaterialData.h:16
int _alphaTextureIndex
The alpha texture, as the index within the DecodedTextureData set counterpart. No texture is encoded ...
Definition: DecodedMaterialData.h:59
int _emissiveTextureCoordinatesIndex
The texture coordinate attribute index used by the emissive texture.
Definition: DecodedMaterialData.h:31
float _occlusionFactor
The occlusion factor, if any.
Definition: DecodedMaterialData.h:49
Holds data about a decoded material.
Definition: DecodedMaterialData.h:12
int _specularTextureCoordinatesIndex
The texture coordinate attribute index used by the specular texture.
Definition: DecodedMaterialData.h:26
TextureChannels _occlusionTextureChannels
The occlusion texture used channels.
Definition: DecodedMaterialData.h:52
int _occlusionTextureIndex
The occlusion texture, as the index within the DecodedTextureData set counterpart....
Definition: DecodedMaterialData.h:50
int _roughnessTextureCoordinatesIndex
The texture coordinate attribute index used by the roughness texture.
Definition: DecodedMaterialData.h:36
float _roughnessFactor
The roughness factor, if any.
Definition: DecodedMaterialData.h:34
nkMaths::Vector _ambientColor
The ambient color, if any.
Definition: DecodedMaterialData.h:14
TextureChannels _glossinessTextureChannels
The glossiness texture used channels.
Definition: DecodedMaterialData.h:47
int _occlusionTextureCoordinatesIndex
The texture coordinate attribute index used by the occlusion texture.
Definition: DecodedMaterialData.h:51
int _glossinessTextureIndex
The glossiness texture, as the index within the DecodedTextureData set counterpart....
Definition: DecodedMaterialData.h:45
float _metalnessFactor
The metalness factor, if any.
Definition: DecodedMaterialData.h:39
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:37
float _alphaValue
The global alpha value, if any.
Definition: DecodedMaterialData.h:58
int _diffuseTextureIndex
The diffuse texture, as the index within the DecodedTextureData set counterpart. No texture is encode...
Definition: DecodedMaterialData.h:20
TextureChannels _alphaTextureChannels
The alpha texture used channels.
Definition: DecodedMaterialData.h:61
TextureChannels _emissiveTextureChannels
The emissive texture used channels.
Definition: DecodedMaterialData.h:32
nkMaths::Vector _diffuseColor
The diffuse color, if any.
Definition: DecodedMaterialData.h:19
nkMaths::Vector _specularColor
The specular color, if any.
Definition: DecodedMaterialData.h:24
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:54
float _glossinessFactor
The glossiness factor, if any.
Definition: DecodedMaterialData.h:44
int _roughnessTextureIndex
The roughness texture, as the index within the DecodedTextureData set counterpart....
Definition: DecodedMaterialData.h:35
TextureChannels _ambientTextureChannels
The ambient texture used channels.
Definition: DecodedMaterialData.h:17