Question 1¶

Q1.1¶

Rotating Cow

Q1.2¶

Dolly Zoom


Question 2¶

Q2.1¶

Tetrahedral

The tetrahedron should have 4 verticies and 4 faces

Q2.2¶

Cube

The cube should have 8 verticies and 12 faces


Question 3¶

Rotating Cow Dolly Zoom

I went with similar colors as in the handout that produces a color gradient from blue to red.


Question 4¶

To achieve this

transform1

transform we rotate about the z axis

$R_{\text{relative}} = \begin{bmatrix} 0 & 1 & 0 \\ -1 & 0 & 0 \\ 0 & 0 & 1 \end{bmatrix}$

$T_{\text{relative}} = \begin{bmatrix} 0 \\ 0 \\ 0 \end{bmatrix}$

transform1.2


To achieve this

transform2

transform we have to rotate about y (yaw) and translate about x and z:

$R_{\text{relative}} = \begin{bmatrix} 0 & 0 & 1 \\ 0 & 1 & 0 \\ -1 & 0 & 0 \end{bmatrix}$

$T_{\text{relative}} = \begin{bmatrix} -2.5 \\ 0 \\ 3 \end{bmatrix}$

transform2.2


To achieve this

transform3

we simply translate along the z axis

$R_{\text{relative}} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}$

$T_{\text{relative}} = \begin{bmatrix} 0 \\ 0 \\ 5 \end{bmatrix}$

transform3.2


To achieve this

transform4

we simply translate along the x axis:

$R_{\text{relative}} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}$

$T_{\text{relative}} = \begin{bmatrix} 0.8 \\ 0 \\ 0 \end{bmatrix}$

transform4.2


Question 5¶

Q5.1¶

Plant 1 Plant 2 Plants Combined

Q5.2¶

Torus Parametric Ellipsoid Implicit

Q5.3¶

Torus Parametric Ellipsoid Implicit

Question: Point clouds are faster to render and use less memory since they store only points without connectivity. However, they can appear sparse and lack surface continuity. Meshes provide higher visual quality with continuous surfaces and better shading, but require more memory and are slower to render.

Response: Point clouds are faster to render and use less memory since they store only points without connectivity. However, they can appear sparse and lack surface continuity. Meshes provide higher visual quality with continuous surfaces, but require more memory and are slower to render.


Question 6¶

Star

Star like parametric function


Question 7¶

Cow with 10 points sampled

Cow Original Ellipsoid Implicit

Cow with 100 points sampled

Cow Original Ellipsoid Implicit

Cow with 1000 points sampled

Cow Original Ellipsoid Implicit