16889 Learning For 3D HW1 Webpage

Akshay Hinduja, ahinduja@andrew.cmu.edu

Q1.1 360 Deg renders

rotate_cow.gif

Q1.2 Re-creating the Dolly Zoom

dolly_new.gif

Q2.1 Constructing a Tetrahedron

tetra.gif

Q2.2 Constructing a Cube

cube.gif

Q3 Retexture a mesh

I have chosen color1 = ([0,1,0]) and color2 = ([0,0,1]) which gives a nice blue green gradient

grad_cow.gif

Q4 Camera Transformations

Pose 1:Euler angle R = [0,0, -pi/2]; T = [0,0,0]

textured_cow_rot1.png

Pose 2: Euler angle R = [0,0, 0]; T = [0,0,2]

textured_cow_rot2.png

Pose 3: Euler angle R = [0,pi/12, 0]; T = [-0.5,0,0.5]

textured_cow_rot3.png

Pose 4: Euler angle R = [0,pi/2, 0]; T = [-3,0,3]

textured_cow_rot4.png

Q5.1 Rendering Point Clouds from RGBD

Point cloud 1, pount cloud 2 and the combination of the two are below

rotate_plant1.gif

rotate_plant2.gif

rotate_plant3.gif

Q5.2 Render Parmetric Torus

torus.gif

Q5.3 Render Implicit Torus

torus_imp.gif

An implicit rendering took less memory and was faster to generate compared to the parametric point cloud. This is likely due to the fact that each point would occupy more memory and more operations collectively than a surface as in the implicit versions

Q6 Do something fun : Mobius Strip parametric render

mobius.gif