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()
评论列表
文章目录