javascript - Rotatable 3D model in web page -
i have quite bit of quandary:
i want create 3d model of human body, embed in web page , give user ability rotate it.
i have considered few modelling libraries, css, svg etc (i've never used html5 canvas) honest not sure if possible.
also - if above possible then possible manipulate joints eg bring knee or elbow in?
my main thought building models in svg , having model rotate in steps of 36 degrees via javascript , may possible manipulate joints there.
i willing learn new languages if need be.
thanks in advance , hope can me. if tell me it's not possible.
john
hard , beautiful way: threejs. http://threejs.org/ easy way: create image each frame set background in container , change background-position accordingly (this allow rotate on 1 axis only, , no joints manipulation).
i suggest learn threejs (if have enough time) examples great , it's not hard.
browser support plays big role in choice, threejs uses canvas, it's pretty new feature. use both solutions, threejs on newer browsers , sprite crappy old ies
Comments
Post a Comment