If upgrading from Ventuz 4 to Ventuz 5 there are some (breaking) changes in functionality and work-flow to be considered. These changes can be grouped in three categories:
To make it clear: Ventuz Designer and Runtime always guarantees Downwards Compatibility and thus is always able to load scenes and presentations created in former Ventuz versions.
These are nodes which not work anymore as their functionality has been removed:
These are nodes which are not available in the Toolbox anymore but are still working when loaded from scenes created in Ventuz 4:
Through the deprecated Texture Node, the following features are available but won't work:
When building new scenes in Ventuz 5 you have to consider some changes in workflow to achieve certain results:
Before Ventuz 5 font loading and text layout was based on a mix of Windows GDI & WPF functionality. This sometimes prevented some fonts from being loaded and lay out correctly. Another big issue was the support of complex script languages like Arabic and Hindi: text in these languages was not always displayed correctly. To solve these problems Ventuz 5 now utilizes DirectWrite. The change of the font layout engine causes some more or less small changes in the text layout and character positioning.
Here are the differences in the new text layout. On the left it the text output of Ventuz 4, on the right Ventuz 5. It's important to note that all these differences do not apply to all fonts. Most of the fonts will be identical or close to the same as in Ventuz 4!
Line Spacing: for some fonts the line distance and base-line may differ between Ventuz 4 and Ventuz 5
Line Spacing in multi-font text: with the Enriched Block Text node one can mix different fonts in one text. In Ventuz 4 the line distance was only based on the parameters of the first font. In Ventuz 5 every used font is taken into account for line distance calculations.
Scaling: when scaling text in the Enriched Block Text node the line distance was not scaled, this is changed for Ventuz 5.
Line Trimming: in Ventuz 4 words which where too long for a single line where trimmed, in Ventuz 5 the exceeding characters are wrapped to the next line.
Trailing Space Character: in Ventuz 5 trailing space characters are trimmed whereas they where handled as normal characters in Ventuz 4.
Wrapping: due to slightly different character positioning wrapping might be different as text might exceed boundings earlier or later.
Monospace: monospace layout for non-monospace fonts needs a special layout routine and the average character width taken as reference may differ to Ventuz 4. This may result in a different character spacing in Ventuz 5.
Justification: Ventuz 5, respectively DirectWrite performs an inter-character space modification to justify text, Ventuz 4 just increased the inter-word space.
Center Alignment: Ventuz 5 has a slightly different calculation of center-aligned text.
Kerning: For some fonts (e.g. Arial) character pair kerning cannot be disabled anymore.
Character Wrapping mode: wrapping test in 'Character' mode does not work with Windows 7 as this DirectWrite function is only available from Windows 8.1 on.
Texture Mapping: Due to slightly different font metric parameter used by DirectWrite the texture mapping on the character may look slightly different.
In Ventuz 4, animations like rotation and scaling letters do not apply the correct origin for the transformation. Ventuz 5 fixes this, resulting in a change. This is only for effect layers, the plain layer has always been animated correctly.
Light attenuation, the way it is calculated how lights get dimmer with distance, has changed depending on the engine type
In Ventuz 4 the source/destination color in the separate alpha section was interpreted differently between AMD and NVIDIA GPU's.
In Ventuz 5 all references to source / dest color in the separate alpha section are changed to references to source / dest alpha. This is how NVidia interprets this. This is also for future DX11 compatibility.