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
/
src/
– Rev 692
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
692
2854 d 7 h
jerf
/trunk/src/CGLA/
better 3x3 inverse and float constants
/trunk/src/CGLA/ArithSqMat3x3Float.cpp
/trunk/src/CGLA/CGLA.h
691
3721 d 20 h
jerf
/trunk/src/GLGraphics/
needed to compile with VS2013
/trunk/src/GLGraphics/Console.cpp
629
4415 d 1 h
asny
/trunk/src/GLGraphics/
Made it possible to save images in ONG format when using SOIL
/trunk/src/GLGraphics/SOIL.c
/trunk/src/GLGraphics/SOIL.h
628
4442 d 2 h
mono
/trunk/src/GLGraphics/
allow images where width is multiple of 1 (default is 4)
/trunk/src/GLGraphics/SOIL.c
627
4465 d 20 h
jerf
/trunk/src/GLGraphics/
killing unnecessary stb header file
/trunk/src/GLGraphics/stb_image_aug.h
/trunk/src/GLGraphics/Console.cpp
626
4481 d 1 h
awkr
/trunk/src/GLGraphics/
Added missing include.
/trunk/src/GLGraphics/Console.h
624
4497 d 8 h
mono
/trunk/src/CGLA/
Added helper functions for Mat4x4f: perspective, frustum, lookat, ortho (usefull when working OpenGL 3.0+)
/trunk/src/CGLA/CGLA.h
/trunk/src/CGLA/Mat4x4f.cpp
/trunk/src/CGLA/Mat4x4f.h
623
4527 d 6 h
jerf
/trunk/src/GLGraphics/
adding a function to GLViewController which sets up the camera using the usual input parameters
/trunk/src/GLGraphics/GLViewController.cpp
/trunk/src/GLGraphics/GLViewController.h
/trunk/src/GLGraphics/QuatTrackBall.cpp
622
4574 d 20 h
jrf
/trunk/src/Geometry/
adding functions for texture coordinate transformation to TriMesh (and coding style change: tabs -> spaces)
/trunk/src/Geometry/TriMesh.cpp
/trunk/src/Geometry/TriMesh.h
621
4576 d 18 h
jrf
/trunk/src/Geometry/
Bug: error when reading 3ds Max mtl-file export. Fix: new fstream loader is more strict, so we have to be more careful when reading input.
/trunk/src/Geometry/obj_load.cpp
618
4582 d 4 h
jab
/trunk/
Some changes to make curvature visualization work
/trunk/GEL.xcodeproj/project.pbxproj
/trunk/README
/trunk/apps/MeshEdit/VisObj.cpp
/trunk/apps/MeshEdit/VisObj.h
/trunk/apps/MeshEdit/meshedit.cpp
/trunk/src/GLGraphics/ManifoldRenderer.cpp
614
4583 d 5 h
jab
/trunk/
Fixed a problem with global variables in harmonics.cpp causing meshedit to crash on exit.
/trunk/apps/MeshEdit/VisObj.h
/trunk/apps/MeshEdit/harmonics.cpp
/trunk/apps/MeshEdit/harmonics.h
/trunk/apps/MeshEdit/meshedit.cpp
/trunk/src/GLGraphics/ManifoldRenderer.cpp
612
4583 d 8 h
jrf
/trunk/src/Geometry/
correcting bug in last commit
/trunk/src/Geometry/obj_load.cpp
610
4583 d 8 h
jrf
/trunk/src/Geometry/
removing VS warnings
/trunk/src/Geometry/AABox.cpp
609
4583 d 9 h
jab
/trunk/
I have added some patches to make cmake work for Unix Makefiles on Mac.
The old Makefile system has been removed.
Slight change to XCode project
Minor changes
/trunk/Makefile
/trunk/apps/MeshDistance/Makefile
/trunk/apps/OBJViewer/Makefile
/trunk/apps/Pathtracer/Makefile
/trunk/apps/Raytracer/Makefile
/trunk/makefiles
/trunk/src/CGLA/Makefile
/trunk/src/GLGraphics/Makefile
/trunk/src/Geometry/Makefile
/trunk/src/HMesh/Makefile
/trunk/src/LinAlg/Makefile
/trunk/src/Util/Makefile
/trunk/test/CGLA-covariance/Makefile
/trunk/test/CGLA-mat/Makefile
/trunk/test/CGLA-ogl/Makefile
/trunk/test/CGLA-simple/Makefile
/trunk/test/CGLA-vec/Makefile
/trunk/test/Geometry-kdtree/Makefile
/trunk/test/LinAlg-eigensolver/Makefile
/trunk/test/LinAlg-leastsq/Makefile
/trunk/test/Util-resman/Makefile
/trunk/CMakeLists.txt
/trunk/GEL.xcodeproj/project.pbxproj
/trunk/src/GLGraphics/QuatTrackBall.cpp
/trunk/src/Geometry/AABox.cpp
/trunk/src/Geometry/Polygonizer.cpp
/trunk/src/Geometry/Polygonizer.h
/trunk/src/Geometry/Ray.h
/trunk/src/Geometry/rply.c
/trunk/src/Util/HashKey.cpp
/trunk/src/Util/XmlParser.cpp
/trunk/src/Util/XmlParser.h
608
4585 d 17 h
jrf
/trunk/src/GLGraphics/
ensuring compatibility with code based on pre-merge trunk version
/trunk/src/GLGraphics/draw.cpp
607
4585 d 17 h
jrf
/trunk/
removing Visual Studio warnings and some CMake problems
/trunk/CMakeLists.txt
/trunk/apps/MeshEdit/meshedit.cpp
/trunk/apps/MeshEdit/polarize.cpp
/trunk/src/GLGraphics/ManifoldRenderer.cpp
/trunk/src/Geometry/tessellate.cpp
/trunk/src/HMesh/cleanup.cpp
/trunk/src/HMesh/curvature.cpp
/trunk/src/HMesh/mesh_optimization.cpp
/trunk/src/HMesh/triangulate.cpp
606
4585 d 17 h
jrf
/trunk/src/Geometry/
ensuring compatibility with code based on pre-merge trunk version
/trunk/src/Geometry/Material.h
/trunk/src/Geometry/obj_load.cpp
605
4589 d 4 h
jab
/trunk/
/trunk/CMakeLists.txt
/trunk/README_MSVC
/trunk/src/CGLA/eigensolution.cpp
/trunk/src/Geometry/obj_load.cpp
/trunk/src/HMesh/Manifold.cpp
/trunk/src/LinAlg/LapackFunc.h
603
4590 d 2 h
jab
/trunk/
Made it work with cmake
/trunk/src/GL/glxew.h
/trunk/src/GL/wglew.h
/trunk/CMakeLists.txt
/trunk/GELFindGlut.cmake
/trunk/src/GL/glew.h
/trunk/src/GLGraphics/SOIL.c
/trunk/src/GLGraphics/gel_gl.h
/trunk/src/GLGraphics/gel_glu.h
/trunk/src/GLGraphics/gel_glut.h
←Prev
1
2
Next→
Show All