Edit model ingame

Is it possible to edit an model ingame? And if so, can you give me some commands that will?

You have to edit the mesh and / or material data:

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

However, I should work out my idea further first the next time, I want to edit an object with physics, allowing you to cut out a piece, and see if it breaks.

normen said:
You have to edit the mesh and / or material data:
https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:advanced:custom_meshes

I'll check on that one

What you explain can’t just happen like that, you have to program that.

Does the physics system support stress/scretching/bending?

No, but you can check forces on joints easily. Anyway I’d say you should start with the other parts of your game first, then it will probably become clearer what you need to do.

The problem is that I want to add this throughout the entire game, so there isn’t really anything else to do atm

I doubt so.