Estimation

data class Estimation(var mainLightColor: Color? = null, var mainLightIntensity: Float? = null, var mainLightDirection: Direction? = null, var reflections: Texture? = null, var irradiance: FloatArray? = null)

Constructors

Link copied to clipboard
constructor(mainLightColor: Color? = null, mainLightIntensity: Float? = null, mainLightDirection: Direction? = null, reflections: Texture? = null, irradiance: FloatArray? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var reflections: Texture?