I took a look at the dolphin demo that came with blitz3d. It is so cool. How do you do animation in blitz3d if you have 3 models and you want the animation to consist of these three models. For example, model1 is a bird with its wings spread out. Model2 is that same bird with is wings spread out, but with a higher angle of the wings. Model3 is the same bird with its wings spread out in an even higher angle. How do I make these obects into a animation? Do I have to make a parent entity and attach each model to the parent and hide certain models and have them appear and dissapear with the hide entity show entity command at various times?
|