Difference between revisions of "CG: Course final projects"
From hpcwiki
(→1. Digital Elevation Model rendering including projected smoothed coastal, political and hydrographic lines) |
(→1. Digital Elevation Model rendering including projected smoothed coastal, political and hydrographic lines) |
||
Line 4: | Line 4: | ||
== 1. Digital Elevation Model rendering including projected smoothed coastal, political and hydrographic lines == | == 1. Digital Elevation Model rendering including projected smoothed coastal, political and hydrographic lines == | ||
− | [[File:relieve.png|thumb|200px|Top view elevation map with isolines. Source: Google Maps]][[File:FractalDEM.png|thumb|200px|Fractal elevation map with ad hoc palette | + | [[File:relieve.png|thumb|200px|Top view elevation map with isolines. Source: Google Maps]][[File:FractalDEM.png|thumb|200px|Fractal elevation map with ad hoc palette-]]The goal of this project is the rendering and navigation of a digital terrain elevation model generated from real data (Global 30 Arc-Second Elevation (GTOPO30) data, resolution: <math>30 \texttt{m}^{2}</math>), applying a predefined palette according to the elevation of each particular region. The render process should consider an illumination model and 3D projected overlays (iso-, political, coastal and hydrographical lines) |
=== Objectives === | === Objectives === |
Revision as of 15:33, 29 May 2015
Final projects proposed for the inter-semestral version (2015) of the Computer Graphics course in the Universidad Central
1. Digital Elevation Model rendering including projected smoothed coastal, political and hydrographic lines
The goal of this project is the rendering and navigation of a digital terrain elevation model generated from real data (Global 30 Arc-Second Elevation (GTOPO30) data, resolution:
Objectives
- Implement an algorithm for elevation mesh generation from GTOPO30 data
- Design a model for palette index assignation according to the elevation of each vertex
- Propose an illumination model for landscape rendering (outdoors)
- Implement an algorithm to display overlays according to line projection over the 3D surface
- Design and implement a real-time navigation model over the generated relief
Required Data
- Global 30 Arc-Second Elevation (GTOPO30) [1]
2. Volume rendering of 3D climate variable fields
TODO: (Jorge)
Description
Objectives
- ...
Data
3. Construction and rendering of 3D iso-surfaces from volumetric scalar and vector fields
TODO: (Jorge)
Description
Objectives
- ...
Data
4. Cloud generation, rendering and optical properties simulation
TODO: (Hugo)
Objectives
- ...
Data
5. Rendering and animation of hierarchical articulated models (case study: human skeleton from Kinect realtime video)
TODO: (Hugo)
Objectives
- ...
Data
6. Particle system animation according to vector fields
TODO: (Jorge)
Objectives
- ...
Data
7. Advanced rendering with local texture mapping
TODO: (Hugo)
Objectives
- ...
Data
8. Human brain tractography from diffusion tensor data (MRI)
TODO: (Jorge)
Objectives
- ...