How do I create this design

A few days ago I was playing Dingus. I love the simple design of the game. However, I noticed that one particular feature stood out: the ghosts.
image
image
The ghosts have an interesting glowing/neon design and even have individual mesh animation.
I’ve searched the internet a little to see if I can find how the developer achieved this, but to no avail
I’m curious as to how you guys would accomplish this, as it looks very nice and could be used for many different game designs.

1 Like

Looks as simple as textured mesh parts to me. Using a SpecialMesh with a FileMesh as the MeshType and increasing the VertexColor gives the appearance of a brighter texture:


Then you’d just make the Parent more Transparent:

(the overlap of the Texture in the Mesh here is only present if you have Faces inside of the external faces of the Mesh, so make sure to use a hollow design)

2 Likes

Thank you, this works perfectly!

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.