#1
|
|||
|
|||
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 09:58 AM. |
#2
|
|||
|
|||
You can parent all the nodes to a group node and set its position to the point you want the nodes to rotate around.
|
#3
|
|||
|
|||
Hi Jeff,
Thank you for your reply. I've ended up doing the following: * Create a group * Set center (not position) of group to rotation point * Add objects to scene (viz.addChild), specifying position and setting parent to the newly created group Setting the position of the group rather than the centre made the models be added relative to the new position -- unless I was missing something. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Rotating an object around a point | BWhiteDerby | Vizard | 1 | 08-25-2015 05:37 PM |
joints/spin objects | rmcconnell11 | Vizard | 0 | 02-17-2014 08:13 AM |
Semi-circle array containing target and distractor objects | ptjt255 | Vizard | 3 | 08-04-2009 04:09 AM |
Lightwave objects rotation problem | hosier | Vizard | 6 | 02-13-2009 01:04 PM |
Could not find plugin to load objects... | halley | Vizard | 1 | 05-30-2006 12:01 PM |