User Tools

Site Tools


gamedev:textureproperties:transparency

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gamedev:textureproperties:transparency [2012/12/01 18:30] dragonlordgamedev:textureproperties:transparency [2019/05/24 23:43] (current) – ↷ Links adapted because of a move operation dragonlord
Line 1: Line 1:
 +{{tag>graphic skin texture transparency}}
 <WRAP youarehere> <WRAP youarehere>
-[[:start|Start Page]] >> [[gamedev:main|Game Development with the Drag[en]gine]] >> [[gamedev:skinproperties|Skin Texture Properties]] >> [[gamedev:texturepropertylist|Texture Property Database]] >> **transparency**+[[:start|Start Page]] >> [[:gamedev|Game Development with the Drag[en]gine]] >> [[gamedev:skinproperties|Skin Texture Properties]] >> [[gamedev:texturepropertylist|Texture Property Database]] >> **transparency**
 </WRAP> </WRAP>
  
-<WRAP boxheader> +====== Skin Texture Property: transparency ====== 
-====== Summary ====== + 
-</WRAP> +Defines the full or masked transparency
-<WRAP boxcontent> +
-|Texture Property Name|transparency| +
-|Description|Defines the full or masked transparency|+
 |Excepted Data Source|1 component image| |Excepted Data Source|1 component image|
 |Data Range|0 to 1| |Data Range|0 to 1|
 |Default Value|1| |Default Value|1|
-|Affected Module|Graphic| +|Affected Modules|Graphic| 
-</WRAP>+|Linked Properties|[[gamedev:textureproperties:transparency_type|transparency.type]]|
  
 ====== Description ====== ====== Description ======
 +
 The **transparency** texture property defines the degree of transparency of a material. Transparent materials allow to see through with varying strength. This texture property defines either a fully transparent material or a masked material (or holed material). Use the **[[gamedev:textureproperties:transparency_type|transparency.type]]** texture property to define what kind of transparent material this is. The **transparency** texture property defines the degree of transparency of a material. Transparent materials allow to see through with varying strength. This texture property defines either a fully transparent material or a masked material (or holed material). Use the **[[gamedev:textureproperties:transparency_type|transparency.type]]** texture property to define what kind of transparent material this is.
  
Line 27: Line 27:
  
 ====== Examples ====== ====== Examples ======
-( TODOexample image )+ 
 +<WRAP center 100%> 
 +<WRAP center box 420px> 
 +{{ :gamedev:textureproperties:transparency.png |Transparent glass material}} 
 +<WRAP centeralign>Transparent glass material. Example of a fully transparent material. This glass uses 4% transparency hence 0.04 for the transparency texture property.</WRAP> 
 +</WRAP> 
 +</WRAP>
gamedev/textureproperties/transparency.1354386652.txt.gz · Last modified: 2012/12/01 18:30 by dragonlord