SLIDE 1
Triangle Mesh Vine Christopher Martin Mesh structure Triangles - - PowerPoint PPT Presentation
Triangle Mesh Vine Christopher Martin Mesh structure Triangles - - PowerPoint PPT Presentation
Triangle Mesh Vine Christopher Martin Mesh structure Triangles read from bun_zipper_res2.ply When a triangle is added, corner orders are reversed as necessary Triangle forest Breadth-first LR construction starting at a point near bottom-
SLIDE 2
SLIDE 3
Triangle forest
Breadth-first LR construction starting at a point near bottom- center yields an undirected acyclic graph of triangles
SLIDE 4
Triangle forest
Graph is split into a forest, using nodes close to the ground as tree roots.
SLIDE 5
Vine rendering
Draw cylinders between midpoints of shared triangle edges
SLIDE 6
Vine rendering
Vine thickness is a function of
- atan(c - distance
from root)
- atan(c + maximum
distance from a leaf)
- Time