+--------------------------------------------------+ | FEATURES / REMARKS | +--------------------------------------------------+ - Supported JT file version: 8, 9 - Geometry and structure JT files - Colors (by material / vertex) - Supported encodings: - Bitlength: OK - Arithmetic: OK - Huffman: OK - Null: --- (no example file found) +--------------------------------------------------+ | CHANGE LOG | +--------------------------------------------------+ [2012-04-04] Version 1.23 => 1.24 - CADImportInterface extended by "importURL(URL)" - Support colors by vertex (without downsampling to a face color) - Prepared access to product structure [2012-02-15] Version 1.22 => 1.23 - Supported PointSetShapeLODElement for Version > 9.0 - Skipped possibly existing bytes after graph elements - Set global color, if points have no own color - Skip geometry, if no vertices are defined Version 1.21 => 1.22 - Bugfix: Detection of invisible faces removed too much faces Version 1.20 => 1.21 - Optimized criterion for detecting visible faces - Support for polylines added - Support for points added Version 1.11 => 1.20 - Support for JT v9.5 added - Optimized performance by ... ... reading only the referenceds TriStripSetShapeLODElements ... skipped reading PropertyProxyMetaDataElement ... skipped reading PMIManagerMetaData ... skipped reading XTBRepElement Version 1.10 => 1.11 - Another update on layername detection - Switched from generated normals to original JT file normals - Support for 'Colors by vertex' added - Bugfix: Quantization of lossy vertices failed sometimes - Show unsuppported entities only once per file Version 1.00 => 1.10 - Support for vertex based colors added - Forwarding information of refrerenced models - Layer name evaluation improved - Ignore multiple MaterialAttributeElements without warning - Full support for Huffman and Arithmetic Codec added - Bugfix: Signed bitlength decoded values were sometimes wrong Version 1.00 - Initial version