Friday, February 21, 2014

Assignment 2


This is the assignment checkpoint with the same values that I found in assignment 1 (changed the colors tho)


Here is a different camera view:
camera position (-10, 3, 5)
camera look at: (10, 3, 5)



Here is another camera view with the addition of a cylinder:
camera position = (-10, 5, 5);
camera look at = (10, 1, 5);

Saturday, February 1, 2014

Assignment 1


Image rendered with WebGL

Camera:
  position: (-4, 3, 11)
  lookat: (-4,3,0)

Sphere grey:
  position:(-4, 2.5, 7)
  size: 1.5

Sphere blue:
  position: (-2,1, 6)
  size: 1.25

Plane:
  position: (0,0,0)
  size: 16x24

Point Light:
  position: (8,20,25)

Some WebGL (three.js) should run below:

HTML5 canvas does not look to be supported