**Assignment 1: Rendering Basics with PyTorch3D** Student name: Kangle Deng (##) Practicing with Cameras (###) 360-degree Renders (###) Re-creating the Dolly Zoom (##) Practicing with Meshes (###) Constructing a Tetrahedron A tetrahedron has 4 vertices and 4 triangle faces. (###) Constructing a Cube A cube has 8 vertices and 12 triangle faces. (##) Re-texturing a mesh color1 = [0, 0, 1] and color2 = [1, 0, 0] (##) Camera Transformation Rotating 90-degree clockwisely about z-axis: Rotating 90-degree anti-clockwisely about y-axis and move to the right side of the cow: Move towards -z-axis: Increase the azimuth and decrease the elevation a little bit: (##) Rendering Generic 3D Representations (###) Rendering Point Clouds from RGB-D Images (###) Parametric Functions (###) Implicit Surfaces (##) Do Something Fun We can use implicit surfaces the visualize some 2D functions, for example: Gaussians. (##) Sampling Points on Meshes Below are results of 10, 100, 1000, and 10000 points respectively: