interactive body
- Started
- Last post
- 11 Responses
- nosaj
Any suggestions on what tools / languages / frameworks could be used (besides Flash) to create an online interactive 3D human body where you can click on different parts to zoom in and see more detail.
- ukit0
It's been done here using HTML5/ WebGL
http://bodybrowser.googlelabs.co…
http://www.biodigitalhuman.com/However keep in mind WebGL currently only works in Chrome by default...other browsers will get support later this year. I think that is pretty much your only option other than Flash.
- ukit0
Keep in mind - even in Flash, full 3D isn't natively supported...you'd need to use a third party library like Away 3D.
Creating an interactive 3D human body is going to be a pretty daunting task regardless of the tools used:)
- nosaj0
What about a simulated 3D? 360 spin, click to zoom? Is there an approach that would work well on most current browsers?
- monNom0
google earth api? not sure how detailed you can get a model in it.
google maps api may work well if by 3d you mean 3d generated artwork and you want the ability to zoom way in.
- mikotondria30
Flash is it for the moment.
Get yourself a nice collada model and pv3d for a start.
- oktalk0
You could use this for the 360 view:
DOM3d: rendering 3d with CSS3
http://jlongster.com/s/dom3d/
- nosaj0
The client wants this (like everyone) to work on an IPAD.
What if it's completely fake 3D (series of PNGS or just a few different views that you can select).This would be a breeze in Flash - what are my non Flash options.
- ********0
JAVA + JOGL
- oktalk0
Use JavaScript + Canvas. You will need to use Raphael and Explorer Canvas to make it cross browser, but it can work.
- autoflavour0
i have an interactive body..