Posted May 8, 201312 yr Hey guys, So I've been working on a model in Techne for a mob I want to add. It's pretty big, so I've been making the arms/legs in two parts so its elbows and knees can move. But, I just had a thought; is that going to be a huge challenge when I try and animate it in the code? Is there a way I can set, for example, the lower leg's pivot point to follow the movement of the upper leg? I know it's very easy in normal animation (eg in 3DS Max) but because we're animating within the game code, it just occured that might be a challenge. Anyone tried something like this before, or know anything that might be helpful? http://s13.postimg.org/z9mlly2av/siglogo.png[/img] My mods (Links coming soon) Cities | Roads | Remula | SilvaniaMod | MoreStats
May 8, 201312 yr If you create a model from techne and export it to java then all it's parts will be of type ModelRenderer. So if you open the class ModelRenderer inside eclipse you can see that variables for it's rotation point's offset are all public and can therefore be changed by the main model class or by other methods Read the ModelRenderer.java file, I think it will answer you're questions better than anyone else can If you guys dont get it.. then well ya.. try harder...
May 8, 201312 yr Try reading this: http://schwarzeszeux.tumblr.com/post/15772700951/minecraft-modeling-pieces-and-subparts-part-3-of-x It's by the creator of Techne, so It should be of some help. I believe he talks about pieces. (Groups of blocks) so I think that's what you're looking for.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.