Le_BuG63

Untitled

Mar 7th, 2014
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.34 KB | None | 0 0
  1. #include <stdlib.h>   // card > aek.ppm
  2. #include <stdio.h>
  3. #include <math.h>
  4. typedef int i;typedef float f;struct v{
  5. f x,y,z;v operator+(v r){return v(x+r.x
  6. ,y+r.y,z+r.z);}v operator*(f r){return
  7. v(x*r,y*r,z*r);}f operator%(v r){return
  8. x*r.x+y*r.y+z*r.z;}v(){}v operator^(v r
  9. ){return v(y*r.z-z*r.y,z*r.x-x*r.z,x*r.
  10. y-y*r.x);}v(f a,f b,f c){x=a;y=b;z=c;}v
  11. operator!(){return*this*(1/sqrt(*this%*
  12. this));}};i G[]={247570,280596,280600,
  13. 249748,18578,18577,231184,16,16};f R(){
  14. return(f)rand()/RAND_MAX;}i T(v o,v d,f
  15. &t,v&n){t=1e9;i m=0;f p=-o.z/d.z;if(.01
  16. <p)t=p,n=v(0,0,1),m=1;for(i k=19;k--;)
  17. for(i j=9;j--;)if(G[j]&1<<k){v p=o+v(-k
  18. ,0,-j-4);f b=p%d,c=p%p-1,q=b*b-c;if(q>0
  19. ){f s=-b-sqrt(q);if(s<t&&s>.01)t=s,n=!(
  20. p+d*t),m=2;}}return m;}v S(v o,v d){f t
  21. ;v n;i m=T(o,d,t,n);if(!m)return v(.7,
  22. .6,1)*pow(1-d.z,4);v h=o+d*t,l=!(v(9+R(
  23. ),9+R(),16)+h*-1),r=d+n*(n%d*-2);f b=l%
  24. n;if(b<0||T(h,l,t,n))b=0;f p=pow(l%r*(b
  25. >0),99);if(m&1){h=h*.2;return((i)(ceil(
  26. h.x)+ceil(h.y))&1?v(3,1,1):v(3,3,3))*(b
  27. *.2+.1);}return v(p,p,p)+S(h,r)*.5;}i
  28. main(){printf("P6 512 512 255 ");v g=!v
  29. (-6,-16,0),a=!(v(0,0,1)^g)*.002,b=!(g^a
  30. )*.002,c=(a+b)*-256+g;for(i y=512;y--;)
  31. for(i x=512;x--;){v p(13,13,13);for(i r
  32. =64;r--;){v t=a*(R()-.5)*99+b*(R()-.5)*
  33. 99;p=S(v(17,16,8)+t,!(t*-1+(a*(R()+x)+b
  34. *(y+R())+c)*16))*3.5+p;}printf("%c%c%c"
  35. ,(i)p.x,(i)p.y,(i)p.z);}}
Add Comment
Please, Sign In to add comment