def __init__(self):
self.KX_MIST_QUADRATIC = int()
self.KX_MIST_LINEAR = int()
self.KX_MIST_INV_QUADRATIC = int()
self.mistEnable = bool()
self.mistStart = float()
self.mistDistance = float()
self.mistIntensity = float()
self.mistType = None
self.mistColor = mathutils.Color()
self.horizonColor = mathutils.Color()
self.zenithColor = mathutils.Color()
self.ambientColor = mathutils.Color()
self.exposure = float()
self.range = float()
评论列表
文章目录