Cocos3d:Animation is not working in the output -
i developing cocos3d app ios. added walk animation "man" blend file. looks, man doing walk animation fine in blender. have used following settings convert collada , pod. getting wrong output mentioned below.
- export .dae options such "export data options (apply modifiers, selection only, include armatures enabled),
- texture options (include uv textures, include material textures , copy enabled),
- armature options (deform bones enabled),
- collada options (use object instance enabled)
options enabled in blender when converting .dae file.
and then, in pvrgeopod 2.13 version,
- export geometry (primitive type: indexed triangle list)
- use custom optimisations settings (pvrtgeomterysort sorting method), vertex data optiomisations (interleave vertex data, align vertex data 32 bits)
- vector (position - float, normal - float, color - rgba)
- export skinning data ( bone indices - unsigned byte; bone weights - unsigned bytes)
- matrix palette size - 11
- export mapping channels (uvw0 - float enabled)
- flip v co-ordinate enabled
- material - 'export materials' enabled
- transformations - export animations, index animation data enabled. co-ordinate system - opengl model space
output: man walking animation happening kind of, man completed black shaded , bones unlikely expanded. output ugly one.
please note: if add same man without adding "armature (and bone, walk animation)" in blender , exported pod showing man in device output without animation.
output 1: when added walk animation using armature bones, output black shaded improper walk animation. pls. refer link see output https://www.yousendit.com/download/uvjpwuh0bthiv3dsyzhuqw
output 2: output without animation in man pod model. pls refer link. https://www.yousendit.com/download/uvjpwuh0bthomlhyzhnuqw
i have uploaded .blend, .pod files attached in link -> https://www.yousendit.com/download/uvjpwuhndwnsujk3czlvag
how solve animation issue , provide smooth walk animation clear view? need fix issue urgently, please on suggesting solve issue?
thank you.
i have solved it. here solution-> http://www.cocos2d-iphone.org/forum/topic/345818
Comments
Post a Comment