Skip to content

Latest commit

 

History

History
95 lines (68 loc) · 5.39 KB

README_2017.md

File metadata and controls

95 lines (68 loc) · 5.39 KB

CSCI-GA.3033-018 - Geometric Modeling

Course Instructor

Daniele Panozzo

60 Fifth Ave, 5th floor

Phone: 212 998 3208

[email protected]

URL: http://cs.nyu.edu/~panozzo/

Office Hours: Thursdays, 3pm-4pm and by appointment, 60 Fifth Ave, 5th floor

Assistant

Julian Panetta

[email protected]

http://julianpanetta.com

Office Hours: Thursdays, 4pm-5pm and by appointment, 60 Fifth Ave, Room 522
No scheduled office hours 2/9/17, 2/16/17; email for appointment.

Lectures:

Thursdays at 5:10pm - 7pm 60 Fifth Ave, C10

Recitation:

Wednesdays at 2pm - 3pm 60 Fifth Ave, 446
(No Recitation on 2/15/17)

Course Description

Recent advances in 3D digital geometry processing have created a plenitude of novel concepts for the mathematical representation and interactive manipulation of geometric models. This course covers some of the latest developments in geometric modeling and digital geometry processing. Topics include surface modeling based on polygonal meshes, surface reconstruction, mesh improvement, mesh parametrization, discrete differential geometry, interactive shape editing, skinning animation, architectural and structure-aware geometric modeling, shape modeling with an eye on 3D printing. The students will learn how to design, program and analyze algorithms and systems for interactive 3D shape modeling and digital geometry processing.

Students will implement advanced geometry processing algorithms using C++ and libigl

By the end of the course, the students will be able to design, program and analyze algorithms and systems for interactive 3D shape modeling and digital geometry processing.

Topics

  • Geometry Acquisition
  • Surface Reconstruction
  • Normal Estimation and PCA
  • Basic Differential Geometry of Curves and Surfaces
  • Mesh smoothing and optimization
  • Mesh Parametrization
  • Mesh Deformation and Editing
  • Space Deformations
  • Skeletal Animation and Skinning
  • Architectural Geometry
  • Fabrication-Aware Modeling

Textbook

Polygon Mesh Processing Mario Botsch, Leif Kobbelt, Mark Pauly, Pierre Alliez A K Peters/CRC Press Textbook - 250 Pages ISBN 1568814267

Schedule and Course Notes:

The course schedule is tentative and will be adjusted along the way.

Assignments

Recommendations

If you are looking for an IDE, I suggest CLion.