akjava / BVH-Pose-Editor

edit motion or pose with bvh-format on gwt/html5 apps
Apache License 2.0
16 stars 3 forks source link

Need document for create-new model #8

Open akjava opened 10 years ago

akjava commented 10 years ago

To create model,there are something special things for texture.

if you don't need eye or hair or cloth.just export Makehuman data as three.js-model. but at least you feel need eye.

however body and eye 's UV is different image,poseEditor only one image. so you have to pack uv position and merge image. (i made a apps to do such things.but i have not upload yet)

akjava commented 10 years ago

here are model-weight tools http://game.akjava.com/weight/weight.html

in uv-pack tab ,you can merge json-models.

how to make export makehuman model with mkh format. import from blender. export not all meshs.export one by one selection(body,eye,hair,cloth) as three.js. (use three.js r66,r67 not support on released version)

merge them with uv-pack tools.