All Projects → Mr-Slurpy → Screen Space Decals

Mr-Slurpy / Screen Space Decals

Licence: mit
Realtime screen-space decals for Godot 3.x

Labels

Projects that are alternatives of or similar to Screen Space Decals

Godot Tiled Importer
Plugin for Godot Engine to import Tiled Map Editor tilemaps and tilesets
Stars: ✭ 488 (+895.92%)
Mutual labels:  godot
Godot Open Rpg
Learn to create turn-based combat with this Open Source RPG demo ⚔
Stars: ✭ 855 (+1644.9%)
Mutual labels:  godot
Gdtwitch
A Godot to IRC to Twitch interface.
Stars: ✭ 42 (-14.29%)
Mutual labels:  godot
Gut
Godot Unit Test. Unit testing tool for Godot Game Engine.
Stars: ✭ 670 (+1267.35%)
Mutual labels:  godot
Godot Addon Template
Repository template with a standard structure for Godot add-ons. Usage: Create a new repository based on this template and replace uppercase strings (LIKE_THIS) accordingly.
Stars: ✭ 23 (-53.06%)
Mutual labels:  godot
Space rocks
Asteroids-like game made with Godot Engine 3.0.
Stars: ✭ 20 (-59.18%)
Mutual labels:  godot
Godot 2d Space Game
A 2D space exploration and mining game made with Godot and our AI framework
Stars: ✭ 462 (+842.86%)
Mutual labels:  godot
Godot Style Guide
Style guide for Godot projects
Stars: ✭ 45 (-8.16%)
Mutual labels:  godot
Godot Command Palette
A quick file finder and command palette for the Godot game engine.
Stars: ✭ 27 (-44.9%)
Mutual labels:  godot
Beepsaber
A basic implementation of the Beat Saber VR game mechanic in the Godot Game Engine for Oculus Quest (and other VR headsets)
Stars: ✭ 38 (-22.45%)
Mutual labels:  godot
Godot Make Pro 2d Games
A-RPG demo made with Godot, MIT-licensed, from our Godot course
Stars: ✭ 674 (+1275.51%)
Mutual labels:  godot
Gdmultiplayertutorial
Reference/companion material to a written tutorial teaching how to setup multiplayer game in Godot
Stars: ✭ 18 (-63.27%)
Mutual labels:  godot
Godot Python
Python support for Godot 🐍🐍🐍
Stars: ✭ 944 (+1826.53%)
Mutual labels:  godot
Dungeontemplatelibrary
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 595 (+1114.29%)
Mutual labels:  godot
Godotnotificationcenter
A notification center for Godot Engine
Stars: ✭ 43 (-12.24%)
Mutual labels:  godot
Godot Steering Ai Framework
A complete framework for Godot to create beautiful and complex AI motion. Works both in 2D and in 3D.
Stars: ✭ 482 (+883.67%)
Mutual labels:  godot
Thrive
The main repository for the development of the evolution game Thrive.
Stars: ✭ 874 (+1683.67%)
Mutual labels:  godot
Gdscript Online
Try out GDScript without installing Godot
Stars: ✭ 46 (-6.12%)
Mutual labels:  godot
Ashgard Keep
A Godot roguelike
Stars: ✭ 45 (-8.16%)
Mutual labels:  godot
Mdframework
A multiplayer C# game framework for Godot 3.2 Mono.
Stars: ✭ 34 (-30.61%)
Mutual labels:  godot

Screen-Space-Decals

Realtime screen-space decals for Godot 3.x

Screen Space Decal

Animated Decals

Eventually I may add built-in support for animations but for now you have two ways of doing it:

  • Update the decal with a new texture each frame.
  • Put all the texture frames in one texture and animate the uv to point to the correct texture.

Known Limitations

  • The decal will render from behind as well. (I may fix this at some point)
  • The decal doesn't actually interact with light, instead it gets the luminosity of the background and does its best to blend in. In practice I haven't had any problems with this yet. If you don't need/want lighting you can turn it off.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].