struct

GS::GaussianSplatting::Rasterizer::CameraParamsGPU

Inherits Struct < Value < Object

Camera parameters packed for GPU

Constructors

Instance methods

_padding
Source
_padding=(_padding : Float32)
Source
cam_pos_x
Source
cam_pos_x=(cam_pos_x : Float32)
Source
cam_pos_y
Source
cam_pos_y=(cam_pos_y : Float32)
Source
cam_pos_z
Source
cam_pos_z=(cam_pos_z : Float32)
Source
cx=(cx : Float32)
Source
cy=(cy : Float32)
Source
fx=(fx : Float32)
Source
fy=(fy : Float32)
Source
height
Source
height=(height : Int32)
Source
proj_matrix
Source
proj_matrix=(proj_matrix : StaticArray(Float32, 16))
Source
tan_fov_x
Source
tan_fov_x=(tan_fov_x : Float32)
Source
tan_fov_y
Source
tan_fov_y=(tan_fov_y : Float32)
Source
view_matrix
Source
view_matrix=(view_matrix : StaticArray(Float32, 16))
Source
width
Source
width=(width : Int32)
Source