Skip to content

Commit

Permalink
Modify filament test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hjabird committed May 29, 2020
1 parent f453bef commit baa3d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testsamecpugpuresultsingle.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ int testSameCpuGpuResSingle() {
fils[i].end.x[0] = (float)mrand() / (float)(RAND_MAX / max_float);
fils[i].end.x[1] = (float)mrand() / (float)(RAND_MAX / max_float);
fils[i].end.x[2] = (float)mrand() / (float)(RAND_MAX / max_float);
fils[i].end = bsv_V3f_plus(fils[i].end, bsv_V3f_mult(fils[i].start, 0.01));
fils[i].strength = 0.f;
fils_ptrs[i] = &(fils[i]);
}
Expand Down

0 comments on commit baa3d84

Please # to comment.