The tetrahedron mesh should have 4 vertices and 4 triangular faces.
The cube mesh should have 8 vertices and 12 triangular faces.
For color1 (front of the cow), I chose green [0, 1, 0] while for color2 (back of the cow) I chose a mix of red and green [1, 1, 0] which is yellowish.
Without any rotation or translation of the camera, we get the same cow image.
R_relative
: We want to rotate the image clockwise. We do this by rotating the camera counter-clockwise: interchange x and y axes and reverse the direction of the y-axis.
T_relative
: We do not translate the camera.
R_relative
: We don't want to rotate the image.
T_relative
: We want to move the camera further from the object by roughly 2 units perpendicular to the image plane.
R_relative
: We keep the orientation of the camera fixed.
T_relative
: We keep the camera at the same distance (perpendicular to the image plane) from the object. But, we move the camera a little to the right and a little up parallel to the image plane.
R_relative
: We look at the cow from the side, meaning we interchange the x and z axes while flipping the z axis.
T_relative
: We adjust the position of the camera to get the cow at a particular size: we move 3 units away from the cow and 3 units to the left (after rotation).
First Camera | Second Camera | Combined |
---|---|---|
![]() |
![]() |
![]() |
This is a point cloud of 500 points which parametrically morphs itself from a cylinder to a Möbius strip with increasing number of loops while the camera rotates around it to give us a 360-degree view of the metamorphosis.
10 Points | 100 Points | 1000 Points | 10000 Points | Original Cow Mesh |
---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |