User Tools

Site Tools


gamedev:textureproperties:height

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
Next revisionBoth sides next revision
gamedev:textureproperties:height [2012/12/01 18:41] dragonlordgamedev:textureproperties:height [2019/05/09 08:31] – removed dragonlord
Line 1: Line 1:
-<WRAP youarehere> 
-[[:start|Start Page]] >> [[gamedev:main|Game Development with the Drag[en]gine]] >> [[gamedev:skinproperties|Skin Texture Properties]] >> [[gamedev:texturepropertylist|Texture Property Database]] >> **height** 
-</WRAP> 
  
-<WRAP boxheader> 
-====== Summary ====== 
-</WRAP> 
-<WRAP boxcontent> 
-|Texture Property Name|height| 
-|Description|Defines the height of surface points| 
-|Excepted Data Source|1 component image| 
-|Data Range|0 to 1| 
-|Default Value|0.5| 
-|Affected Modules|Graphic| 
-|Linked Properties|[[gamedev:textureproperties:height_scale|height.scale]]| 
-</WRAP> 
- 
-====== Description ====== 
-The **height** texture property defines the height of the surface. This allows Graphic Modules to improve lighting by taking small scale elevations on the surface into account. 
- 
-The source is typically an 8 bit image with 1 color components inside the range from 0 to 1. 0 represents a point located at the lowest point underneath the surface. 0.5 represents a point on the surface. 1 represents a point located at the highest point above the surface. Using high definition range images values beyond can be used as well. 
- 
-The default value for this texture property is 0.5 . 
- 
-====== Examples ====== 
-( TODO: example image ) 
gamedev/textureproperties/height.txt · Last modified: 2019/05/24 23:43 by dragonlord