Can dummy objects be simulated on iphone?

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-04-18T14:16:10Z Indexed on 2010/04/18 14:23 UTC
Read the original article Hit count: 520

Filed under:
|
|
|

I come from 3D animation and one of the basic things all 3D software have is the ability to create dummy objects. Dummy objects can be used to groups objects that can be rotated, moved or scaled together around a specific anchor point. This is the idea of what I am asking.

Obviously we can have fake dummies by using a view and put other views as subviews, but this has problems as the view receives clicks and sometimes you don't want it to do so. You cannot change the anchorpoint of a view too.

So, the dummies as I ask have, at least, these properties:

  1. adjustable anchor point
  2. it is not clickable
  3. it is totally invisible (cannot be rendered).
  4. any scale, rotation and translation of a dummy are propagated to the grouped objects considering the dummy's anchor point.
  5. it is totally animatable.

Can this be simulated on iPhone? Is there any object that can be created to simulate this? thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk