kicad/plugins/3d/vrml
Seth Hillbrand a38c2aad1f ADDED: Support compressed STEP and VRML files
This adds support for opening .stpZ, step.gz and .wrz files where the
files have been compressed using ZIP or gzip according to the "standard"
published by the MBx volunteer forum at
https://www.cax-if.org/documents/rec_prac_file_compression_v12.pdf

Fixes https://gitlab.com/kicad/code/kicad/issues/2479
2020-08-19 03:20:30 +00:00
..
v1 Comment-only changes 2020-01-10 16:43:01 -08:00
v2 Comment-only changes 2020-01-10 16:43:01 -08:00
x3d Ensure file reads always use the C-locale variant 2020-07-12 20:03:50 -07:00
CMakeLists.txt ADDED: Support compressed STEP and VRML files 2020-08-19 03:20:30 +00:00
vrml.cpp ADDED: Support compressed STEP and VRML files 2020-08-19 03:20:30 +00:00
wrlfacet.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
wrlfacet.h Fixed coloring bugs related to uninitialized variable 2016-02-12 10:23:21 +11:00
wrlproc.cpp Changed test for invalid numeric strings in VRML files 2016-10-09 08:43:36 -04:00
wrlproc.h VRML plugin: VRML plugin. This patch modifies the behavior of the VRML name parser so that a name may be immediately succeeded by ] or }. 2016-05-16 09:32:15 +02:00
wrltypes.h Change logging of X3D and VRML1 parsers from stderr to wxLogTrace 2016-02-23 11:20:34 +11:00
x3d.cpp Fix unnecessary copy initialization detected by clang-tidy 2018-01-09 18:22:10 -05:00
x3d.h Added preliminary X3D parser with no visualization data 2016-02-05 15:32:52 +11:00