Frame Buffer

class huira.rgb.FrameBuffer
__init__(*args, **kwargs)
property camera_normals
clear(self: huira._huira.rgb.FrameBuffer) None
property depth
enable_camera_normals(self: huira._huira.rgb.FrameBuffer, enable: bool = True) None
enable_depth(self: huira._huira.rgb.FrameBuffer, enable: bool = True) None
enable_mesh_ids(self: huira._huira.rgb.FrameBuffer, enable: bool = True) None
enable_received_power(self: huira._huira.rgb.FrameBuffer, enable: bool = True) None
enable_sensor_response(self: huira._huira.rgb.FrameBuffer, enable: bool = True) None
enable_world_normals(self: huira._huira.rgb.FrameBuffer, enable: bool = True) None
has_camera_normals(self: huira._huira.rgb.FrameBuffer) bool
has_depth(self: huira._huira.rgb.FrameBuffer) bool
has_mesh_ids(self: huira._huira.rgb.FrameBuffer) bool
has_received_power(self: huira._huira.rgb.FrameBuffer) bool
has_sensor_response(self: huira._huira.rgb.FrameBuffer) bool
has_world_normals(self: huira._huira.rgb.FrameBuffer) bool
property height
property mesh_ids
property received_power
property resolution
property sensor_response
property width
property world_normals
class huira.visible8.FrameBuffer
__init__(*args, **kwargs)
property camera_normals
clear(self: huira._huira.visible8.FrameBuffer) None
property depth
enable_camera_normals(self: huira._huira.visible8.FrameBuffer, enable: bool = True) None
enable_depth(self: huira._huira.visible8.FrameBuffer, enable: bool = True) None
enable_mesh_ids(self: huira._huira.visible8.FrameBuffer, enable: bool = True) None
enable_received_power(self: huira._huira.visible8.FrameBuffer, enable: bool = True) None
enable_sensor_response(self: huira._huira.visible8.FrameBuffer, enable: bool = True) None
enable_world_normals(self: huira._huira.visible8.FrameBuffer, enable: bool = True) None
has_camera_normals(self: huira._huira.visible8.FrameBuffer) bool
has_depth(self: huira._huira.visible8.FrameBuffer) bool
has_mesh_ids(self: huira._huira.visible8.FrameBuffer) bool
has_received_power(self: huira._huira.visible8.FrameBuffer) bool
has_sensor_response(self: huira._huira.visible8.FrameBuffer) bool
has_world_normals(self: huira._huira.visible8.FrameBuffer) bool
property height
property mesh_ids
property received_power
property resolution
property sensor_response
property width
property world_normals