mechpart.4102.pts
data,
only include the edge if the distance between
tangent plane centers is "sufficiently close",
meaning that the edge is added only if
oi is
in the k-neighborhood of
oj and
vice versa (this differs slightly from Hoppe's
SIGGRAPH paper but is an easy check: the distance
between
oi and
oj
should be smaller than both radii of each
of the tangent plane's
k-neighborhood).
mechpart.4102.pts
data,
use the cost
1 -
|ni
⋅
nj|.)
conics.15887.pts
input file,
use rho = 1.0.
kdtree
program. Load your EMSF file to view it. You can
then check the "Normals" checkbox in the View menu to
see the consistently oriented normals.
The program was last compiled on a Linux PC running Fedora
Core 3 with g++ v3.4.3 and so should run on most of the
FX net Linux boxes (but not on the Suns).
phase2.tar.gz
) including:
README
file containing assignment and solution
descriptions, e.g., program design, description of algorithm,
etc., if appropriate.
INSTALL
file containing any specific compliation
quirks peculiar to your program, e.g.,
make
.
USAGE
file containing any specific usage quirks
peculiar to your program, e.g.,
./phase2 < conics.15887.pts
where
./phase2
is the executable and
conics.15887.pts
is the input.
src/
directory with source code.