fc. changes introspec-qt to ridges_viewer

This commit is contained in:
Frédéric Cazals 2007-04-29 07:30:01 +00:00
parent a8accd4e18
commit c1a39f63f1
3 changed files with 6 additions and 9 deletions

View File

@ -8,9 +8,5 @@ takes as input
it displays an OpenGL view of both the mesh and the ridge lines
./introspect-qt.exe ../../examples/Ridges_3/data/ellipe0.003.off ../../examples/Ridges_3/data_ellipe0.003.off.4ogl.txt
./introspect-qt.exe ../../examples/Ridges_3/data/poly2x^2+y^2-0.062500.off ../../examples/Ridges_3/data_poly2x^2+y^2-0.062500.off.4ogl.txt
../../demo/Ridges_3/ridges_viewer data/poly2x^2+y^2-0.062500.off data/data_poly2x^2+y^2-0.062500.offRIDGES-d4-m4-t3-a4-p0.4ogl.txt 0 0

View File

@ -42,7 +42,7 @@ INTRO_LD_FLAGS= -L$(INTROSPEC_DIR) -lIntrospect -lglut
all: visu
visu: SketchSample$(OBJ_EXT) visu$(OBJ_EXT)
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)introspect-qt$(EXE_EXT) \
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)ridges_viewer$(EXE_EXT) \
SketchSample$(OBJ_EXT) visu$(OBJ_EXT) \
$(LDFLAGS) $(INTRO_LD_FLAGS)

View File

@ -6,7 +6,7 @@ it computes a jet fitting to set the monge data at each vertex
it outputs the results in :
1. filename.offRIDGES-d?-m?-t?-a?-p?.4ogl.txt which can be visualized with
the demo program introspect-qt
the demo program ridges_viewer.exe
2. if option -vtrue, filename.offRIDGES-d?-m?-t?-a?-p?.verb.txt contains human readable results
@ -49,8 +49,9 @@ Note : if the nb of collected points is less than the required min number of
EXAMPLES
---------------------------------------------------------
./Compute_Ridges_Umbilics -f data/ellipsoid_u_0.02.off -d4 -m4 -a3 -t3 -v0
./Compute_Ridges_Umbilics -f data/poly2x^2+y^2-0.062500.off -d4 -m4 -a4 -t3 -v0
visu with:
../../demo/Ridges_3/introspect-qt data/ellipsoid_u_0.02.off data/data_ellipsoid_u_0.02.offRIDGES-d4-m4-t4-a3-p0.4ogl.txt 0 0
../../demo/Ridges_3/ridges_viewer data/poly2x^2+y^2-0.062500.off data/data_poly2x^2+y^2-0.062500.offRIDGES-d4-m4-t3-a4-p0.4ogl.txt 0 0