From fe0b069643cd0c4b1dc27726c92e36f799ea014d Mon Sep 17 00:00:00 2001 From: Yinoussa Adagolodjo Date: Tue, 3 Dec 2024 22:19:24 +0100 Subject: [PATCH] Refactor PCS_Example3.py: Remove unused code, fix variable names, and rename file --- examples/python3/PCS_Example3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python3/PCS_Example3.py b/examples/python3/PCS_Example3.py index 8d68d703..af926d62 100644 --- a/examples/python3/PCS_Example3.py +++ b/examples/python3/PCS_Example3.py @@ -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')