Okay, so I need to do a Director project with a 3D style menu (to clarify, it's a study manual with a human body with several parts to be selected, for example, to study arm muscles you need to click the arm).

I want to acomplish this with a 3D model, rather than using tricks (like pre rendered videos to look like a 3d model). Now the problem here is not the 3d model itself, but if its possible to do click events on diferent parts of the same model. Is it possible?

I'll need to use Director to do the project, but my boss warned that most likely would be possible to use a flash SWF as well and embue it in the director, thus working. Anyone with 3D experience can tell me if thats okay? (I dont need to know exactly HOW it works by this time, but if you could lead me to an example or tutorial, even better).

Thank you. Marco Roberto.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Yes loading complex 3d models possible and quite easy with actionscript + some additional libraries. You can take a look papervision and away3d libraries. Here one nice example.

http://papervision2.com/away3d-tutorial-loading-complex-models-with-away3d/

Generally collada (xml based 3d models) best solution but if there is to much polygon then your swf will need time for loading on client side. After this probably you will take a look how to load 3d models and convert with blender to collada and how to reduce polygons via blender.

link|improve this answer
And I assume clicking on several parts of the model can give me diferent events? (like say, click arm, go to frame 2 and click head go to frame 3?) I also need to pass those out to director, so I need some sort of comunication with outside apps (even if its just a string with some information of what was clicked), is that possible? – Marco Fox Sep 11 '11 at 16:34
Yes I have done something similar, you create a transparrent button and place by x,y,z coordinates. Also I would like to inform you this solution just for flash+3d models. I was using cs3 while I was doing that. Maybe there is something more easier with directory->flash implementation. – HRgiger Sep 11 '11 at 16:44
Okay, thats helpfull. for now I just need to know if thats possible so my boss can tell the client if we can do the job or not. Thank you for your time. :) – Marco Fox Sep 11 '11 at 16:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.