Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. int closept[] = pcfind(0, "Cd", @Cd, 0.1, 9);
  2. vector kernelsum = 0;
  3. vector firstcol = point(0, "Cd", closept[0]);
  4.  
  5. for (int i = 1; i < 9; i++){
  6. vector closecol = point(0, "Cd", closept[i]);
  7. kernelsum += ( closecol * -1 );
  8. }
  9. f@density = length( kernelsum += ( firstcol * 8 ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement