Solved

3Rotate around pointcloud itself

  • 4 December 2023
  • 1 reply
  • 13 views

Badge +4

Hello,

 

I want to rotate my point cloud using 3drotate along the Z Axis. The thing is the rotation is made around the origin 0,0,0. So i extracted the centerpoint of my point cloud to use it as an Origin but I don't know what to put in Direction to still rotate it around Z axis

 

Thank you

icon

Best answer by takashi 4 December 2023, 12:04

View original

1 reply

Userlevel 3
Badge +17

Hi @sami26beniaouf​ ,

The Direction X, Y, Z parameters should be compnents of a 3D vector describing the direction of your desired rotation axis. If you would like to rotate the object around Z axis, try setting X = 0, Y = 0, Z = 1.

Reply