Skip to content

Commit

Permalink
[image] Fix scene test (#4517)
Browse files Browse the repository at this point in the history
* Fix scene test

* Add the comment bellow the xml version

---------

Co-authored-by: Hugo <[email protected]>
  • Loading branch information
bakpaul and hugtalbot authored Feb 22, 2024
1 parent 57e91ce commit a82dd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/plugins/image/examples/ImageTransform.scn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- example of how to give translation parameter to an image and update it every time step-->
<?xml version="1.0"?>
<!-- example of how to give translation parameter to an image and update it every time step-->
<Node name="root" gravity="0 -10 0" dt="0.01" >
<Node name="plugins">
<RequiredPlugin name="Sofa.Component.LinearSolver.Iterative"/> <!-- Needed to use components [CGLinearSolver] -->
Expand Down

0 comments on commit a82dd31

Please sign in to comment.