Some help needed

I want to make a game something like splatoon. For that I would need to paint ink dynamically over the floor but I don’t know how could ink splatters on the floor/walls be achieved.
If you don’t know what splatoon is: video

I hope someone more experienced than me can help me.
Thanks in advance.

Well, I’m not an expert and I haven’t done this by myself, but I believe you want to search the forums (or the Internet) about “decals” or “projective texture mapping”. I’m sure there are other techniques as well.

Here, there is a plugin for the latter in JME:
http://hub.jmonkeyengine.org/t/projective-texture-mapping/

I guess they also use shaders for that.

1 Like

Yeah they probably do, but I’ll start without shaders :wink: