Manipulate 3D model in jMonketEngine

Hi

i am new to JMonkeyEngine, i have encountered a situation like , i want to load ready made developed 3d model of any object [as an example shoe] developed in 3d modeling software like 3d studio max or Maya in my java program , update its texture or color properties etc. then render it and then display the updated model to the end user.

so i am asking all the 3d experts how should i proceed ahead to accomplish my goal ? which input should i load into my program ? how can i update the loaded model , render it and display the updated model to the end user ?

in simple story , i want to give my users ability to modify 3d model by their interactions as such , they provided 3d model of shoe for example in default colors and textures & some fields like sole color , if they choose color red then the loaded 3d model’s sole is colored red (i.e. updated) and then displayed to end user with red color rubber sole shoe instead of default color shoe.

please, advice me to accomplish my goal.

Thanks
Mihir

Have you read the tutorials on importing models, on assets and on materials?

You will find most of your answers there…

Hi
thanks for your answer. can you refer the link please ?

Its titled “Documentation” and is above in the menu.

Hello

the answer is not satisfactory.

https://wiki.jmonkeyengine.org/legacy/doku.php/jme3

In case you lose that link in the future, the JME documentation is cleverly hidden under the link called Documentation. It’s up at the top. You really can’t miss it.

From there you can get links to all of the other documentation. I can circle those too, if needed. :wink:

Hi all thanks for your reply,

I have posted a new question with all the details about the current biggest issue i am facing,

http://hub.jmonkeyengine.org/forum/topic/obj-models-texture-missing/

Please reply to it.

thanks again

You already got answers on stackoverflow… Best look at this video from beginning to end:

Ok Great
I have studied everything ,
will you please answer to following question ?

http://hub.jmonkeyengine.org/forum/topic/textue-on-3d-model/

Thanks