Research Article

A Topological Framework for Interactive Queries on 3D Models in the Web

Algorithm 3

Algorithm to determine stalactites.
Data: ,
Result: set of triangles defining the stalactite
list of triangles incident on and below ;
for do
if is adjacent with and below then
 append to ;
end
end