Skip to content
Snippets Groups Projects
  • Released date
  • Created date

Evidence collection

Collected 2 weeks ago

Release notes

v0.3.7

Related issue
See related issue #140

Feature(s) description
ENVIRONMENT

  • [Add] environment setup at the start of 3D-Info (set from configuration file). It was previously made from a launcher executable, but it is temporarily removed. This change only applies for Windows releases
  • [Add] 3D-Info environment configuration file '3dinfo_env_config.ini' to setup the 3D-Info environment.

LAUNCHER

  • [Remove] cst_3dinfo_launcher.exe on Windows releases. The file is quarantined due to the cration of the 3DInfo process. We are waiting to add a Windows signature to remove this problem. A shortcut to the 3D-Info executable will replace the launcher for the time being

v0.3.6

Feature(s) description
ANIMATION

  • [Improve] AnimationController update behavior. Each tick, the time code is evaluated (floored to the lowest time code) and when it differs from the current time code, the frame is updated in the engine. The time between two time code changes is saved and used to compute the real animation frames per second. When the time code is updated, it is confronted to the old time code to know if some frames were skipped between two updates. This behavior is based on the trust of the QTimer signal update periodicity used to compute the animation frame in the controller

COMMON

  • [Add] doubleFloorStep methods (see common/math/scalar.h). It allows to floor a double value given a specific step (e.g. '8' with a step of '3' will output '6'). It is also possible to specify a starting value (e.g. '8' with a step of '3' and a starting value of '4' will output '7')
Loading