Boxxfish / escape

An online, multiplayer room escape game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

godot-3d-outline

An easy to use 3d outline shader which can be enabled and disabled through a simple parameter.

How to use?

Simply add the outline.material as the next_pass of the material to which you wannt to apply the outline. If you don't need any exsamples you can delete the TEST folder. Othwise the exsamples in there could be helpful to you.

What's the outline.shader capeable of?

  • enable: you can always turn the outline on or off (useful for marking the object a player is pointing at). For an exsample implementation checkout the Toggle Outline.gd file.
  • color: choose the color your outline needs
  • thickness: adjust the strength of the outline

About

An online, multiplayer room escape game.

License:MIT License


Languages

Language:C# 38.1%Language:Python 25.7%Language:GLSL 14.9%Language:HTML 12.0%Language:GDScript 8.7%Language:GAP 0.5%