1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge branch 'master' of https://github.com/okamstudio/godot.wiki

reduz
2014-06-20 17:17:52 -03:00

@@ -64,6 +64,22 @@ Normal depth controls the inensity of the normal-mapping as well as the directio
<p align="center"><img src="images/fixed_material_normal_depth.png"></p>
#### Glow
This value controls how much of the color is sent to the glow buffer. It can be greater than 1 for a stronger effect. For glow to work, a WorldEnvironment must exist with Glow activated.
<p align="center"><img src="images/fixed_material_glow.png"></p>
#### Blend Mode
Objects are usually blended in Mix mode. Other blend modes (Add and Sub) exist for special cases (usually particle effects, light rays, etc) but materials can be set to them:
<p align="center"><img src="images/fixed_material_blend.png"></p>
#### Point Size, Line Width
When drawing points or lines, the size of them can be adjusted here per material.
### Textures