News
Scenome 22.24 — 6/19/2022
Release details are described below.
Table 1.1. Description of Changes.
Change Log |
---|
Fixed a minor memory leak related to the removal of the <NodeSelector> class. |
Added support to the Magnifier draw mode for signed integer formats. This includes normalized integer formats I8N and I816. |
Added new data interfaces to <Image> class that make it easier to work with planar formats. You can now access PlaneOffsetX, PlaneOffsetY, PlaneWidth, and PlaneHeight. You can also call GetPlaneInfo ti automatically pack all this information into an <Int32VectorArray>. |
In <GroupDataCaptureBoundMin>, <GroupDataCaptureBoundMax>, <Float32VectorDataCaptureGroupBoundMin>, and <Float32VectorDataCaptureGroupBoundMax> the member function GetDimension now returns the row count specified by the object. Previously this function returned the row count as GLSL_DataType_Vec3, regardless of what value was stored by the object. |