+--------------------------------------------------+
| FEATURES / REMARKS |
+--------------------------------------------------+
- The jReality software renderer renders somtimes
the content under the mouse to the upper left
corner.
+--------------------------------------------------+
| CHANGE LOG |
+--------------------------------------------------+
[2024-07-22] Version 1.28 => 1.29
- Updated RaidaJTLoader:
- Support added for suppressing transformations (JTImporterImplementation.FLAG_SUPPRESSTRANSFORMATIONS)
- Bugfix: Color selection is now evaluating attribute "override vertex color"
- Bugfix: Date for internal version 2 is now supported
[2023-01-25] Version 1.27 => 1.28
- Updated RaidaJTLoader:
- Support for JT version 10.5
- 2 bug fixes
- Allow hiding deactivated nodes
[2021-01-17] Version 1.26 => 1.27
- Updated RaidaJTLoader (4 bug fixes),
RaidaJSONLoader (1 bug fix) and added
RaidaGLTFExporter (initial creation)
[2017-05-14] Version 1.25 => 1.26
- RaidaJTLoader and RaidaJSONExporter updated
[2017-03-01] Version 1.24 => 1.25
- JSON exporter has been updated
- OBJ exporter has been updated
- CTM exporter added
[2016-05-01] Version 1.23 => 1.24
- STLLoader updated
- Call garbage collector during file loading
[2016-04-28] Version 1.22 => 1.23
- JTLoader updated
[2016-03-06] Version 1.21 => 1.22
- JTLoader updated
[2016-01-05] Version 1.20 => 1.21
- JSON exporter has been updated
[2015-11-29] Version 1.10c => 1.20
- CADImportInterface.LAYER_SEPARATOR: Removed final to allow overwriting the value
- Removed java.awt.Color to be compatible to Android
- Updated jReality to latest version
- Integrated JOGL binaries for hardware rendering
- Replaced layers by tree structure
- Divider is movable
- Background color can only be changed by configuration file
- Added MouseWheelZoom
[2014-10-30] Version 1.10b => 1.10c
- JTLoader updated
[2014-10-30] Version 1.10a => 1.10b
- STLLoader updated
[2014-10-26] Version 1.10 => 1.10a
- JTLoader updated
- DXFLoader updated
[2014-07-13] Version 1.09 => 1.10
- DXFLoader updated
- JSONExporter updated
- Fixed default file extensions in file chooser dialog
[2012-02-15] Version 1.08 => 1.09
- JTLoader updated
- Memory Monitor widened
Version 1.07 => 1.08
- Fixed memory leak
- Fixed face normals in JRealityAdapter
Version 1.06 => 1.07
- Support for JT v9.5 added
Version 1.05 => 1.06
- Normals can be displayed by configuration
- Removed licensing from JNetCAD application
Version 1.04 => 1.05
- Centered overwrite dialog
- ProgressDialog: Progress instead of intermediate
- Deactivate "Ortho projection", if node geometry
has been found
- forms.jar updated
- looks.jar updated
- JTLoader updated
- DXFLoader updated
Version 1.03a => 1.04
- Initial window size changed
- New popup menu icons for the views
- Added second background color (color gradient)
- Added loader for JT (Jupiter Tesselation) files
- Updated jReality:
- U3D support improved (colors)
- Switched from deprecated VieweApp to JRViewer
- Updated iText.jar to version 2.1.3
Version 1.03 => 1.03a
- STL-Import: Fixed NullPointerException when
colors aren't defined
Version 1.02 => 1.03
- Configuration in WebStart mode can be changed,
but won't be saved permanently
- Memory monitor widened by 10 pixel
- SplashScreen changed (NetCAD -> JNetCAD)
- Added loader for CGR and DWF
- Suppressed OpenGL call of "glBlendFuncSeparate"
to be compatible with OGL v1.3
- Added "-Djogl.hasBlendFuncSeparate=false" to be
compatible with the next official jreality
release
Version 1.01 => 1.02
- Replaced project name due to naming rights:
NetCAD -> JNetCAD
- Bugfix: Memory leaks fixed (in JNetCAD and
jReality)
- Bugfix: Ortho mode with softviewer fixed
- Added optional normal vector correction
- Table dialog: Horizontal scroll bar activated
- Replaced external library "jReality.jar" by the
version from 2009-06-08
Version 1.00 => 1.01
- Added unsupported entities to the model
information
- Replaced external library "looks-2.1.4.jar" by
"looks-2.2.1.jar"
- Replaced external library "jReality.jar" by the
version from 2009-03-13
- Added a switch for smooth shading
- Support for file defined background colors added
(e.g. 3DS files can set it)
- Table dialogs allow to export their content into a
log file
- Bugfix: Icons in status bar were not displayed
Version 0.50 => 1.00
- NetCAD: Updated external libraries:
bcprov-jdk14-139.jar, forms-1.2.0.jar,
itext-2.1.2u.jar, looks-2.1.4.jar
- NetCAD: System-ID added to CAD loader licence
string
- NetCAD: Tooltip for memory monitor; Enabled
calling GC manually
- NetCAD: New dialog, which shows the available
importer and exporter
- NetCAD: Internal renderer replaced by jReality
(Software- and JOGL renderer [live toggle
between the viewers])
- NetCAD: Ported code to Java 1.5 due to jReality
- NetCAD: Added a tabbed pane view (due to a Java
bug which is fixed in Java 7 [light- and
heavyweight components])
- NetCAD: Deactivated shading, paper- and modelspace
if not available
- NetCAD: Disabled menuitem "New" (creation of CAD
data will be available in version 2)
- STL-Export: Export 3 and 4 point faces as
triangles
- STL-Export: Skip invalid triangles (which have
only two different coordinates)
- STL-Export: Export only the currently viewed space
(model | paper) and the visible layers
- VGF-Export: Export 3 and 4 point faces as
triangles
- VGF-Export: Skip invalid triangles (which have
only two different coordinates)
- VGF-Export: Export only the currently viewed space
(model | paper) and the visible layers
- DXF-Export: Bugfix: Write paper and model space
- All importer: Removed unsupported entities from
addition information
- All importer: Polyfacemesh in shaded mode has now
also the line representations
- All importer: Polylines with only one point can
now be rendered
- All importer: jReality adapter which enables all
loaders to render with jReality
(JOGL or software)
- All importer: Java3D adapter which enables all
loaders to render with Java3D
Version 0.50
- Initial version