[root]/Core/Algorithms/Visualization
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 111 (100.0%) | 3072 (100.0%) | 27.6 |
callahan | 43 (38.7%) | 1470 (47.9%) | 34.1 |
mjc | 52 (46.8%) | 808 (26.3%) | 15.5 |
allen | 6 (5.4%) | 751 (24.4%) | 125.1 |
mdavis | 6 (5.4%) | 16 (0.5%) | 2.6 |
dav | 2 (1.8%) | 11 (0.4%) | 5.5 |
kuzimmer | 1 (0.9%) | 10 (0.3%) | 10.0 |
worthen | 1 (0.9%) | 6 (0.2%) | 6.0 |
add parameter for get_normals, so that volume meshes can know which face needs the normal, add normals for the unit element faces where applicable, fix hex vol face normal calculation
9 lines of code changed in 2 files:
dont render edges with vector -> color in a constant field unless we are a 1 dimensional mesh
7 lines of code changed in 1 file:
replace int get_type_description argument with enum
3 lines of code changed in 2 files:
replace int argument for get_type_description with enum that specifies which info you are interested in. depricate virtual const string get_type_name(int n = -1) const, use get_type_description(...)->get_name() instead.
3 lines of code changed in 3 files:
fix surface normal rendering, add converter for new basis type
13 lines of code changed in 1 file:
Remove Core/Volume/Util.cc and move IsPowerOf2 and LargestPowerOf2 functions to Core/Math/MiscMath.h
16 lines of code changed in 6 files:
eliminate duplicate loops in edge/face approximation, fix HexVol edge rendering, add SingleHex standalone
10 lines of code changed in 1 file:
fix broken edge/face hashing
37 lines of code changed in 1 file:
render each edge only once
22 lines of code changed in 1 file:
make stream rendering of indecies required interface, dont rely on operator<<
3 lines of code changed in 1 file:
allow point clouds to render with color
1 lines of code changed in 1 file:
Fix dynamic compilation of UHexMC
0 lines of code changed in 2 files:
Fix quad surface container type (compilation error)
0 lines of code changed in 2 files:
fix synchronization problem
1 lines of code changed in 1 file:
fix synchronization problem from rendering
0 lines of code changed in 1 file:
fixes for Pio, TriSurf rendering
6 lines of code changed in 1 file:
edge and face approximations, fix Centroids dyn compile, add debug prints in edge and face rendering
37 lines of code changed in 1 file:
fixes for TransformData{1,2,3}.net
0 lines of code changed in 1 file:
fix for modules in src/nets/Modules/Volume/volume.net, note: crashes with same memory allocation error as pre basis merge build
13 lines of code changed in 2 files:
various fixes for modules in isocontour.net
37 lines of code changed in 4 files:
(21 more)