defold / examples

Defold examples for the Learn section of the site
https://www.defold.com/examples/
109 stars 28 forks source link

Decals (3D) #64

Open aglitchman opened 2 weeks ago

aglitchman commented 2 weeks ago

Describe the example you'd like Show how to implement decals using sprites for a 3d game. The main point of the example is to use a shader to compensate for the distance to the camera, so that the sprite does not disappear at a great distance.