User Tools

Site Tools


gamedev:textureproperties:shadow_none

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:shadow_none [2019/05/09 08:36] – removed dragonlordgamedev:textureproperties:shadow_none [2019/05/24 23:43] (current) – ↷ Links adapted because of a move operation dragonlord
Line 1: Line 1:
 +{{tag>graphic skin texture shadow}}
 +<WRAP youarehere>
 +[[:start|Start Page]] >> [[:gamedev|Game Development with the Drag[en]gine]] >> [[gamedev:skinproperties|Skin Texture Properties]] >> [[gamedev:texturepropertylist|Texture Property Database]] >> **shadow.none**
 +</WRAP>
  
 +====== Skin Texture Property: shadow.none ======
 +
 +Defines if the material is casting shadows.
 +
 +|Excepted Data Source|1 component value|
 +|Data Range|0(no shadow casting) or 1(casting shadows)|
 +|Default Value|0|
 +|Affected Modules|Graphic|
 +|Linked Properties|-|
 +
 +====== Description ======
 +
 +The **shadow.none** texture property defines if this material casts shadows or not. This can be used to create unrealistic materials that cast no shadows or to prevent unintended shadow casting for example if a light source is located inside a model. This is also used in the editors for informational objects to prevent them from casting shadows.
 +
 +The source is typically a single component value greater either 0 for shadow casting or 1 for no shadow casting. Values below 0.5 are treated as 0 and all others as 1.
 +
 +The default value for this texture property is 0 (casting shadows).
 +
 +====== Examples ======
 +
 +( TODO: example image )
gamedev/textureproperties/shadow_none.txt · Last modified: 2019/05/24 23:43 by dragonlord