Advanced search tips: use spaces to require multiple terms (AND), | for alternatives (OR), wrap phrases in quotes (="a b"), =term for exact match, 'term to include, !term to exclude, ^term to match prefix, !^term to exclude prefix, .ext$ to match suffix, and !.ext$ to exclude suffix.

gaussian_4d.wgsl

Import path

Structures

DecomposedGaussian4d

#
struct DecomposedGaussian4d {
delta_mean: vec3<f32> ,
opacity_modifier: f32 ,
dir_t: f32 ,
mask: bool ,
}

Functions

outer_product

#
fn outer_product ( ) -> mat3x3<f32>

conditional_cov3d

#
fn conditional_cov3d (
position: vec3<f32>
index: u32
time: f32
) -> DecomposedGaussian4d