We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae82e7a commit 67bd550Copy full SHA for 67bd550
examples/Demos/fallingSOFA.scn
@@ -30,7 +30,10 @@
30
<VisualStyle displayFlags="showVisual"/>
31
32
<!-- Define Mouse left click as a Bilateral Lagrangian constraint -->
33
- <ConstraintAttachButtonSetting />
+ <ConstraintAttachButtonSetting/>
34
+
35
+ <!-- Drawing the world coordinate axis -->
36
+ <LineAxis infinite="true" vanishing="true" thickness="1"/>
37
38
<!-- Header of the simulation -->
39
<!-- This animation loop will add steps in the time intyegration to enable Lagrangian-based constraint solving
0 commit comments