Skip to main content
Graduate II
October 16, 2023
Solved

How use STM32Cube Monitor 3D Node ?

  • October 16, 2023
  • 1 reply
  • 1481 views

Hello I am using 3D node but I do not understand the settings.

    This topic has been closed for replies.
    Best answer by stephane.legargeant

    Hello

    This node is displaying a picture of a board in 3d.
    The 3D orientation can be changed by sending in the msg.payload the x/y/z rotations :

    msg.payload=
    {
    "x": "90",
    "y": "40",
    "z": "30"
    }

    Best regards

    1 reply

    ST Employee
    October 24, 2023

    Hello

    This node is displaying a picture of a board in 3d.
    The 3D orientation can be changed by sending in the msg.payload the x/y/z rotations :

    msg.payload=
    {
    "x": "90",
    "y": "40",
    "z": "30"
    }

    Best regards