types.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:UPBGE-CommunityAddon 作者: elmeunick9 项目源码 文件源码
def __init__(self):
        self.XYZ = mathutils.Vector()
        self.UV = mathutils.Vector()
        self.uvs = CListValue(mathutils.Vector)
        self.normal = mathutils.Vector()
        self.color = mathutils.Vector()
        self.colors = CListValue(mathutils.Vector)
        self.x = float()
        self.y = float()
        self.z = float()
        self.u = float()
        self.v = float()
        self.u2 = float()
        self.v2 = float()
        self.r = float()
        self.g = float()
        self.b = float()
        self.a = float()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号