kicad/3d-viewer/3d_cache
Mrio Luzeiro d8eab321f7 3D Viewer: complete refactor of the 3D viewer.
* Split and rewrite the preview window and canvas.
* Create a new class for handling the board information.
* Adds new render targets: openGL, legacy, and ray tracing.
* Render targets take full advantage of the new 3D plugins system and 3D cache
  for a fast 3D model loading.
* Faster board loading.
* New OpenGL render is faster than the old one.
* New ray tracing render target with a post processing shader.
* Use of new 3D plugins (WRL, X3D, STEP and IGES) and 3D model caching.
* Preview of 3D model while browsing the file name.
* 3D preview of the footprint while adding / align 3D shapes.
* Render of 3D models according to attributes: Normal, Normal+Insert, Virtual.
* Pivot rotation centered in one point over the PCB board.
* Shortcuts keys improved for XYZ orientation..
* Animated camera.
2016-07-19 13:35:25 -04:00
..
dialogs 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
sg Fix a few compil warnings (not used vars, shadowed local vars) 2016-06-01 14:22:05 +02:00
3d_cache.cpp 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
3d_cache.h 3D file name resolver improvements. 2016-04-17 18:35:32 -04:00
3d_cache_wrapper.cpp Better 3D filename resolution 2016-06-09 07:48:49 +02:00
3d_cache_wrapper.h + Removed glm source from kicad tree (Maciej / Cirilo) 2015-12-08 18:31:57 +11:00
3d_filename_resolver.cpp Slightly modify a declaration to make compil compatible with gcc 4.8.4, used in Ubuntu 14.04 LTS (the latest LTS currently available), and to avoid many bug reports. 2016-06-13 14:19:47 +02:00
3d_filename_resolver.h 3D file name resolver improvements. 2016-06-12 18:46:00 -04:00
3d_info.h 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
3d_plugin_manager.cpp 3D Viewer: change 3D model cache path. 2016-06-21 14:02:04 -04:00
3d_plugin_manager.h Improved 3D cache manager's ability to replace outdated cache models 2016-01-31 13:21:12 +11:00
CMakeLists.txt 3D_cache/cmakelists.txt: Don't clear CMAKE_CXX_FLAGS compiler flags 2016-05-02 11:45:23 +02:00
str_rsort.h + Removed glm source from kicad tree (Maciej / Cirilo) 2015-12-08 18:31:57 +11:00