Skip to content

Commit

Permalink
Refactor PCS_Example3.py: Remove unused code, fix variable names, and…
Browse files Browse the repository at this point in the history
… rename file
  • Loading branch information
adagolodjo committed Dec 3, 2024
1 parent ecbd8b0 commit fe0b069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python3/PCS_Example3.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def createScene(rootNode):
rootNode.addObject('RequiredPlugin', name='plugins', pluginName=[pluginList])
rootNode.addObject('VisualStyle', displayFlags='showVisualModels showBehaviorModels hideCollisionModels '
'hideBoundingCollisionModels hideForceFields '
'hideInteractionForceFields hideWireframe')
'hideInteractionForceFields hideWireframe showMechanicalMappings')
rootNode.dt.value = 0.02
rootNode.gravity.value = [0., 0., 0.]
rootNode.addObject('BackgroundSetting', color='0 0.168627 0.211765')
Expand Down

0 comments on commit fe0b069

Please sign in to comment.