View Single Post
  #1  
Old 02-19-2020, 08:54 AM
josephredfern josephredfern is offline
Member
 
Join Date: Sep 2019
Posts: 8
Rotating objects about a point

Hello,

I have have a list of nodes (returned from viz.addChild). I wish to rotate all of these models about the Y axis of a single point (specifically, 180 degrees). What is the best way to do this? I've tried using setCenter (setting the new center to the position about which I wish to rotate each model) in combination setEuler without success...


Thank you,
Joe

Last edited by josephredfern; 02-19-2020 at 08:58 AM.
Reply With Quote