You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Composition/dynamicCollision.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ function visualizeContactAndSupportPoints(ch, world)
189
189
end
190
190
end
191
191
192
-
printWarnContSupPoints(nVisualContSupPoints) =@warn("If all contact points and/or support points should be visualized please set nVisualContSupPoints = $nVisualContSupPoints in SceneOptions.")
192
+
printWarnContSupPoints(nVisualContSupPoints) =@warn("If all contact points and/or support points should be visualized please set nVisualContSupPoints = $nVisualContSupPoints in Scene.")
193
193
194
194
# the sphere is visible and its absolute position is updated (this point was computed by the mpr algorithm)
0 commit comments