Skip to content

SSV Module

Reinhold Poscher requested to merge reinhold_ssv into dev-v2

Adds the module ssv to the library (in geometry) which allows efficient sequential and parallel evaluation of SSV elements, segments and scenes.

New Features

  • [core]:
    • The PlatformHelper class now provides a method threadPriority() to get the thread priority of the calling thread. This can be used to obtain the current thread priority and use it also for child threads.
  • [geometry]:
    • Added the module ssv together with unit tests and an example application
Edited by Philipp Seiwald

Merge request reports