Advanced Search
Search Results
535 total results found
SceneComposer Usability Improvements
Easy Mode Generator A configuration file will allow the user to set values that will overwrite the default value from the ApplicationConfig file when SceneComposer starts. This file can be generated by using the "SceneComposerConfigurator.exe". In this way,...
Candera V3.3.3
Release Info Release Date: March 2017 Deprecated Interfaces To keep backwards compatibility for any interface change in the public API the old interface has been kept and marked as deprecated. The deprecated interfaces will be removed in fut...
Courier V3.3.3
Release Info Release Date: March 2017 Changes No feature changes for 3.3.3 Release.
FeatStd V3.3.3
Release Info Release Date: March 2017 Interface Changes No feature changes for 3.3.3 Release.
SceneComposer Usability Improvements
Display Solution Controls as Vertical List The solution controls are displayed as a vertical list instead of horizontal icon list (Mantis 8629). See also: 3D Toolbox in SceneComposer User Manual & 2D Toolbox in SceneComposer User Manual ...
Candera V3.3.2
Release Info Release Date: March 2017 Deprecated Interfaces To keep backwards compatibility for any interface change in the public API the old interface has been kept and marked as deprecated. The deprecated interfaces will be removed in fut...
Courier V3.3.2
Release Info Release Date: March 2017 Changes No feature changes for 3.3.2 Release.
FeatStd V3.3.2
Release Info Release Date: March 2017 Interface Changes No feature changes for 3.3.2 Release.
Analyzer V3.3.2
Release Info Release Date: March 2017 Feature Changes No feature changes for 3.3.2 Release.
SceneComposer Usability Improvements
Layout Borders The borders of the grid cells can be visualized in SceneComposer scene editor. The border of every cell of the layouter will be visible as a yellow line. This border is visible if the group is selected or if just one single cell is selected. T...
Candera/FeatStd CMake Build System Changes
New CMake variables were added: Name Description Possible values CANDERA_TEXTENGINE_WORKER_THREAD_ENABLED Uses a worker thread for asynchronous text rendering when enabled. Otherwise it uses a single threaded solution. ON/OFF (Default: ON...
Candera Engine 3D
Glyph Atlas TextNode Renderer This version introduces a new text node renderer for TextNode2D which uses a glyph atlas for rendering.
Candera Engine 2D
Glyph Atlas TextBrush Cache This version introduces a new text brush cache which uses a glyph atlas. Reworked TextNode2D Parts of TextNode2D have been rewritten. Main changes happened to the internal render processes. The rework was necessary for ...
Candera Base
Bitmap Atlas The BitmapAtlas class packs several smaller images into the bitmap of the atlas. It supports padding between packed images so that the user can mipmap the atlas if necessary. Glyph Atlas The GlyphAtlas stores glyphs in bitmap atlases ...
Candera Monitor
The monitor and analyzer supports recording performance logs in multiple threads now. It is advised to use the synchronization barrier (macros in PerfMonPublicIF.h) when dumping data. However, it is not necessary in most cases. It is also advised to use diffe...
Candera Device
Support for Device Specific Properties in Generic OpenGL ES Device Package Device packages based on Generic OpenGL ES Device Package can now extend the common Window properties with device specific ones, like special color formats or swap behaviors for exampl...
Candera AssetLoader
Asynchronous asset loading Assets can be loaded asynchronously now. A new CMake flag CANDERA_ASSETLOADER_WORKER_THREAD_ENABLED specifies if the asynchronous asset load requests are handled on a dedicated thread or on the caller one. To load the assets asynchr...
TextEngine
The TextEngine had two layout issues: Justified alignment were not always correctly left or right aligned. Another effect of this issue was that glyphs at the border moved outside of the defined text area. This has been fixed. The text were not correctly alig...