DB/LightParams: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (added model skybox)
Line 10: Line 10:
  '''Column Field Type Notes'''
  '''Column Field Type Notes'''
  1  ID Integer
  1  ID Integer
  2 Unknown Boolean
  2 highlightSky Boolean
  3 Skybox Integer This is a ref to [[LightSkybox.dbc|LightSkybox]]
  3 lightSkyboxID Integer This is a ref to [[LightSkybox.dbc|LightSkybox]]
  ''4 Unknown NULL''
  4 cloudTypeID Integer
  5 Fog Add Float This controls how much Fog gets added to everything (!)
  5 glow Float This controls how much Fog gets added to everything (!) and is used in some places to make them look extra bright
and is used in some places to make them look extra bright
  6 waterShallowAlpha Float Controls how transparent the water is for lakes & rivers.
  6 Alpha Value for River/Lake Water Float Controls how transparent the water is for lakes & rivers.
  7 waterDeepAlpha Float
  7 Unknown Float
  8 oceanShallowAlpha Float Controls how transparent the water is for the ocean.
  8 Alpha Value for Ocean Water Float Controls how transparent the water is for the ocean.
  9 oceanDeepAlpha Float
  9 Unknown Float
10 flags Integer


[[Category:DBC]]
[[Category:DBC]]

Revision as of 19:28, 16 April 2011

Controls some of the settings which don't change with time for light, fog, and water.

Header Info

Records...................571
Fields......................9  
Record Size................36
String Block Size...........1

Structure

Column 	Field 					Type 		Notes
1  	ID 					Integer 	
2 	highlightSky 				Boolean 	
3 	lightSkyboxID 				Integer 	This is a ref to LightSkybox
4 	cloudTypeID 				Integer
5 	glow 					Float 		This controls how much Fog gets added to everything (!) and is used in some places to make them look extra bright
6 	waterShallowAlpha			Float 		Controls how transparent the water is for lakes & rivers.
7 	waterDeepAlpha 				Float 		
8 	oceanShallowAlpha 			Float 		Controls how transparent the water is for the ocean.
9 	oceanDeepAlpha 				Float
10	flags					Integer