types.py 文件源码

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

项目:UPBGE-CommunityAddon 作者: elmeunick9 项目源码 文件源码
def __init__(self):
        self.INSIDE = int()
        self.INTERSECT = int()
        self.OUTSIDE = int()
        self.lens = float()
        self.lodDistanceFactor = float()
        self.fov = float()
        self.ortho_scale = float()
        self.near = float()
        self.far = float()
        self.shift_x = float()
        self.shift_y = float()
        self.perspective = bool()
        self.frustum_culling = bool()
        self.projection_matrix = mathutils.Matrix()
        self.modelview_matrix = mathutils.Matrix()
        self.camera_to_world = mathutils.Matrix()
        self.world_to_camera = mathutils.Matrix()
        self.useViewport = bool()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号