Topic outline
- General
- Lectures
Lectures
- Materials
Materials
1. SIGGRAPH 2006 point cloud dataset
Students can download the full point cloud dataset at this link
This dataset is to work on the following tasks:
- Read point cloud
- Build mesh from point cloud
- Simplify newly created mesh
2. CVPR 2022 synthetic dataset
Students can download all 3D models in the attachment Synthetic models below
This dataset is to work on the following tasks:
- Read mesh in PyVista
- Subdivide mesh
- Show mesh normal vectors
- Compute mesh curvature
3. Model and image for working with texture
Students can download the 3D model and image in the attachment Texture mapping below
This dataset is to work on the following tasks:
- Read mesh and texture in PyVista
- Apply the texture to the 3D model
- Practical Guidelines
Practical Guidelines
Geometry Processing
You can find the Google Colaboratory for this topic here:
- Practical 1: CLICK HEREGraphics Programming
In this section, you will understand the basic concept of 3D Programming with OpenGL. There are a lot of fancy experiments waiting for you to explore...
You can find the Google Colaboratory for this topic here:
- Practical 2: CLICK HERE (for part 1) and CLICK HERE (for part 2) - Assignment Submission
Assignment Submission