-
Notifications
You must be signed in to change notification settings - Fork 0
The cross @ calvary
Greg Westerfield, Jr. edited this page Aug 22, 2013
·
3 revisions
The cross @ Calvary is a reminder of what I live for. The Lord Jesus died on the cross for my sins. This sketch that I made in Processing helps remind me of that.
Here is the link to the sketch on OpenProcessing.org
[http://www.openprocessing.org/sketch/107133]
Here is the code:
/** This is a sketch of the cross on calvary author: Greg Westerfield, Jr. *// @pjs preload="redsky.jpg"; /
// the window size size(964, 594); PImage pg = loadImage("redsky.jpg"); image(pg, 0,0);
rectMode(CORNER); fill(0,0,0); rect(450, 275, 15, 125); rect(425, 300, 65, 15);
Here is the original paper sketch
![cac](https://f.cloud.github.com/assets/2659771/1012420/e52c38ba-0b6f-11e3-9304-e7039dfa9ccd.jpg)