98 Commits (85eed87b2882ddfa9d27bf4a52e91d22be9f14f7)

Author SHA1 Message Date
Jeff Young a25368cc6b Improve spelling. 6 years ago
Jeff Young baeb3689b5 Improve SNR (and spelling). 6 years ago
Seth Hillbrand 59ed9f086f 3d-viewer: Remove dead code 6 years ago
Simon Schubert 0823692dda 3d: min dot needs to be square 6 years ago
Seth Hillbrand 77cefe0c16 Normalize line endings 6 years ago
Seth Hillbrand 9163ac543a pcbnew: Move pads to std::deque 7 years ago
Seth Hillbrand 888c01d11b pcbnew: Move tracks to std::deque 7 years ago
Seth Hillbrand d1877d7c1b Moving modules from DLIST to std::deque 7 years ago
Seth Hillbrand ddc6079ceb Move remaining hard-coded segment counts 7 years ago
Henner Zeller 2aea26de1e Raytracing - a more pleasing way sequencing blocks to render. 7 years ago
Mario Luzeiro b9a17b928a Fixes lp Bug #1828747 - Add some epsilon value to ray dir on orthographic mode 7 years ago
John Beard 18593d2dbb 3D viewer: decouple renderers from wxCursors 7 years ago
jean-pierre charras 098d9bf056 3D viewer: Fix: board outlines ignored in 3D for triangular board shapes 7 years ago
jean-pierre charras 3dd5a912b6 remove dead code. 7 years ago
Seth Hillbrand 0769b0409f 3d-viewer: Remove threading on middle layer 7 years ago
jean-pierre charras 90139d540c 3D viewer: Fix hanging when a board is displayed in non realistic mode and the body is not shown. 7 years ago
Mario Luzeiro 350a6052c0 Fixes 3D Viewer: Raytracing line artifact, lp:1680530 7 years ago
John Beard e52688586a Don't use memset to initialise aggregate of floats. 7 years ago
Seth Hillbrand ddea4e11d1 3d-viewer: Fix intersection bug 7 years ago
Seth Hillbrand f8784f30a8 Removing OpenMP 7 years ago
Maciej Suminski 18c38bd60e Fixed a shadowed variable warning 7 years ago
Seth Hillbrand a6325aab29 Replacing Tesselation 7 years ago
Seth Hillbrand f6bd6b1360 3d: Replace glFinish with glFlush 8 years ago
jean-pierre charras 6e5131be5a Minor fix in fp editor and fp viewer: display the fp info instead of the useless board info. 8 years ago
jean-pierre charras 4cc62ce038 3D viewer: minor enhancement: display the name of the 3D shape being loaded. 8 years ago
Seth Hillbrand 86f744a1fd Adding initialization to GLM vectors 8 years ago
Ievgenii Meshcheriakov 18b0b78397 Correctly initialize module matrices in raytracer 8 years ago
Carsten Schoenert a11714b1a4 fix misspelled 'an other' -> 'another' 8 years ago
Jeff Young cd0cd242d1 Move 3D polygon approximation to absolute-error algorithm. 8 years ago
Maciej Suminski 5bbb4489b3 Fixed out of bounds access to m_shaderBuffer array in 3D viewer raytracer 8 years ago
Bernhard Stegmaier a786078747 Fix clang-mp build error (don't declare const variables as being firstprivate) 8 years ago
Jean Philippe EIMER e0f7958dbd Compatibility fixes for GLM 0.9.9 8 years ago
jean-pierre charras 5d72aebd22 Fix code after renaming files 8 years ago
jean-pierre charras 5d08f1a0d9 Breaks the large create_layer_items.cpp file into 2 smaller specialized files, to make changes in 3D shapes calculations more easy. 8 years ago
Camille 5c4f8abd24 Fix type promotion in math function 8 years ago
Camille 9ff66a5274 Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 8 years ago
Mark Roszko b98cc0b937 Some coverity fixes 8 years ago
jean-pierre charras 00c2257b26 3D viewer: Remove outdated option "show holes in zones" that was no longer used in opengl mode, and useless in ray tracing 8 years ago
jean-pierre charras 68268973b7 To avoid mistakes between graphic layers for pads, holes and not plated holes, rename 3 GAL_LAYER_ID names: 8 years ago
Oliver b80449b069 Fixes for 3D model offset 8 years ago
Wayne Stambaugh f3908bd87c Revert premature commit of 17ab319b, "Fixes for 3D model offset". 8 years ago
Oliver 17ab319b99 Fixes for 3D model offset 8 years ago
Tomasz Włostowski 90ab5860dc refactoring: removed dependency of libpcbcommon on 3d-viewer. 8 years ago
jean-pierre charras 43084daa40 Fix a few doxygen warnings 8 years ago
Maciej Suminski 1e87ae6c50 Fixed a memleak in raytracer 8 years ago
jean-pierre charras 6a3c1720b2 Fix a few doxygen warnings 9 years ago
Tomasz Włostowski 3b16d3cffe further DLIST/Iterators cleanup, some code formatting 9 years ago
Wayne Stambaugh 66e97fa905 Doxygen comment improvements. 9 years ago
jean-pierre charras 6eb2000b69 fix Coverity warning (CID 151565) (CID 155147) 9 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago