File size: 555 Bytes
b6a38d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
if not Platform.ged then return end
--[ Stubs for game specific functions and values needed by the Ged Tool ]--

TerrainTextures = {}

GetTerrainNamesCombo = empty_func
GedRebindRoot = empty_func
AreCheatsEnabled = empty_func
TryGetModDefFromObj = empty_func

ShadowBias = {
	Disable = {
		clamp  = "0.0",
		slope  = "0.0",
		offset = "0.0",
	},
	Small = {
		clamp  = "0.0",
		slope  = "0.0",
		offset = "0.0",
	},
	Medium = {
		clamp  = "0.0",
		slope  = "0.0",
		offset = "0.0",
	},
	Large = {
		clamp  = "0.0",
		slope  = "0.0",
		offset = "0.0",
	},
}