Wednesday, April 2, 2008

Procedural Image Generation




Assignment #5. I procedurally generated images of spider webs using an array to store and manipulate the intersections of the web, later drawing segments between each intersection. I can control how damaged the web is (missing "spiral" segments, how perfect it appears, stitching the center, and the number of and space between each "spiral" & "axial" strands. I'm planning to develop drawing arcs instead of straight lines based on the direction of gravity, draw the webs with three dimensional thickness and later animate the webs to appear as though they are moving in the wind. (Software: Microsoft Visual C++ 2008 Express Edition).

Procedural Image Generation


Assignment #3: I modified a given Diffusion Limited Aggregation (DLA) algorithm to generate the placement of the blue circles and utilize the drawing functions provided to procedurally generate this image (Software: Microsoft Visual C++ 2008 Express Edition).

Sunday, March 2, 2008

Procedural Image Generation

Assignment 1
(1/24/08)

I modified C code to generate these images using combinations of Sin, Cosine, and Tangent functions. #3 is the last one I did, I like it best because it looks more 3 dimensional like little hills and valleys.


#3 of 3



#2 of 3

#1 of 3