A table of columnar data representing Gaussian splat properties.
DataTable is the core data structure for splat data. Each column represents
a property (e.g., position, rotation, color) as a typed array, and all columns
must have the same number of rows.
A table of columnar data representing Gaussian splat properties.
DataTable is the core data structure for splat data. Each column represents a property (e.g., position, rotation, color) as a typed array, and all columns must have the same number of rows.
Standard columns include:
x,y,zrot_0,rot_1,rot_2,rot_3(quaternion)scale_0,scale_1,scale_2(log scale)f_dc_0,f_dc_1,f_dc_2(spherical harmonics DC)opacity(logit)f_rest_0throughf_rest_44Example