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)
/
branches
/
quaternion_cleanup
/
src/
– Rev 303
Rev
Hide changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
303
6747 d 1 h
bj
/branches/quaternion_cleanup/src/CGLA/
/branches/quaternion_cleanup/src/CGLA/ArithQuat.h
282
6838 d 23 h
bj
/branches/quaternion_cleanup/src/CGLA/
templatified Quaternion into Quatf and Quatd by introducing ArithQuat
/branches/quaternion_cleanup/src/CGLA/Quaternion.cpp
281
6838 d 23 h
bj
/branches/quaternion_cleanup/
templatified Quaternion into Quatf and Quatd by introducing ArithQuat
/branches/quaternion_cleanup/src/CGLA/Quatd.h
/branches/quaternion_cleanup/src/CGLA/Quaternion.h
/branches/quaternion_cleanup/src/CGLA/Quatf.h
/branches/quaternion_cleanup/src/CGLA/Vec3d.h
/branches/quaternion_cleanup/src/CGLA/Vec3f.cpp
/branches/quaternion_cleanup/src/CGLA/Vec3f.h
/branches/quaternion_cleanup/test/CGLA-simple/simple_test.cpp
/branches/quaternion_cleanup/test/CGLA-vec/vec_test.cpp
278
6839 d 0 h
bj
/branches/quaternion_cleanup/
made a copy
/branches/quaternion_cleanup
277
6839 d 3 h
jrf
/trunk/src/
The int_pow function in CGLA has been updated to run with O(log(n)) complexity.
The QuatTrackBall has been updated.
/trunk/src/CGLA/CGLA.h
/trunk/src/GLGraphics/QuatTrackBall.cpp
/trunk/src/GLGraphics/QuatTrackBall.h
271
6853 d 0 h
bj
/trunk/
removed .vcproj and .sln files from SVN
/trunk/GEL.sln
/trunk/apps/BloomenthalPolygonize/BloomenthalPolygonize.vcproj
/trunk/apps/BoundaryCollapse/BoundaryCollapse.vcproj
/trunk/apps/Decimator/Decimator.vcproj
/trunk/apps/OBJViewer/OBJViewer.vcproj
/trunk/apps/VolumePolygonize/VolumePolygonize.vcproj
/trunk/src/CGLA/CGLA.vcproj
/trunk/src/GLGraphics/GLGraphics.vcproj
/trunk/src/Geometry/Geometry.vcproj
/trunk/src/HMesh/HMesh.vcproj
/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-simple/CGLA_simple.vcproj
/trunk/test/CGLA-vec/CGLA_vec.vcproj
/trunk/test/Geometry-kdtree/Geometry_kdtree.vcproj
/trunk/test/LinAlg-leastsq/LinAlg_leastsq.vcproj
/trunk/test/Util-resman/Util_resman.vcproj
248
6899 d 1 h
bj
/trunk/src/CGLA/
/trunk/src/CGLA/CGLA.h
230
6936 d 23 h
bj
/trunk/src/Geometry/
resolving jab sloppyness ;-)
/trunk/src/Geometry/QEM.cpp
229
6936 d 23 h
bj
/trunk/src/HMesh/
warnings removed
/trunk/src/HMesh/smooth.cpp
223
6943 d 1 h
bj
/trunk/
resolved LIBC default lib issue with a #pragma
clapack.lib needs to have libc ignored
/trunk/makefiles/msvc8exe.mpt
/trunk/makefiles/msvcexe.mpt
/trunk/src/LinAlg/LapackFunc.h
222
6954 d 21 h
jab
/trunk/src/
minor changes
/trunk/src/Geometry/QEM.cpp
/trunk/src/HMesh/quadric_simplify.cpp
220
6954 d 23 h
jab
/trunk/
Fixed QEM problems
/trunk/apps/Decimator/Makefile
/trunk/apps/Decimator/decimator.cpp
/trunk/src/Geometry/QEM.cpp
/trunk/src/Geometry/QEM.h
/trunk/src/HMesh/quadric_simplify.cpp
219
6955 d 1 h
bj
/trunk/src/HMesh/
#include "Util/BinaryHeap.h" removed
/trunk/src/HMesh/quadric_simplify.cpp
215
6955 d 23 h
jab
/trunk/src/HMesh/
Our version of QSlim has been greatly improved. It now performs
consistency checks to avoid bad edge collapses which will flip
triangles. Another fixed problem was a voracious memory hunger.
Fuzzy vector median smoothing has been added.
Other changes are minor.
/trunk/src/HMesh/caps_and_needles.cpp
/trunk/src/HMesh/quadric_simplify.cpp
/trunk/src/HMesh/smooth.cpp
/trunk/src/HMesh/smooth.h
/trunk/src/HMesh/volume_polygonize.cpp
214
6955 d 23 h
jab
/trunk/src/Geometry/
Load raw can now load a signed short volume
Elsewhere Vec3d has replaced Vec3f
/trunk/src/Geometry/QEM.cpp
/trunk/src/Geometry/QEM.h
/trunk/src/Geometry/TrilinFilter.cpp
/trunk/src/Geometry/load_raw.cpp
211
7044 d 23 h
jab
/trunk/src/
Removed IMesh from documents
/trunk/src/gel.doxygen
206
7053 d 2 h
jrf
/trunk/src/CGLA/
Added a constructor to Vec3f taking a Vec4f as argument. The last element of the Vec4f is simply thrown away.
Added a Vec2ui. A 2D vector of unsigned integers is useful for specifying dimensions.
/trunk/src/CGLA/Vec2ui.h
/trunk/src/CGLA/Vec3f.cpp
/trunk/src/CGLA/Vec3f.h
204
7089 d 2 h
jrf
/trunk/src/GLGraphics/
Minor bug corrected with respect to zero rotation
/trunk/src/GLGraphics/QuatTrackBall.cpp
203
7092 d 3 h
jrf
/trunk/src/Geometry/
pragmas corrected
/trunk/src/Geometry/KDTree.h
198
7096 d 1 h
bj
/trunk/
Added Visual Studio 2005 compatibility
/trunk/MPC/config/swig_perl.mpb
/trunk/MPC/templates/vc8platforms.mpt
/trunk/build_vc8_solution.bat
/trunk/makefiles/msvc8exe.mpt
/trunk/makefiles/msvc8lib.mpt
/trunk
/trunk/MPC/config/boost_date_time.mpb
/trunk/MPC/config/boost_filesystem.mpb
/trunk/MPC/config/boost_prg_exec_monitor.mpb
/trunk/MPC/config/boost_regex.mpb
/trunk/MPC/config/boost_signals.mpb
/trunk/MPC/config/boost_test_exec_monitor.mpb
/trunk/MPC/config/boost_thread.mpb
/trunk/MPC/config/boost_unit_test_framework.mpb
/trunk/MPC/config/global.features
/trunk/MPC/config/xerces.mpb
/trunk/MPC/modules/AutomakeWorkspaceCreator.pm
/trunk/MPC/modules/BMakeWorkspaceCreator.pm
/trunk/MPC/modules/Creator.pm
/trunk/MPC/modules/DirectoryManager.pm
/trunk/MPC/modules/NMakeWorkspaceCreator.pm
/trunk/MPC/modules/ProjectCreator.pm
/trunk/MPC/modules/TemplateInputReader.pm
/trunk/MPC/modules/TemplateParser.pm
/trunk/MPC/modules/VC8WorkspaceCreator.pm
/trunk/MPC/modules/WorkspaceCreator.pm
/trunk/MPC/mpc.pl
/trunk/MPC/mwc.pl
/trunk/MPC/templates/automake.mpd
/trunk/MPC/templates/bmake.mpd
/trunk/MPC/templates/em3.mpd
/trunk/MPC/templates/ghs.mpd
/trunk/MPC/templates/html.mpd
/trunk/MPC/templates/make.mpd
/trunk/MPC/templates/makedll.mpt
/trunk/MPC/templates/nmake.mpd
/trunk/MPC/templates/nmakedll.mpt
/trunk/MPC/templates/nmakeexe.mpt
/trunk/MPC/templates/sle.mpd
/trunk/MPC/templates/vc6.mpd
/trunk/MPC/templates/vc7.mpd
/trunk/MPC/templates/vc7csharp.mpd
/trunk/MPC/templates/vc7dll.mpt
/trunk/MPC/templates/vc7exe.mpt
/trunk/MPC/templates/vc7libexe.mpt
/trunk/MPC/templates/vc7vb.mpd
/trunk/MPC/templates/vc8.mpd
/trunk/MPC/templates/vc8dll.mpt
/trunk/MPC/templates/vc8exe.mpt
/trunk/MPC/templates/vc8lib.mpt
/trunk/MPC/templates/vc8libexe.mpt
/trunk/MPC/templates/vccommon.mpt
/trunk/apps/BloomenthalPolygonize/BloomenthalPolygonize.vcproj
/trunk/apps/BoundaryCollapse/BoundaryCollapse.vcproj
/trunk/apps/Decimator/Decimator.vcproj
/trunk/apps/Decimator/decimator.cpp
/trunk/apps/OBJViewer/OBJViewer.vcproj
/trunk/apps/OBJViewer/objview.cpp
/trunk/apps/VolumePolygonize/VolumePolygonize.vcproj
/trunk/makefiles/msvcexe.mpt
/trunk/src/CGLA/CGLA.vcproj
/trunk/src/GLGraphics/GLGraphics.vcproj
/trunk/src/GLGraphics/SimpleTrackBall.h
/trunk/src/Geometry/Geometry.vcproj
/trunk/src/Geometry/KDTree.h
/trunk/src/HMesh/HMesh.vcproj
/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-simple/CGLA_simple.vcproj
/trunk/test/CGLA-vec/CGLA_vec.vcproj
/trunk/test/Geometry-kdtree/Geometry_kdtree.vcproj
/trunk/test/Geometry-kdtree/kdtree-test.cpp
/trunk/test/LinAlg-leastsq/LinAlg_leastsq.vcproj
/trunk/test/Util-resman/Util_resman.vcproj
←Prev
1
2
Next→
Show All