Advanced Search
Search Results
535 total results found
Candera Scripting
New Lua Functions Two new Lua functions have been added in this version: Candera.SetEnabled Candera.IsEnabled New Script Callbacks. This version adds 5 new Callbacks: Awake OnDestroy OnEnable OnDisable LateUpdate
Candera System
New EntityComponentSystem Function Components from the EntityComponentSystem now have a function to see if the component is attached to an entity (Component::IsAttached). Rectangle now has a set function (Rectangle::Set). New MetaInfo Macro A new ...
Candera Device
Performance Recorder for WaitSync added Monitor instrumentation has been added for WaitSync methods of Render Targets. Timings of WaitSync will be measured for Analyzer usage. See also: Candera::Synchronizable::WaitSync Extended PlatformDes...
Candera Globalization
Threadsafe Globalization The CanderaGlobalization classes have been enhanced for thread-safety. Especially Candera::Globalization::CultureChangeListener now handles Candera::Globalization::CultureChangeListener::OnCultureChanged notification in a thread safe ...
TextEngine
Extended GlyphCacheAccess TextRendering::GlyphCacheAccess interface was extended with a function that should check if a glyph is valid in current context, even if cached. If the GlyphCacheAccess implementation returns false on this method, the glyph caching s...
Migration Guide
Following an overview about interface changes between Candera V3.2.0 and Candera V3.2.1. Description Candera V3.2.0 Candera V3.2.1 Activating ClearMode moved to Renderer ClearMode::Activate() Renderer::ActivateClearMode(const ClearMod...
64 Bit Support
Support for building with 64 bit has been added. Please note that 32 bit builds are no longer supported. In order to obtain a 64 bit build, one has to configure the build to use a 64 bit compiler. This can be done during CMake configuration. This configuration...
Courier V3.2.1
Foundation Changes Time stamp and Source ID have been added to the Touch Message and the Touch Info. See also: Courier::TouchMsg::SetTimeStamp(), Courier::TouchMsg::SetSourceId() and Courier::TouchInfo. Visualization Changes Render...
FeatStd CMake Switches
V3.2.0 V3.2.1 FEATSTD_MONITOR_TYPE MONITOR_COM_TYPE FEATSTD_MONITOR_BLOCK_UNTIL_CONNECT MONITOR_BLOCK_UNTIL_CONNECT FEATSTD_MONITOR_TCPIP_PORT MONITOR_TCPIP_PORT FEATSTD_MONITOR_TCPIP_ADDRESS MONITOR_TCPIP_ADDRESS FEAT...
FeatStd Monitor
Non-blocking connection setup The monitor supports non-blocking connection setup now. CGIAnalyzer and target can be connected any time now. Performance logs: Payload reduction The payload of performance logs are reduced to approx. 36 percentage of...
FeatStd Platform
64 Bit Support Support for building with 64 bit has been added. In order to obtain a 64 bit build, one has to configure the build to use a 64 bit compiler. Doing this will automatically enable the CMake variable FEATSTD_64BIT_PLATFORM which is further used in...
FeatStd Util
Thread safe String The FeatStd::String class has been enhanced by a method String::GetCriticalSection which can be used to protect the internal c-string from modification by other threads. The feature is only available when CMake flag FEATSTD_THREADSAFETY_EN...
Scene Analyzer
Loading Performance Logs A streamed performance log can be loaded after pressing pause now. Opening performance logs of older versions is supported now. Dashboard functionality The dashboard can load more than the default value recorders (CpuLoad,...
Communication
Stabilized the connection and solved crashes (hang up) when pressing stop button.Requests for communication port uses own scheduler now. This results in better reactivity and a more stabilized connection.Adaptions made to support non-blocking connection setup....
Requirements
Requirements Starting with this version, the .NET 4.5.2 is needed in order to run SceneComposer (Mantis 6824).
SceneComposer Usability Improvements
Solution Conversion from TextEffects to TextNode2D A new option "Replace Old Text Nodes" was added in the context menu for all scenes, composites and folders containing scenes or composites. This will enable the user to replace the TextNode-TextBrushEffect pa...
Photoshop Exporter
Photoshop Exporter Due to the recommendation to create documents with a 72 DPI resolution, the conversion will be done implicitly without any confirmation from the user. In this way, unexpected behavior which may be caused by internally conversion to ...
Candera/FeatStd CMake Build System Changes
i.MX6 Custom Driver Includes With the newest board support packages the drivers are available together with the other includes and libraries required when cross-compiling for the i.MX6. Therefore, it is now no longer required to specify custom driver include ...