2024.2.1 - 2024.2.2 - 2024.2.3

Open Inventor 2024.2.3


  • .NET
  • #OIV-5600 The class ObliqueSliceBorder from the .NET medical extension crashes. – CAS-68735

  • Core
  • #OIV-5591 Incorrect background when using the offscreen render area. The alpha value of the clear color is not taken into account when the antialiasing mode selected is SUPERSAMPLING. See the methods SoOffscreenRenderArea::setClearColor() and SoOffscreenRenderArea::setAntialiasingMode()
    #OIV-5596 Too long time to first render of a scene graph containing an SoIndexedLineSet with colors specified by an SoVertexProperty::orderedRGBA.

  • Doc
  • #OIV-5553 The documentation of the SoGLContext class is not clear enough regarding sharing OpenGL contexts. – CAS-68556
    #OIV-5657 Missing deprecated list page in the C++ reference manual.

  • Package
  • #OIV-5649 Missing library fei_proxy_tbb in the zip package of Open Inventor Java – CAS-68845

  • Shader
  • #OIV-5744 The volume rendering with the physically based light model can become completely black when adding a depth offset.

  • VolumeViz
  • #OIV-5149 Wrong volume rendering of several dataset in a SoMultiDataSeparator when one dataset contains some uniform tiles and when the maximum amount of GPU texture allowed in a SoLDMResourceParameters is small.
    #OIV-5603 Rendering of volume indexed face sets is too slow when two-sided lighting is enabled. – CAS-68739
    #OIV-5658 Significant slowdown when rendering 2 SoVolumeRender objects in a SoVolumeGroup and when zooming in a lot.

Open Inventor 2024.2.2


  • Core
  • #OIV-5533 The rendering of different SoText3 on several render areas sharing the same context can gradually become transparent as the size of the render areas is reduced.

  • Java
  • #OIV-5587 Missing ioplugins folder in the headless package of version 2024.2 – CAS-68704
    #OIV-5597 jogl jar files are signed 2 times which throws a security exception from the jvm – CAS-68696

  • VolumeViz
  • #OIV-5148 The rendering of SoOrthoSlice that combines several data set with an SoMultiDataSeparator can show empty parts when each SoVolumeData::ldmResourceParameters have different max2DTexMemory.
    #OIV-5429 The rendering of an SoVolumeData displays wrong colors when the number of significant bit is specified. It can occur either for a in-memory dataset (see the numSigBits argument of the setValue method call on the field SoVolumeData::data) or for a volume specified with a custom reader (see SoVolumeReader.getNumSignificantBits()) – CAS-68159
    #OIV-5473 SoOrthoSlice becomes blurry after multiple changes of the SoVolumeData in the scene graph. – CAS-68342

Open Inventor 2024.2.1


  • Core
  • #OIV-5343 On Linux OS, a crash can occur in Intel TBB library due to symbols not mangled in libfei_tbbmalloc.so
    #OIV-5380 Slight precision issue in SbRotation

  • Readers
  • #OIV-4890 The Dicom reader can crash if the tag "Institution Name" contains unicode characters – CAS-44960

  • RemoteViz
  • #OIV-5433 Extra long message sent by the client breaks the display on server – CAS-68222 CAS-68296

  • Transparency
  • #OIV-5472 Full scene antialiasing (FSAA) does not work with SoOverlayGroup

  • Package
  • #OIV-5342 Inconsistent versioning of dll files in Open Inventor .NET