Skip to content

Commit

Permalink
Add doc string to SoFCTransform
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Nauck <benjamin@nauck.se>
  • Loading branch information
wwmayer and hyarion committed Nov 28, 2024
1 parent 38672be commit 496c6d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Gui/Inventor/SoFCTransform.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@
namespace Gui
{

/**
* @class SoFCTransform
* @brief A temporary workaround for coin3d/coin#534.
*
* This class is a workaround for a missing feature to reduce the OpenGL stack size.
* The issue was reported here: https://github.com/coin3d/coin/issues/534
* And was merged here: https://github.com/coin3d/coin/pull/535
*
* Once this feature is available in all supported versions of Coin3D, this class should
* be removed and all instances should revert to using SoTransform.
*/
class GuiExport SoFCTransform : public SoTransform
{
using inherited = SoTransform;
Expand Down

0 comments on commit 496c6d8

Please sign in to comment.