ScheiklP / sofa_godot

The SOFA-Godot Plugin - Create SOFA scenes in Godot!
MIT License
9 stars 2 forks source link

Translation and Rotation in sofa #4

Open saketh2002 opened 4 months ago

saketh2002 commented 4 months ago

Hi, I tried to create a sofa scene using deformable object. While it looked good on godot, when ran the sofa script, the mesh was comletely distorted. I tried removing all the translation and rotation, and it worked good. Is there a problem with definiing rotation for deformable objects in sofa ? because I tried to write code from scratch using deformable object, and it turned out the same distorted way when I gave some rotation input. Attaching with and without translation/rotation for reference Screenshot from 2024-04-20 01-48-18

Screenshot from 2024-04-20 01-48-59

ScheiklP commented 4 months ago

Hi @saketh2002 , could you share the scene code and mesh file with me so I can have a look and reproduce your issue?

Cheers, Paul