cancel
Showing results for 
Search instead for 
Did you mean: 

How use STM32Cube Monitor 3D Node ?

Sergen
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
stephane.legargeant
ST Employee

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

View solution in original post

1 REPLY 1
stephane.legargeant
ST Employee

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