master
ExeVirus 2021-01-01 18:01:35 -05:00
parent 164ca7a587
commit b3a0b7e189
5 changed files with 1162 additions and 1535 deletions

1
data/ballista.box Normal file
View File

@ -0,0 +1 @@
return {["numNodes"] = 1, ["nodes"] = {{["boxList"] = "{{1.49, -0.525, -1.435, -0.915, 0.385, 0.775},{1.035, 0.385, -0.135, -0.525, 0.515, 0.905},{0.905, -0.395, -1.5, -0.655, 0.255, -1.435},{0.775, -0.395, 0.775, -0.655, 0.385, 1.035},{0.515, -0.265, 1.035, -0.525, 0.515, 1.165},{-0.915, -0.395, -1.305, -1.175, 0.255, 0.385},{-1.175, -0.135, -0.915, -1.305, 0.385, 0.125},}", ["position"] = {["y"] = 0, ["x"] = 0, ["z"] = 0}, ["boxTable"] = {{1.4900000000000002, -0.52499999999999991, -1.4350000000000001, -0.91500000000000004, 0.38500000000000001, 0.77499999999999991}, {1.0350000000000001, 0.38500000000000001, -0.13500000000000001, -0.52499999999999991, 0.51500000000000012, 0.90500000000000025}, {0.90500000000000025, -0.39500000000000002, -1.5, -0.6549999999999998, 0.25500000000000012, -1.4350000000000001}, {0.77500000000000036, -0.39500000000000002, 0.77499999999999991, -0.6549999999999998, 0.38500000000000001, 1.0350000000000001}, {0.51500000000000012, -0.2649999999999999, 1.0350000000000001, -0.52499999999999991, 0.51500000000000012, 1.165}, {-0.91500000000000004, -0.39500000000000002, -1.3049999999999999, -1.1749999999999998, 0.25500000000000012, 0.38500000000000001}, {-1.1749999999999998, -0.13500000000000001, -0.91500000000000004, -1.3049999999999997, 0.38500000000000001, 0.125}}}}}

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +0,0 @@
#
# Wavefront material file
# Converted by Meshlab Group
#
newmtl material_0
Ka 0.200000 0.200000 0.200000
Kd 0.752941 0.752941 0.752941
Ks 1.000000 1.000000 1.000000
Tr 1.000000
illum 2
Ns 0.000000

View File

@ -1,4 +1,14 @@
-- ballista
node_definition ={
description = "adventure_pack_1:ballista",
drawtype = "mesh",
mesh = "ballista.obj",
sunlight_propagates = true,
paramtype2 = "facedir",
tiles = {"ballista.png"},
groups = { oddly_breakable_by_hand=2 },
}
autobox.register_node("adventure_pack_1:ballista","ballista.box",node_definition,true)
-- bench
-- bleachers
-- bonfire

Binary file not shown.

Before

Width:  |  Height:  |  Size: 365 KiB

After

Width:  |  Height:  |  Size: 52 KiB