Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'cgdrae'

859526 - linear: cgdrae
  1. if (GRID_ENABLED == 1) {
  2.                 // DRAW GRID
  3.                 CGContextSetRGBStrokeColor (myContext, 0.5, 0.5, 0.5, 0.5);//
  4.                 CGContextSetRGBFillColor (myContext, 0.0, 0.0, 0.0, 0.8);//
  5.                 // X //
  6.                 for (i=0;i<320;i=i+20) {
  7.                                 CGContextMoveToPoint(myContext,i,0);
  8.                                 CGContextAddLineToPoint(myContext,i,460);
  9.  
859524 - linear: cgdrae
  1. if (GRID_ENABLED == 1) {
  2.                 // DRAW GRID
  3.                 CGContextSetRGBStrokeColor (myContext, 0.5, 0.5, 0.5, 0.5);//
  4.                 CGContextSetRGBFillColor (myContext, 0.0, 0.0, 0.0, 0.8);//
  5.                 // X //
  6.                 for (i=0;i<320;i=i+20) {
  7.                                 CGContextMoveToPoint(myContext,i,0);
  8.                                 CGContextAddLineToPoint(myContext,i,460);
  9.  
859523 - linear: cgdrae
  1. if (GRID_ENABLED == 1) {
  2.                 // DRAW GRID
  3.                 CGContextSetRGBStrokeColor (myContext, 0.5, 0.5, 0.5, 0.5);//
  4.                 CGContextSetRGBFillColor (myContext, 0.0, 0.0, 0.0, 0.8);//
  5.                 // X //
  6.                 for (i=0;i<320;i=i+20) {
  7.                                 CGContextMoveToPoint(myContext,i,0);
  8.                                 CGContextAddLineToPoint(myContext,i,460);
  9.  
worth-right
fantasy-obligation