li.media.document-lightbox.error.message
2023-11-09 4:51 AM
Hello, I last created a topic about moving the 3D node and sent a support message. Thank you for your response. My current problem is how can I transfer the variables in debug to the x, y and z values in the 3D node and move the object?
2023-11-30 1:20 AM
Hello @Sergen
you're right help is missing for this node
in order to move the object, you can inject a msg.payload JSON object with x, y and z values as following example:
{
"x": "50",
"y": "30",
"z": "20"
}