Guest User

Untitled

a guest
May 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. ScalarField light = dsm(sphere, Vec3(0,1.5,0), &scene, volumeStepSize);
  2. light = pow(light,20.f);
  3. light = writeToGrid(light,domain,ScalarField(1.f));
Add Comment
Please, Sign In to add comment