Controller Bug in new ImGui #5954
-
|
Hi Community, I recently upgrade my version to v25.12 and switch gui from qglviewer to imgui. However, the controller works well in the qglviewer but doesn't respond in the new gui. I wonder if there's anything changed I don't know. my code is `from math import cos import os class TrunkController(Sofa.Core.Controller): def effectorTarget(parentNode, position=[0., 0., 200]): class Trunk: def createScene(rootNode): I can control the trunk by pressing Thanks for your time and help. cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
In |
Beta Was this translation helpful? Give feedback.
In
qglviewer, we pressctrl + key. Inimguiorglfw, we pressctrl + shift + key.