Files
aya/client/common/platform/terrain/materials.json
2025-12-17 16:47:48 +00:00

119 lines
2.9 KiB
JSON

{
"platform": "pc",
"atlas":
{
"pc": {
"width": 4096,
"height": 4096,
"tileSize": 512,
"tileCount": 6,
"borderSize": 85
},
"ios": {
"width": 2048,
"height": 2048,
"tileSize": 304,
"tileCount": 5,
"borderSize": 85
},
"android": {
"width": 2048,
"height": 2048,
"tileSize": 304,
"tileCount": 5,
"borderSize": 85
}
},
"materials":
[
{
"name": "Air"
},
{
"name": "Water",
"water": 0.5
},
{
"name": "Grass",
"texture_top": { "tiling": 0.25, "detiling": 0.25 },
"texture_side": { "tiling": 0.2, "detiling": 0.2 },
"texture_bottom": { "tiling": 0.45, "detiling": 0.45 }
},
{
"name": "Slate",
"shift": 0.1,
"texture": { "tiling": 0.55, "detiling": 0.55 }
},
{
"name": "Concrete",
"quantize": 0.5,
"type": "hard",
"texture_top": { "tiling": 0.5, "detiling": 0.8 },
"texture_side": { "tiling": 0.4, "detiling": 0.4 }
},
{
"name": "Brick",
"cubify": 1,
"type": "hard",
"mapping": "cube",
"texture": { "tiling": 0.80, "detiling": 0.20 }
},
{
"name": "Sand",
"texture_top": { "tiling": 0.25, "detiling": 0.25 },
"texture_side": { "tiling": 0.25, "detiling": 0.25 }
},
{
"name": "WoodPlanks",
"cubify": 1.0,
"type": "hard",
"mapping": "cube",
"texture": { "tiling": 0.8, "detiling": 0.5 }
},
{
"name": "Rock",
"shift": 0.3,
"type": "hardsoft",
"texture": { "tiling": 0.55, "detiling": 0.55 }
},
{
"name": "Glacier",
"texture_top": { "tiling": 0.23, "detiling": 0.23 },
"texture_side": { "tiling": 0.2, "detiling": 0.9},
"texture_bottom": { "tiling": 0.23, "detiling": 0.6 }
},
{
"name": "Snow",
"texture": { "tiling": 0.3, "detiling": 0.3 }
},
{
"name": "Sandstone",
"texture_top": { "tiling": 0.5, "detiling": 0.7 },
"texture_side": { "tiling": 0.3, "detiling": 0.5003},
"texture_bottom": { "tiling": 0.45, "detiling": 0.45 }
},
{
"name": "Mud",
"texture": { "tiling": 0.3, "detiling": 0.1 }
},
{
"name": "Basalt",
"shift": 0.2,
"type": "hardsoft",
"texture": { "tiling": 0.55, "detiling": 0.55 }
},
{
"name": "Ground",
"texture": { "tiling": 0.3, "detiling": 0.3 }
},
{
"name": "CrackedLava",
"shift": 0.1,
"texture": { "tiling": 0.28, "detiling": 0.3 }
}
]
}