jenzou/Fluid-Simulator

x_i vs. x_star

Closed this issue · 0 comments

double density_term = poly6((p_i.x_star - neighbor.x_star).length()) / poly6(TENSILE_DELTA_Q);

After changing all x_i to x_star, particles disappear after running simulation -- I'm unsure why this is happening.