List of all built-in materials

Hi everybody

Probably this is a FAQ but i was not able to find an answer in the wiki or elsewhere.

The SDK has some built-in materials, like “Common/MatDefs/Light/Lighting.j3md”, or the Unshaded.j3md
Can i find somewhere the list of all of these materials with the relative parameters?

I.e. i’d like to increase the normal map bumpiness, pheraps there’s a parameter somewere but i don’t konw.

Sorry for the question, if it’s silly and have a nice day

https://wiki.jmonkeyengine.org/legacy/doku.php/jme3
…then look for things about materials…
Materials, Light, Shadow
https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:advanced:materials_overview

thank you very much!

Just look at the dropdown in the material editor. Still, you don’t really need many different materials, you should instead use shader nodes if you want to extend or change the shader behavior. There isn’t multiple materials for texturing models, only the lighting and unshaded materials are meant for that.