gelsvn
bdplot
seema-scanner
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
gelsvn
(root)
/
trunk
/
apps
/
VolumePolygonize
/
volpoly.cpp
@ 365
– Rev 0
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
365
6197 d 9 h
jab
/trunk/
minor changes.
/trunk/GEL.xcodeproj/jab.pbxuser
/trunk/GEL.xcodeproj/project.pbxproj
/trunk/apps/Decimator/decimator.cpp
/trunk/apps/OBJViewer/objview.cpp
/trunk/apps/OBJViewer/ply.c
/trunk/apps/OBJViewer/ply_load.cpp
/trunk/apps/VolumePolygonize/volpoly.cpp
341
6451 d 11 h
jab
/trunk/
Added a ply viewer to OBJViewer.
other minor changes.
/trunk/GEL.xcodeproj/jab.pbxuser
/trunk/GEL.xcodeproj/project.pbxproj
/trunk/apps/MeshDistance/meshdist.cpp
/trunk/apps/OBJViewer/objview.cpp
/trunk/apps/OBJViewer/ply_load.cpp
/trunk/apps/VolumePolygonize/volpoly.cpp
/trunk/src/HMesh/obj_save.cpp
293
6735 d 10 h
jab
/trunk/apps/VolumePolygonize/
minor changes
/trunk/apps/VolumePolygonize/volpoly.cpp
216
6932 d 6 h
jab
/trunk/
Various minor changes to programs mentioned below. Win32 debug arguments
may be obsolte now
/trunk/README
/trunk/apps/Decimator/decimator.cpp
/trunk/apps/VolumePolygonize/volpoly.cpp
205
7065 d 0 h
jab
/trunk/apps/
small changes to apps
/trunk/apps/Decimator/decimator.cpp
/trunk/apps/VolumePolygonize/volpoly.cpp
192
7079 d 9 h
jab
/trunk/
I made some changes to the polygonizer.
/trunk/apps/VolumePolygonize/volpoly.cpp
/trunk/src/HMesh/volume_polygonize.cpp
191
7079 d 11 h
jab
/trunk/
So some changes have been made. Things are partly foobar in the volume
polygonizer and the trilinfilter. There is a dilemma - it is hard to
allow trilinear interpolation of vectors while disallowing gradient
computation of unsigned entities.
/trunk/apps/VolumePolygonize/volpoly.cpp
/trunk/src/Geometry/GradientFilter.cpp
/trunk/src/Geometry/TrilinFilter.cpp
/trunk/src/Geometry/TrilinFilter.h
/trunk/src/Geometry/load_raw.cpp
/trunk/src/HMesh/volume_polygonize.cpp
185
7100 d 9 h
jab
/trunk/apps/VolumePolygonize/
Minor changes reflecting changes to the polygonizer api.
/trunk/apps/VolumePolygonize/volpoly.cpp
178
7107 d 5 h
bj
/trunk/
merged restructuring branch
/trunk/bin
/trunk/src/GLGraphics
/trunk/apps/IMeshViewer
/trunk/src/Geometry/Texmap.cpp
/trunk/src/Geometry/Texmap.h
/trunk/src/Graphics
/trunk/src/HMeshUtil
/trunk/src/IMesh
/trunk/src/IMeshUtil
/trunk/GEL.sln
/trunk/Makefile
/trunk/README
/trunk/apps/BloomenthalPolygonize/BloomenthalPolygonize.vcproj
/trunk/apps/BloomenthalPolygonize/Makefile
/trunk/apps/BloomenthalPolygonize/bloomenthal-polygonize.cpp
/trunk/apps/BoundaryCollapse/BoundaryCollapse.vcproj
/trunk/apps/BoundaryCollapse/Makefile
/trunk/apps/BoundaryCollapse/boundary_collapse.cpp
/trunk/apps/Decimator/Decimator.vcproj
/trunk/apps/Decimator/Makefile
/trunk/apps/Decimator/decimator.cpp
/trunk/apps/OBJViewer/Makefile
/trunk/apps/OBJViewer/OBJViewer.vcproj
/trunk/apps/OBJViewer/objview.cpp
/trunk/apps/VolumePolygonize/Makefile
/trunk/apps/VolumePolygonize/VolumePolygonize.vcproj
/trunk/apps/VolumePolygonize/volpoly.cpp
/trunk/makefiles/GELapp.mpc
/trunk/makefiles/common.mk
/trunk/makefiles/config.mk
/trunk/src/CGLA/CGLA.h
/trunk/src/CGLA/CGLA.vcproj
/trunk/src/CGLA/Quaternion.cpp
/trunk/src/CGLA/Quaternion.h
/trunk/src/Geometry/Geometry.vcproj
/trunk/src/Geometry/IndexedFaceSet.h
/trunk/src/Geometry/Material.h
/trunk/src/Geometry/TriMesh.cpp
/trunk/src/Geometry/TriMesh.h
/trunk/src/Geometry/obj_load.cpp
/trunk/src/HMesh/FaceCirculator.h
/trunk/src/HMesh/HMesh.vcproj
/trunk/src/HMesh/Manifold.cpp
/trunk/src/HMesh/Manifold.h
/trunk/src/HMesh/VertexCirculator.h
/trunk/src/LinAlg/LinAlg.vcproj
/trunk/src/Util/Util.vcproj
/trunk/test/CGLA-covariance/CGLA_covariance.vcproj
/trunk/test/CGLA-mat/CGLA_mat.vcproj
/trunk/test/CGLA-ogl/CGLA_ogl.vcproj
/trunk/test/CGLA-ogl/ogl_test.cpp
/trunk/test/CGLA-simple/CGLA_simple.vcproj
/trunk/test/CGLA-vec/CGLA_vec.vcproj
/trunk/test/CGLA-vec/Makefile
/trunk/test/Geometry-kdtree/Geometry_kdtree.vcproj
/trunk/test/LinAlg-leastsq/LinAlg_leastsq.vcproj
/trunk/test/Util-resman/Util_resman.vcproj
105
7176 d 4 h
jab
/trunk/apps/VolumePolygonize/
Just a few changes
/trunk/apps/VolumePolygonize/volpoly.cpp
97
7177 d 3 h
bj
/trunk/
*** empty log message ***
/trunk/data/kd_head.bmp
/trunk/apps/Geometry-test/bloomenthal-polygonize.cpp
/trunk/apps/HMesh/boundary_collapse.cpp
/trunk/apps/HMesh/decimator.cpp
/trunk/apps/IMesh/.meshviewer.trackball
/trunk/apps/OBJViewer/objview.cpp
/trunk/apps/VolumePolygonize/volpoly.cpp
81
7177 d 10 h
jab
/trunk/apps/
adding a new directory with a fun volume polygonizer
/trunk/apps/VolumePolygonize
/trunk/apps/VolumePolygonize/Makefile
/trunk/apps/VolumePolygonize/volpoly.cpp
/trunk/apps/Geometry-test/Makefile
/trunk/apps/Geometry-test/bloomenthal-polygonize.cpp
/trunk/apps/HMesh/Makefile