Lysa  0.0
Lysa 3D Engine
MaterialData Struct Reference

Public Attributes

float4 albedoColor {0.9f, 0.0f, 0.6f, 1.0f}
 
uint32 pipelineId
 
int transparency {0}
 
float alphaScissor {0.1f}
 
float normalScale {1.0f}
 
float metallicFactor {0.0f}
 
float roughnessFactor {1.0f}
 
float4 emissiveFactor {0.0f, 0.0f, 0.0f, 1.0f}
 
TextureInfoData diffuseTexture {}
 
TextureInfoData normalTexture {}
 
TextureInfoData metallicTexture {}
 
TextureInfoData roughnessTexture {}
 
TextureInfoData emissiveTexture {}
 
float4 parameters [SHADER_MATERIAL_MAX_PARAMETERS] {}
 

Member Data Documentation

float4 albedoColor {0.9f, 0.0f, 0.6f, 1.0f}
float alphaScissor {0.1f}
TextureInfoData diffuseTexture {}
float4 emissiveFactor {0.0f, 0.0f, 0.0f, 1.0f}
TextureInfoData emissiveTexture {}
float metallicFactor {0.0f}
TextureInfoData metallicTexture {}
float normalScale {1.0f}
TextureInfoData normalTexture {}
float4 parameters[SHADER_MATERIAL_MAX_PARAMETERS] {}
uint32 pipelineId
float roughnessFactor {1.0f}
TextureInfoData roughnessTexture {}
int transparency {0}