def __init__(self):
self.diffuseIntensity = float()
self.diffuseFactor = float()
self.alpha = float()
self.specularIntensity = float()
self.specularFactor = float()
self.hardness = float()
self.emit = float()
self.mirror = float()
self.normal = float()
self.parallaxBump = float()
self.parallaxStep = float()
self.lodBias = float()
self.bindCode = int()
self.cubeMap = KX_CubeMap()
self.ior = float()
self.refractionRatio = float()
self.uvOffset = mathutils.Vector()
self.uvSize = mathutils.Vector()
self.uvRotation = float()
评论列表
文章目录