2023-10-16 12:43 AM
Hello I am using 3D node but I do not understand the settings.
Solved! Go to Solution.
2023-10-24 02:57 AM
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
2023-10-24 02:57 AM
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