Dear Sir
i was doing sacling lessons for practice. In the AMMR anybody model have a length about 1.85m and weight 75kg. I want to scale it for a child model like 40kg weight and 1m height. I try it by following methods-
Anthropometric data file (unchanged files can be found in AAUHuman\Scaling\AnyFamily)
// #path BM_SCALING_ANTHRO_FILE “Model\AnyFamily\AnyMan.any”
// #path BM_SCALING_ANTHRO_FILE"Model\AnyFamily\AnyManUniform.any"
// #path BM_SCALING_ANTHRO_FILE"Model\AnyFamily\AnyManExternal.any"
// #path BM_SCALING_ANTHRO_FILE"Model\AnyFamily\AnyManExtPercentile.any"
Double click on one of them and change antropometric data according to my need. But when i load model and opening the model, model looks like similar or do not produce any results of values that i change.
Sir out of above which coding should i change or one of them or all for my appropriate results.
Second if i want same scaling model for standing model with muscle so that model automatically will saved or i have to do same coding for that?
Thanks.
Please check the tutorial Scaling->Lesson1:
#define BM_SCALING CONST_SCALING_UNIFORM
#define BM_SCALING CONST_SCALING_LENGTHMASS
#define BM_SCALING CONST_SCALING_LENGTHMASSFAT
You should be using one of those in order to use AnyMan. Most likely you have not changed it.
If you want this scaling to be in the StandingModel - you need to copy this block of code to that example, since these are two different unrelated models.
Regards,
Pavel
Hi Sir
Im trying with same as you suggested. But Still there is no change in occuring in my model dimensions. Im changing the anthropometric data in following line-
// #path BM_SCALING_ANTHRO_FILE “Model\AnyFamily\AnyMan.any”
And loading the model. Is by doing this we are working in uniform joint to joint scaling.
2) //#include “Model\CustomScaling.any”
What is the role of that line. Is in this any coding has to do ?
Thanks
Mohit,
// #path BM_SCALING_ANTHRO_FILE “Model\AnyFamily\AnyMan.any”
means this file will not be used - // is a start of the comment. It looks like you have not tried to do the tutorials - you would know the comment lines by now.
// #include “Model/CustomScaling.any”
is the part of the code, where individual segmental scaling functions are supposed to be added. Needs uncommenting too. But again - this is described in the tutorials.
It is highly recommended to do the tutorials and read everything carefully as this will save your own and our time.
Regards,
Pavel