Automated exploded view tool

From BRL-CAD
Revision as of 16:52, 11 March 2011 by Starseeker (talk | contribs) (exploded view)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Exploded view diagrams allow for an organized way to view the components of a complex model. Recent research has outlined automated approaches to generating these view of geometry: http://vis.berkeley.edu/papers/exview3D/

The project idea is to make use of BRL-CAD's raytracing functionality to find ways to break geometric models into exploded view configurations (animation of the expansion is not necessary, simply generating the final configuration.)

Requires:

  • Familiarity with C/C++

Difficulty: medium