Merge branch 'developer' into heightmapTrees

# Conflicts:
#	CrystalPoint.cpp
#	HeightMap.cpp
This commit is contained in:
2016-06-03 11:39:19 +02:00
22 changed files with 315 additions and 90 deletions
-1
View File
@@ -2,7 +2,6 @@
"world": {
"heightmap": "worlds/hell.png",
"texture": "worlds/helltexture.png",
"scale": 1,
"object-templates": [
{
"color": 25,
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 186 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 86 KiB

+7 -1
View File
@@ -2,7 +2,13 @@
"world": {
"heightmap": "worlds/hmcs.png",
"texture": "worlds/hmcstexture.png",
"scale": 2
"object-templates": [
{
"color":100,
"file": "models/boom/Boom.obj",
"collision": false
}
]
},
"player": {
"startposition": [ 100, 20, 100 ]
+2 -2
View File
@@ -1,11 +1,11 @@
{
"world": {
"heightmap": "worlds/small.png",
"scale": 1,
"object-templates": [
{
"color":100,
"file": "models/boom/Boom.obj"
"file": "models/boom/Boom.obj",
"collision": false
}
]
},
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB