kicad/3d-viewer/3d_rendering/3d_render_raytracing
Ian McInerney c21e96bcf9 Add virtual destructor to CMATERIAL
CMATERIAL is a base class, so it should have a virtual constructor
to prevent undefined behavior (and silence warnings).
2019-12-28 16:44:28 +00:00
..
accelerators Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
shapes2D SHAPE_LINE_CHAIN: Unify constructors 2019-12-12 13:54:48 +00:00
shapes3D Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
PerlinNoise.cpp 3d: Fix initialization call 2019-11-07 04:45:46 -08:00
PerlinNoise.h (forget to staged modified files) 2016-10-09 11:33:53 -04:00
c3d_render_createscene.cpp Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
c3d_render_raytracing.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
c3d_render_raytracing.h Removing OpenMP 2018-09-21 12:44:20 -07:00
cfrustum.cpp 3D-Viewer: Fix precision issues (experienced on isometric mode) in frustum tests 2017-01-18 18:09:27 -05:00
cfrustum.h 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
clight.h Fixed a memleak in raytracer 2017-06-27 10:58:43 +02:00
cmaterial.cpp 3D-Viewer: improvements on reflections and on plastic normal texture 2017-01-26 07:22:46 -05:00
cmaterial.h Add virtual destructor to CMATERIAL 2019-12-28 16:44:28 +00:00
hitinfo.h (forget to staged modified files) 2016-10-09 11:33:53 -04:00
mortoncodes.cpp 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
mortoncodes.h Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
ray.cpp Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
ray.h 3D-Viewer: Fix precision issues (experienced on isometric mode) in frustum tests 2017-01-18 18:09:27 -05:00
raypacket.cpp improve anti-aliasing 2016-10-27 10:22:21 -04:00
raypacket.h improve anti-aliasing 2016-10-27 10:22:21 -04:00