Compare commits

...

5 Commits

Author SHA1 Message Date
NathanSalapat 8baeedbf89 fixed some normal maps, added a cross topper. 2015-10-28 16:52:31 -05:00
NathanSalapat ffa13a9147 added bottoms to deco walls and adaridge columns 2015-10-27 12:09:17 -05:00
NathanSalapat f752221583 walls can be recycles into gravel. 2015-10-01 11:40:51 -05:00
NathanSalapat fc676e69e9 Major update to Dragon topper. 2015-09-29 11:17:31 -05:00
NathanSalapat 3c7f4473fd moving some formspec stuff around. 2015-09-28 20:44:01 -05:00
32 changed files with 3052 additions and 1926 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -38,17 +38,21 @@ retaining_walls =
columns = --Although all the columns are in the wall files they get their own menu.
form..
'label[1,1.75;Freeport]'..
'label[1,2.75;Madison]'..
'label[1,3.75;Adaridge]'..
'item_image_button[3,1.5;1,1;mylandscaping:fwall_column_m_t_cement;fcolumn1; ]'..
'item_image_button[4,1.5;1,1;mylandscaping:fwall_column_ic_t_cement;fcolumn2; ]'..
'item_image_button[5,1.5;1,1;mylandscaping:fwall_column_oc_t_cement;fcolumn3; ]'..
'item_image_button[3,3.5;1,1;mylandscaping:awall_column_m_t_cement;acolumn1; ]'..
'item_image_button[4,3.5;1,1;mylandscaping:awall_column_ic_t_cement;acolumn2; ]'..
'item_image_button[5,3.5;1,1;mylandscaping:awall_column_oc_t_cement;acolumn3; ]'..
'label[6.5,1.5;Columns can be used]'..
'label[6.5,2;with all wall styles.]'..
'label[.75,1;Columns are compatible with all walls.]'..
'label[.75,1.75;Freeport]'..
'label[.75,2.75;Madison]'..
'label[.75,3.75;Adaridge]'..
'item_image_button[2,1.5;1,1;mylandscaping:fwall_column_m_t_cement;fcolumn1; ]'..
'item_image_button[3,1.5;1,1;mylandscaping:fwall_column_ic_t_cement;fcolumn2; ]'..
'item_image_button[4,1.5;1,1;mylandscaping:fwall_column_oc_t_cement;fcolumn3; ]'..
'item_image_button[2,3.5;1,1;mylandscaping:awall_column_m_t_cement;acolumn1; ]'..
'item_image_button[3,3.5;1,1;mylandscaping:awall_column_ic_t_cement;acolumn2; ]'..
'item_image_button[4,3.5;1,1;mylandscaping:awall_column_oc_t_cement;acolumn3; ]'..
'label[6.5,1;Column toppers]'..
'item_image_button[6,1.5;1,1;mylandscaping:column_t_sphere_cement;column_sphere; ]'..
'item_image_button[7,1.5;1,1;mylandscaping:column_t_dragon_cement;column_dragon; ]'..
'item_image_button[8,1.5;1,1;mylandscaping:column_t_suzanne_cement;column_suzanne; ]'..
'item_image_button[9,1.5;1,1;mylandscaping:column_t_cross_cement;column_cross; ]'..
input
patio_pavers =
@ -77,7 +81,4 @@ deco_walls =
'tooltip[deco4;Random decorative wall]'..
'image_button[6,1.5;1,1;mylandscaping_deco_column.png;deco5;]'..
'tooltip[deco5;Decorative column]'..
'item_image_button[2,2.5;1,1;mylandscaping:column_t_sphere_cement;deco6; ]'..
'item_image_button[3,2.5;1,1;mylandscaping:column_t_dragon_cement;deco7; ]'..
'item_image_button[4,2.5;1,1;mylandscaping:column_t_suzanne_cement;deco8; ]'..
input

View File

@ -257,6 +257,10 @@ or fields['fcolumn3']
or fields['mcolumn1']
or fields['mcolumn2']
or fields['mcolumn3']
or fields['column_sphere']
or fields['column_dragon']
or fields['column_suzanne']
or fields['column_cross']
then
if fields["acolumn1"] then
make_ok = false
@ -306,7 +310,38 @@ then
return
end
end
if fields["column_sphere"] then
make_ok = false
anzahl = 2
block = "mylandscaping:column_t_sphere_"
if inv:is_empty("input") then
return
end
end
if fields["column_dragon"] then
make_ok = false
anzahl = 1
block = "mylandscaping:column_t_dragon_"
if inv:is_empty("input") then
return
end
end
if fields["column_suzanne"] then
make_ok = false
anzahl = 2
block = "mylandscaping:column_t_suzanne_"
if inv:is_empty("input") then
return
end
end
if fields["column_cross"] then
make_ok = false
anzahl = 2
block = "mylandscaping:column_t_cross_"
if inv:is_empty("input") then
return
end
end
local instack = inv:get_stack("input", 1)
local outstack = inv:get_stack("output", 1)
local dyestack = inv:get_stack("dye", 1)
@ -433,15 +468,12 @@ or fields["deco2"]
or fields["deco3"]
or fields['deco4']
or fields['deco5']
or fields['deco6']
or fields['deco7']
or fields['deco8']
then
if fields["deco1"] then
make_ok = false
anzahl = 4
deco = "mylandscaping:deco_wall_r_"
deco = "mylandscaping:deco_wall_s_"
if inv:is_empty("input") then
return
end
@ -465,7 +497,7 @@ then
if fields["deco4"] then
make_ok = false
anzahl = 4
deco = "mylandscaping:deco_wall_ra_"
deco = "mylandscaping:deco_wall_r_"
if inv:is_empty("input") then
return
end
@ -478,30 +510,7 @@ then
return
end
end
if fields["deco6"] then
make_ok = false
anzahl = 4
deco = "mylandscaping:column_t_sphere_"
if inv:is_empty("input") then
return
end
end
if fields["deco7"] then
make_ok = false
anzahl = 4
deco = "mylandscaping:column_t_dragon_"
if inv:is_empty("input") then
return
end
end
if fields["deco8"] then
make_ok = false
anzahl = 4
deco = "mylandscaping:column_t_suzanne_"
if inv:is_empty("input") then
return
end
end
local instack = inv:get_stack("input", 1)
local outstack = inv:get_stack("output", 1)
local dyestack = inv:get_stack("dye", 1)

View File

@ -84,8 +84,10 @@ on_timer = function(pos)
local cobble = inv:get_stack("cobble", 1)
local gravel = inv:get_stack("gravel", 1)
local sand = inv:get_stack("sand", 1)
local cobble_inv= cobble:get_name()
----------------------------------------------------------------------
if cobble:get_name() == "default:cobble" then
if cobble:get_name() == "default:cobble" or
minetest.get_node_group(cobble_inv, 'ml') > 0 then
inv:add_item("gravel","default:gravel")
cobble:take_item()
inv:set_stack("cobble",1,cobble)

View File

@ -0,0 +1,77 @@
# Blender v2.76 (sub 2) OBJ File: 'Column_toppers.blend'
# www.blender.org
o Cross_Cube.002
v -0.141421 -0.000000 -0.000000
v -0.141421 0.200000 -0.000000
v 0.000000 -0.000000 -0.141421
v 0.000000 0.200000 -0.141421
v -0.000000 -0.000000 0.141421
v -0.000000 0.200000 0.141421
v 0.141421 -0.000000 0.000000
v 0.141421 0.200000 0.000000
v 0.000000 -0.400000 -0.141421
v -0.141421 -0.400000 -0.000000
v 0.141421 -0.400000 0.000000
v -0.000000 -0.400000 0.141421
v 0.141421 0.200000 -0.282843
v 0.141421 -0.000000 -0.282843
v 0.282843 0.200000 -0.141421
v 0.282843 -0.000000 -0.141421
v -0.282843 -0.000000 0.141421
v -0.282843 0.200000 0.141421
v -0.141421 0.200000 0.282843
v -0.141421 -0.000000 0.282843
v -0.141421 0.400000 -0.000000
v 0.000000 0.400000 -0.141421
v 0.141421 0.400000 0.000000
v -0.000000 0.400000 0.141421
vt 0.375763 0.748473
vt 0.624237 0.748473
vt 0.624237 0.500000
vt 0.375763 0.500000
vt 0.872710 0.500000
vt 0.872710 0.748473
vt 0.624237 0.375763
vt 0.375763 0.375763
vt 0.375763 0.127290
vt 0.624237 0.127290
vt 0.624237 0.003053
vt 0.375763 0.003053
vt 0.375763 0.996946
vt 0.624237 0.996946
vt 0.375763 0.624237
vt 0.624237 0.624237
vt 0.375763 0.872710
vt 0.624237 0.872710
vt 0.127290 0.748473
vt 0.127290 0.500000
vn -0.707100 0.000000 -0.707100
vn 0.707100 0.000000 0.707100
vn 0.000000 1.000000 0.000000
vn 0.000000 -1.000000 0.000000
vn 0.707100 0.000000 -0.707100
vn -0.707100 0.000000 0.707100
g Cross_Cube.002_None
s off
f 2/1/1 4/2/1 3/3/1 1/4/1
f 8/2/2 7/3/2 16/5/2 15/6/2
f 8/2/2 6/1/2 5/4/2 7/3/2
f 6/7/3 2/8/3 18/9/3 19/10/3
f 1/4/1 3/3/1 9/11/1 10/12/1
f 4/2/1 2/1/1 21/13/1 22/14/1
f 10/8/4 9/15/4 11/16/4 12/7/4
f 3/4/5 7/3/5 11/11/5 9/12/5
f 5/3/6 1/4/6 10/12/6 12/11/6
f 7/3/2 5/4/2 12/12/2 11/11/2
f 13/1/5 15/2/5 16/3/5 14/4/5
f 7/16/4 3/15/4 14/17/4 16/18/4
f 4/15/3 8/16/3 15/18/3 13/17/3
f 3/3/1 4/2/1 13/6/1 14/5/1
f 19/2/6 18/1/6 17/4/6 20/3/6
f 5/4/2 6/1/2 19/19/2 20/20/2
f 2/1/1 1/4/1 17/20/1 18/19/1
f 1/8/4 5/7/4 20/10/4 17/9/4
f 24/7/3 23/16/3 22/15/3 21/8/3
f 2/1/6 6/2/6 24/14/6 21/13/6
f 8/2/5 4/1/5 22/13/5 23/14/5
f 6/1/2 8/2/2 23/14/2 24/13/2

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
# Blender v2.76 (sub 1) OBJ File: 'Adaridge_walls.blend'
# Blender v2.76 (sub 2) OBJ File: 'Adaridge_walls.blend'
# www.blender.org
o Adaridge_C_IC_B_Plane.006
v -0.500000 -0.500000 0.500000
@ -161,6 +161,10 @@ v 0.500000 0.500000 -0.500000
v 0.500000 0.500000 -0.300000
v 0.500000 0.100000 -0.500000
v 0.500000 0.100000 -0.300000
v -0.500000 -0.500000 -0.500000
v 0.500000 -0.500000 -0.500000
v -0.500000 -0.500000 0.500000
v 0.500000 -0.500000 0.500000
vt 0.333333 0.714286
vt 0.666667 0.714286
vt 0.666667 1.000000
@ -181,10 +185,15 @@ vt 1.000000 0.428571
vt 0.333333 0.857143
vt -0.000000 1.000000
vt 0.166667 1.000000
vt 0.833333 -0.000000
vt 1.000000 -0.000000
vt 1.000000 0.142857
vt 0.833333 0.142857
vn 0.000000 0.000000 1.000000
vn -1.000000 0.000000 0.000000
vn 0.000000 0.000000 -1.000000
vn 1.000000 0.000000 -0.000000
vn 0.000000 -1.000000 0.000000
g Adaridge_C_IC_B_Plane.006_None
s off
f 1/1/1 2/2/1 4/3/1 3/4/1
@ -227,3 +236,4 @@ f 145/8/4 146/2/4 148/1/4 147/5/4
f 149/2/4 150/13/4 152/14/4 151/3/4
f 153/15/4 154/16/4 156/6/4 155/5/4
f 157/5/4 158/6/4 160/7/4 159/8/4
f 161/21/5 162/22/5 164/23/5 163/24/5

View File

@ -1,4 +1,4 @@
# Blender v2.76 (sub 1) OBJ File: 'Adaridge_walls.blend'
# Blender v2.76 (sub 2) OBJ File: 'Adaridge_walls.blend'
# www.blender.org
o Adaridge_C_M_B_Plane.001
v -0.500000 -0.500000 -0.300000
@ -173,6 +173,10 @@ v -0.500000 0.500000 0.500000
v -0.500000 0.300000 0.500000
v -0.100000 0.500000 0.500000
v -0.100000 0.300000 0.500000
v -0.500000 -0.500000 -0.300000
v 0.500000 -0.500000 -0.300000
v -0.500000 -0.500000 0.500000
v 0.500000 -0.500000 0.500000
vt 0.333333 0.714286
vt 0.333333 1.000000
vt 0.666667 1.000000
@ -210,10 +214,15 @@ vt 0.666667 0.446429
vt 0.666667 0.732143
vt 1.000000 0.732143
vt 1.000000 0.446429
vt 0.833333 -0.000000
vt 0.999911 0.000089
vt 1.000000 0.142857
vt 0.833333 0.142857
vn 0.000000 -0.000000 -1.000000
vn 1.000000 0.000000 0.000000
vn 0.000000 1.000000 0.000000
vn -1.000000 0.000000 0.000000
vn 0.000000 -1.000000 0.000000
g Adaridge_C_M_B_Plane.001_None
s off
f 1/1/1 3/2/1 4/3/1 2/4/1
@ -268,3 +277,4 @@ f 157/4/1 159/3/1 160/9/1 158/10/1
f 161/34/1 163/35/1 164/36/1 162/37/1
f 165/15/1 167/1/1 168/6/1 166/5/1
f 169/6/1 171/14/1 172/19/1 170/7/1
f 173/38/5 174/39/5 176/40/5 175/41/5

View File

@ -1,4 +1,4 @@
# Blender v2.76 (sub 1) OBJ File: 'Adaridge_walls.blend'
# Blender v2.76 (sub 2) OBJ File: 'Adaridge_walls.blend'
# www.blender.org
o Adaridge_C_OC_B_Plane.004
v -0.500000 -0.100000 -0.300000
@ -145,6 +145,10 @@ v -0.500000 0.500000 0.500000
v -0.500000 0.500000 0.300000
v -0.500000 0.100000 0.500000
v -0.500000 0.100000 0.300000
v -0.500000 -0.500000 -0.300000
v 0.300000 -0.500000 -0.300000
v -0.500000 -0.500000 0.500000
v 0.300000 -0.500000 0.500000
vt 0.666667 0.714286
vt 1.000000 0.714286
vt 1.000000 1.000000
@ -172,10 +176,15 @@ vt 0.354167 0.714286
vt 0.687500 0.714286
vt 0.687500 1.000000
vt 0.354167 1.000000
vt 0.833333 0.000000
vt 1.000000 0.000000
vt 1.000000 0.142857
vt 0.833333 0.142857
vn 0.000000 0.000000 -1.000000
vn 1.000000 -0.000000 0.000000
vn 0.000000 0.000000 1.000000
vn -1.000000 0.000000 0.000000
vn 0.000000 -1.000000 0.000000
g Adaridge_C_OC_B_Plane.004_None
s off
f 1/1/1 2/2/1 4/3/1 3/4/1
@ -214,3 +223,4 @@ f 129/19/4 130/12/4 132/6/4 131/5/4
f 133/1/4 134/2/4 136/3/4 135/4/4
f 137/5/4 138/6/4 140/7/4 139/1/4
f 141/6/4 142/14/4 144/17/4 143/7/4
f 145/28/5 146/29/5 148/30/5 147/31/5

View File

@ -1,18 +1,14 @@
# Blender v2.74 (sub 5) OBJ File: 'Walls.blend'
# Blender v2.76 (sub 2) OBJ File: 'Deco_wall.blend'
# www.blender.org
o Cube.001_Cube.038
v 0.500000 -0.500000 0.200000
o Deco_flat_Cube.001_Cube.038_Smooth.002
v 0.500000 -0.100000 0.200000
v 0.500000 -0.500000 0.400000
v 0.500000 -0.100000 0.400000
v -0.500000 -0.500000 0.200000
v -0.500000 -0.100000 0.200000
v -0.500000 -0.500000 0.400000
v 0.500000 -0.500000 0.400000
v 0.500000 -0.500000 0.200000
v -0.500000 -0.100000 0.400000
vt 1.999884 0.373272
vt 1.999884 0.738302
vt 0.062616 0.738302
vt 0.062616 0.373272
v -0.500000 -0.500000 0.400000
v -0.500000 -0.100000 0.200000
v -0.500000 -0.500000 0.200000
vt 0.393551 0.439484
vt 0.195779 0.439484
vt 0.195779 0.043941
@ -29,16 +25,22 @@ vt 0.995779 0.493099
vt 0.004166 0.493099
vt 0.004166 0.096453
vt 0.995779 0.096453
vn 0.000000 1.000000 0.000000
vt 0.000045 0.200027
vt 0.000045 0.000045
vt 0.999955 0.000045
vt 0.999955 0.200027
vn 1.000000 0.000000 0.000000
vn 0.000000 0.000000 1.000000
vn 0.000000 -0.000000 1.000000
vn -1.000000 0.000000 0.000000
vn 0.000000 0.000000 -1.000000
g Cube.001_Cube.038_Split
vn 0.000000 -1.000000 0.000000
vn 0.000000 1.000000 0.000000
g Deco_flat_Cube.001_Cube.038_Smooth.002_None
s off
f 6/1/1 8/2/1 4/3/1 2/4/1
g Cube.001_Cube.038_Smooth
f 2/5/2 4/6/2 3/7/2 1/8/2
f 4/9/3 8/10/3 7/11/3 3/12/3
f 8/13/4 6/14/4 5/15/4 7/16/4
f 6/17/5 2/18/5 1/19/5 5/20/5
f 1/1/1 2/2/1 3/3/1 4/4/1
f 2/5/2 5/6/2 6/7/2 3/8/2
f 5/9/3 7/10/3 8/11/3 6/12/3
f 7/13/4 1/14/4 4/15/4 8/16/4
g Deco_flat_Cube.001_Cube.038_Smooth.002_None_mylandscaping_block_split.png
f 6/17/5 8/18/5 4/19/5 3/20/5
f 7/17/6 5/18/6 2/19/6 1/20/6

View File

@ -1,6 +1,6 @@
# Blender v2.75 (sub 4) OBJ File: ''
# Blender v2.76 (sub 2) OBJ File: 'Deco_wall.blend'
# www.blender.org
o Cube.001_Cube.038_Smooth.001
o Deco_peaked_Cube.001_Cube.038_Smooth.001
v 0.500000 -0.100000 0.200000
v 0.500000 -0.100000 0.400000
v 0.500000 -0.500000 0.400000
@ -29,6 +29,20 @@ v 0.166667 -0.100000 0.400000
v -0.000000 -0.000000 0.400000
v -0.166667 -0.100000 0.400000
v -0.333333 -0.000000 0.400000
vt 0.000045 0.700027
vt 0.000045 0.500045
vt 0.166696 0.500045
vt 0.333348 0.500045
vt 0.500000 0.500045
vt 0.666652 0.500045
vt 0.833304 0.500045
vt 0.999955 0.500045
vt 0.999955 0.700027
vt 0.833304 0.700027
vt 0.666652 0.700027
vt 0.500000 0.700027
vt 0.333348 0.700027
vt 0.166697 0.700027
vt 0.824659 0.695838
vt 0.824659 0.892508
vt 0.988551 0.892508
@ -59,32 +73,35 @@ vt 0.496875 0.499168
vt 0.496875 0.007492
vt 0.660767 0.400832
vt 0.660767 0.007492
vn 0.000000 -1.000000 -0.000000
vn 0.514500 0.857500 0.000000
vn -0.514500 0.857500 0.000000
vn 1.000000 0.000000 0.000000
vn 0.000000 -0.000000 1.000000
vn -1.000000 0.000000 0.000000
vn 0.000000 0.000000 -1.000000
g Cube.001_Cube.038_Smooth.001_Cube.001_Cube.038_Smooth.001_Top
g Deco_peaked_Cube.001_Cube.038_Smooth.001_Top
s off
f 19/1/1 24/2/1 2/3/1 1/4/1
f 7/5/2 5/6/2 28/7/2 23/8/2
f 23/8/1 28/7/1 27/9/1 22/10/1
f 22/10/2 27/9/2 26/11/2 21/12/2
f 21/12/1 26/11/1 25/13/1 20/14/1
f 20/14/2 25/13/2 24/2/2 19/1/2
g Cube.001_Cube.038_Smooth.001_Cube.001_Cube.038_Smooth.001_Face
f 1/15/3 2/16/3 3/6/3 4/5/3
f 28/17/4 5/18/4 6/19/4 13/20/4
f 5/16/5 7/15/5 8/5/5 6/6/5
f 19/21/6 1/22/6 4/23/6 14/24/6
f 7/18/6 23/17/6 18/20/6 8/19/6
f 23/17/6 22/25/6 17/26/6 18/20/6
f 22/25/6 21/27/6 16/28/6 17/26/6
f 21/27/6 20/29/6 15/30/6 16/28/6
f 20/29/6 19/21/6 14/24/6 15/30/6
f 2/22/4 24/21/4 9/24/4 3/23/4
f 24/21/4 25/29/4 10/30/4 9/24/4
f 25/29/4 26/27/4 11/28/4 10/30/4
f 26/27/4 27/25/4 12/26/4 11/28/4
f 27/25/4 28/17/4 13/20/4 12/26/4
f 6/1/1 8/2/1 18/3/1 17/4/1 16/5/1 15/6/1 14/7/1 4/8/1 3/9/1 9/10/1 10/11/1 11/12/1 12/13/1 13/14/1
g Deco_peaked_Cube.001_Cube.038_Smooth.001_Top_mylandscaping_block_smooth.png
f 19/15/2 24/16/2 2/17/2 1/18/2
f 7/19/3 5/20/3 28/21/3 23/22/3
f 23/22/2 28/21/2 27/23/2 22/24/2
f 22/24/3 27/23/3 26/25/3 21/26/3
f 21/26/2 26/25/2 25/27/2 20/28/2
f 20/28/3 25/27/3 24/16/3 19/15/3
g Deco_peaked_Cube.001_Cube.038_Smooth.001_Face
f 1/29/4 2/30/4 3/20/4 4/19/4
f 28/31/5 5/32/5 6/33/5 13/34/5
f 5/30/6 7/29/6 8/19/6 6/20/6
f 19/35/7 1/36/7 4/37/7 14/38/7
f 7/32/7 23/31/7 18/34/7 8/33/7
f 23/31/7 22/39/7 17/40/7 18/34/7
f 22/39/7 21/41/7 16/42/7 17/40/7
f 21/41/7 20/43/7 15/44/7 16/42/7
f 20/43/7 19/35/7 14/38/7 15/44/7
f 2/36/5 24/35/5 9/38/5 3/37/5
f 24/35/5 25/43/5 10/44/5 9/38/5
f 25/43/5 26/41/5 11/42/5 10/44/5
f 26/41/5 27/39/5 12/40/5 11/42/5
f 27/39/5 28/31/5 13/34/5 12/40/5

View File

@ -1,116 +1,147 @@
# Blender v2.74 (sub 5) OBJ File: 'Walls.blend'
# Blender v2.76 (sub 2) OBJ File: 'Deco_wall.blend'
# www.blender.org
o Deco_wall_Cube.032
v 0.500000 -0.500000 0.200000
v 0.500000 -0.100000 0.200000
o Deco_random_Cube.001_Cube.038_Smooth
v 0.500000 -0.200000 0.200000
v 0.500000 -0.200000 0.400000
v 0.500000 -0.500000 0.400000
v 0.500000 -0.100000 0.400000
v -0.500000 -0.500000 0.200000
v -0.500000 -0.100000 0.200000
v 0.500000 -0.500000 0.200000
v -0.500000 -0.200000 0.400000
v -0.500000 -0.500000 0.400000
v -0.500000 -0.100000 0.400000
v 0.333333 -0.000000 0.400000
v 0.166667 -0.000000 0.400000
v 0.000000 -0.100000 0.400000
v -0.166667 -0.000000 0.400000
v -0.333333 -0.000000 0.400000
v -0.333333 -0.500000 0.400000
v -0.166667 -0.500000 0.400000
v 0.000000 -0.500000 0.400000
v 0.166667 -0.500000 0.400000
v -0.500000 -0.200000 0.200000
v -0.500000 -0.500000 0.200000
v 0.333333 -0.500000 0.400000
v -0.333333 -0.000000 0.200000
v -0.166667 -0.000000 0.200000
v 0.000000 -0.100000 0.200000
v 0.166667 -0.000000 0.200000
v 0.333333 -0.000000 0.200000
v 0.166667 -0.500000 0.400000
v -0.000000 -0.500000 0.400000
v -0.166667 -0.500000 0.400000
v -0.333333 -0.500000 0.400000
v 0.333333 -0.500000 0.200000
v 0.166667 -0.500000 0.200000
v 0.000000 -0.500000 0.200000
v -0.000000 -0.500000 0.200000
v -0.166667 -0.500000 0.200000
v -0.333333 -0.500000 0.200000
vt 0.348750 0.134350
vt 0.348750 0.490561
vt 0.002576 0.490561
vt 0.002576 0.134350
vt 0.986502 0.509574
vt 0.986502 0.863415
vt 0.642631 0.863415
vt 0.642631 0.509574
vt 0.347764 0.863415
vt 0.347764 0.509574
vt 0.003893 0.863415
vt 0.003893 0.509574
vt 0.991767 0.134350
vt 0.991767 0.490561
vt 0.645593 0.490561
vt 0.645593 0.134350
vt 0.192663 0.385326
vt 0.000000 0.385326
vt 0.000000 0.000000
vt 0.192663 0.000000
vt 0.165595 1.000000
vt 0.000000 0.900614
vt 0.000000 0.503070
vt 0.165595 0.503070
vt 1.000000 0.893822
vt 0.802606 0.893822
vt 0.802606 0.499034
vt 1.000000 0.499034
vt 0.164532 0.495791
vt 0.000000 0.396632
vt 0.164532 0.000000
vt 0.989881 0.399762
vt 0.824433 0.499472
vt 0.824433 0.000921
vt 0.989881 0.000921
vt 0.658985 0.499472
vt 0.658985 0.000921
vt 0.493537 0.399762
vt 0.493537 0.000920
vt 0.493595 0.396633
vt 0.329063 0.495791
vt 0.329063 0.000000
vt 0.493595 0.000000
vt 1.000000 0.901056
vt 0.835142 1.000000
vt 0.835141 0.505280
vt 1.000000 0.505279
vt 0.670283 1.000000
vt 0.670283 0.505280
vt 0.505424 0.901056
vt 0.505424 0.505280
vt 0.496785 0.900614
vt 0.331190 1.000000
vt 0.331190 0.503070
vt 0.496785 0.503070
vn 0.514500 0.857500 0.000000
vn -0.514500 0.857500 0.000000
v 0.333333 -0.200000 0.200000
v 0.166667 -0.200000 0.200000
v -0.000000 -0.200000 0.200000
v -0.166667 -0.200000 0.200000
v -0.333333 -0.200000 0.200000
v 0.333333 -0.200000 0.400000
v 0.166667 -0.200000 0.400000
v -0.000000 -0.200000 0.400000
v -0.166667 -0.200000 0.400000
v -0.333333 -0.200000 0.400000
v -0.166667 -0.000000 0.200000
v -0.333333 -0.000000 0.200000
v -0.166667 -0.000000 0.400000
v -0.333333 -0.000000 0.400000
v -0.000000 -0.100000 0.200000
v -0.166667 -0.100000 0.200000
v -0.000000 -0.100000 0.400000
v -0.166667 -0.100000 0.400000
v 0.333333 0.100000 0.200000
v 0.166667 0.100000 0.200000
v 0.333333 0.100000 0.400000
v 0.166667 0.100000 0.400000
v 0.500000 -0.100000 0.200000
v 0.500000 -0.100000 0.400000
v 0.333333 -0.100000 0.200000
v 0.333333 -0.100000 0.400000
vt 0.000364 0.702162
vt 0.000364 0.901392
vt 0.166388 0.901392
vt 0.166388 0.702162
vt 0.498437 0.702162
vt 0.498437 0.901392
vt 0.664462 0.901392
vt 0.664462 0.702162
vt 0.332413 0.901392
vt 0.332413 0.702162
vt 0.830487 0.901392
vt 0.830487 0.702162
vt 0.996511 0.901392
vt 0.996511 0.702162
vt 0.000045 0.200027
vt 0.000045 0.000045
vt 0.166696 0.000045
vt 0.333348 0.000045
vt 0.500000 0.000045
vt 0.666652 0.000045
vt 0.833304 0.000045
vt 0.999955 0.000045
vt 0.999955 0.200027
vt 0.833304 0.200027
vt 0.666652 0.200027
vt 0.500000 0.200027
vt 0.333348 0.200027
vt 0.166697 0.200027
vt 0.299208 0.702162
vt 0.299208 0.901392
vt 0.166388 0.303703
vt 0.000364 0.303703
vt 0.000364 0.004858
vt 0.166388 0.004858
vt 0.830487 0.303703
vt 0.996511 0.303703
vt 0.996511 0.004858
vt 0.830487 0.004858
vt 0.398823 0.702162
vt 0.398823 0.901392
vt 0.498437 0.303703
vt 0.332413 0.303703
vt 0.332413 0.403318
vt 0.498437 0.403318
vt 0.598052 0.702162
vt 0.598052 0.901392
vt 0.332413 0.004858
vt 0.498437 0.004858
vt 0.664462 0.303703
vt 0.664462 0.004858
vt 0.166388 0.502932
vt 0.332413 0.502932
vt 0.664462 0.602547
vt 0.830487 0.602547
vt 0.996511 0.403318
vt 0.830487 0.403318
vn 0.000000 1.000000 0.000000
vn 0.000000 -1.000000 -0.000000
vn 1.000000 0.000000 0.000000
vn 0.000000 0.000000 1.000000
vn 0.000000 -0.000000 1.000000
vn -1.000000 0.000000 0.000000
vn 0.000000 0.000000 -1.000000
g Deco_wall_Cube.032_Split
g Deco_random_Cube.001_Cube.038_Smooth_Top
s off
f 23/1/1 9/2/1 4/3/1 2/4/1
f 6/5/2 8/6/2 13/7/2 19/8/2
f 19/8/3 13/7/3 12/9/3 20/10/3
f 20/10/1 12/9/1 11/11/1 21/12/1
f 21/13/2 11/14/2 10/15/2 22/16/2
f 22/16/3 10/15/3 9/2/3 23/1/3
g Deco_wall_Cube.032_Smooth
f 2/17/4 4/18/4 3/19/4 1/20/4
f 13/21/5 8/22/5 7/23/5 14/24/5
f 8/25/6 6/26/6 5/27/6 7/28/6
f 23/29/7 2/30/7 1/19/7 24/31/7
f 6/32/7 19/33/7 28/34/7 5/35/7
f 19/33/7 20/36/7 27/37/7 28/34/7
f 20/36/7 21/38/7 26/39/7 27/37/7
f 21/40/7 22/41/7 25/42/7 26/43/7
f 22/41/7 23/29/7 24/31/7 25/42/7
f 4/44/5 9/45/5 18/46/5 3/47/5
f 9/45/5 10/48/5 17/49/5 18/46/5
f 10/48/5 11/50/5 16/51/5 17/49/5
f 11/52/5 12/53/5 15/54/5 16/55/5
f 12/53/5 13/21/5 14/24/5 15/54/5
f 7/1/1 5/2/1 28/3/1 23/4/1
f 21/5/1 26/6/1 25/7/1 20/8/1
f 30/4/1 32/3/1 31/9/1 29/10/1
f 34/10/1 36/9/1 35/6/1 33/5/1
f 38/8/1 40/7/1 39/11/1 37/12/1
f 43/12/1 44/11/1 42/13/1 41/14/1
f 6/15/2 8/16/2 18/17/2 17/18/2 16/19/2 15/20/2 14/21/2 4/22/2 3/23/2 9/24/2 10/25/2 11/26/2 12/27/2 13/28/2
g Deco_random_Cube.001_Cube.038_Smooth_Face
f 1/29/3 2/30/3 3/2/3 4/1/3
f 28/31/4 5/32/4 6/33/4 13/34/4
f 5/30/5 7/29/5 8/1/5 6/2/5
f 19/35/6 1/36/6 4/37/6 14/38/6
f 2/30/3 1/29/3 41/39/3 42/40/3
f 23/29/5 28/30/5 32/6/5 30/5/5
f 21/41/6 22/42/6 34/43/6 33/44/6
f 24/30/3 19/29/3 37/45/3 39/46/3
f 7/32/6 23/31/6 18/34/6 8/33/6
f 23/31/6 22/42/6 17/47/6 18/34/6
f 22/42/6 21/41/6 16/48/6 17/47/6
f 21/41/6 20/49/6 15/50/6 16/48/6
f 20/49/6 19/35/6 14/38/6 15/50/6
f 2/36/4 24/35/4 9/38/4 3/37/4
f 24/35/4 25/49/4 10/50/4 9/38/4
f 25/49/4 26/41/4 11/48/4 10/50/4
f 26/41/4 27/42/4 12/47/4 11/48/4
f 27/42/4 28/31/4 13/34/4 12/47/4
f 22/42/6 23/31/6 30/51/6 29/52/6
f 27/30/3 22/29/3 29/5/3 31/6/3
f 28/31/4 27/42/4 31/52/4 32/51/4
f 26/30/3 21/29/3 33/39/3 35/40/3
f 27/42/4 26/41/4 35/44/4 36/43/4
f 19/35/6 20/49/6 38/53/6 37/54/6
f 25/49/4 24/35/4 39/54/4 40/53/4
f 20/29/5 25/30/5 40/46/5 38/45/5
f 24/35/4 2/36/4 42/55/4 44/56/4
f 1/36/6 19/35/6 43/56/6 41/55/6

View File

@ -1,131 +0,0 @@
# Blender v2.75 (sub 4) OBJ File: ''
# www.blender.org
o Cube.001_Cube.038_Smooth
v 0.500000 -0.200000 0.200000
v 0.500000 -0.200000 0.400000
v 0.500000 -0.500000 0.400000
v 0.500000 -0.500000 0.200000
v -0.500000 -0.200000 0.400000
v -0.500000 -0.500000 0.400000
v -0.500000 -0.200000 0.200000
v -0.500000 -0.500000 0.200000
v 0.333333 -0.500000 0.400000
v 0.166667 -0.500000 0.400000
v -0.000000 -0.500000 0.400000
v -0.166667 -0.500000 0.400000
v -0.333333 -0.500000 0.400000
v 0.333333 -0.500000 0.200000
v 0.166667 -0.500000 0.200000
v -0.000000 -0.500000 0.200000
v -0.166667 -0.500000 0.200000
v -0.333333 -0.500000 0.200000
v 0.333333 -0.200000 0.200000
v 0.166667 -0.200000 0.200000
v -0.000000 -0.200000 0.200000
v -0.166667 -0.200000 0.200000
v -0.333333 -0.200000 0.200000
v 0.333333 -0.200000 0.400000
v 0.166667 -0.200000 0.400000
v -0.000000 -0.200000 0.400000
v -0.166667 -0.200000 0.400000
v -0.333333 -0.200000 0.400000
v -0.166667 -0.000000 0.200000
v -0.333333 -0.000000 0.200000
v -0.166667 -0.000000 0.400000
v -0.333333 -0.000000 0.400000
v -0.000000 -0.100000 0.200000
v -0.166667 -0.100000 0.200000
v -0.000000 -0.100000 0.400000
v -0.166667 -0.100000 0.400000
v 0.333333 0.100000 0.200000
v 0.166667 0.100000 0.200000
v 0.333333 0.100000 0.400000
v 0.166667 0.100000 0.400000
v 0.500000 -0.100000 0.200000
v 0.500000 -0.100000 0.400000
v 0.333333 -0.100000 0.200000
v 0.333333 -0.100000 0.400000
vt 0.000364 0.702162
vt 0.000364 0.901392
vt 0.166388 0.901392
vt 0.166388 0.702162
vt 0.498437 0.702162
vt 0.498437 0.901392
vt 0.664462 0.901392
vt 0.664462 0.702162
vt 0.332413 0.901392
vt 0.332413 0.702162
vt 0.830487 0.901392
vt 0.830487 0.702162
vt 0.996511 0.901392
vt 0.996511 0.702162
vt 0.299208 0.702162
vt 0.299208 0.901392
vt 0.166388 0.303703
vt 0.000364 0.303703
vt 0.000364 0.004858
vt 0.166388 0.004858
vt 0.830487 0.303703
vt 0.996511 0.303703
vt 0.996511 0.004858
vt 0.830487 0.004858
vt 0.398823 0.702162
vt 0.398823 0.901392
vt 0.498437 0.303703
vt 0.332413 0.303703
vt 0.332413 0.403318
vt 0.498437 0.403318
vt 0.598052 0.702162
vt 0.598052 0.901392
vt 0.332413 0.004858
vt 0.498437 0.004858
vt 0.664462 0.303703
vt 0.664462 0.004858
vt 0.166388 0.502932
vt 0.332413 0.502932
vt 0.664462 0.602547
vt 0.830487 0.602547
vt 0.996511 0.403318
vt 0.830487 0.403318
vn 0.000000 1.000000 0.000000
vn 1.000000 0.000000 0.000000
vn 0.000000 -0.000000 1.000000
vn -1.000000 0.000000 0.000000
vn 0.000000 0.000000 -1.000000
g Cube.001_Cube.038_Smooth_Cube.001_Cube.038_Smooth_Top
s off
f 7/1/1 5/2/1 28/3/1 23/4/1
f 21/5/1 26/6/1 25/7/1 20/8/1
f 30/4/1 32/3/1 31/9/1 29/10/1
f 34/10/1 36/9/1 35/6/1 33/5/1
f 38/8/1 40/7/1 39/11/1 37/12/1
f 43/12/1 44/11/1 42/13/1 41/14/1
g Cube.001_Cube.038_Smooth_Cube.001_Cube.038_Smooth_Face
f 1/15/2 2/16/2 3/2/2 4/1/2
f 28/17/3 5/18/3 6/19/3 13/20/3
f 5/16/4 7/15/4 8/1/4 6/2/4
f 19/21/5 1/22/5 4/23/5 14/24/5
f 2/16/2 1/15/2 41/25/2 42/26/2
f 23/15/4 28/16/4 32/6/4 30/5/4
f 21/27/5 22/28/5 34/29/5 33/30/5
f 24/16/2 19/15/2 37/31/2 39/32/2
f 7/18/5 23/17/5 18/20/5 8/19/5
f 23/17/5 22/28/5 17/33/5 18/20/5
f 22/28/5 21/27/5 16/34/5 17/33/5
f 21/27/5 20/35/5 15/36/5 16/34/5
f 20/35/5 19/21/5 14/24/5 15/36/5
f 2/22/3 24/21/3 9/24/3 3/23/3
f 24/21/3 25/35/3 10/36/3 9/24/3
f 25/35/3 26/27/3 11/34/3 10/36/3
f 26/27/3 27/28/3 12/33/3 11/34/3
f 27/28/3 28/17/3 13/20/3 12/33/3
f 22/28/5 23/17/5 30/37/5 29/38/5
f 27/16/2 22/15/2 29/5/2 31/6/2
f 28/17/3 27/28/3 31/38/3 32/37/3
f 26/16/2 21/15/2 33/25/2 35/26/2
f 27/28/3 26/27/3 35/30/3 36/29/3
f 19/21/5 20/35/5 38/39/5 37/40/5
f 25/35/3 24/21/3 39/40/3 40/39/3
f 20/15/4 25/16/4 40/32/4 38/31/4
f 24/21/3 2/22/3 42/41/3 44/42/3
f 1/22/5 19/21/5 43/42/5 41/41/5

View File

@ -0,0 +1,220 @@
# Blender v2.76 (sub 2) OBJ File: 'Deco_wall.blend'
# www.blender.org
o Deco_scalloped_Cube.001_Cube.038_Smooth.003
v 0.500000 -0.100000 0.200000
v 0.500000 -0.100000 0.400000
v 0.500000 -0.500000 0.400000
v 0.500000 -0.500000 0.200000
v -0.500000 -0.100000 0.400000
v -0.500000 -0.500000 0.400000
v -0.500000 -0.100000 0.200000
v -0.500000 -0.500000 0.200000
v 0.333333 -0.500000 0.400000
v 0.166667 -0.500000 0.400000
v -0.000000 -0.500000 0.400000
v -0.166667 -0.500000 0.400000
v -0.333333 -0.500000 0.400000
v 0.333333 -0.500000 0.200000
v 0.166667 -0.500000 0.200000
v -0.000000 -0.500000 0.200000
v -0.166667 -0.500000 0.200000
v -0.333333 -0.500000 0.200000
v 0.333333 -0.020975 0.200000
v 0.166667 -0.100000 0.200000
v -0.000000 -0.020975 0.200000
v -0.166667 -0.100000 0.200000
v -0.333333 -0.020975 0.200000
v 0.333333 -0.020975 0.400000
v 0.166667 -0.100000 0.400000
v -0.000000 -0.020975 0.400000
v -0.166667 -0.100000 0.400000
v -0.333333 -0.020975 0.400000
v 0.250000 -0.500000 0.400000
v 0.250000 -0.500000 0.200000
v 0.250000 -0.039513 0.200000
v 0.250000 -0.039513 0.400000
v 0.416667 -0.500000 0.400000
v 0.416667 -0.500000 0.200000
v 0.416667 -0.039513 0.200000
v 0.416667 -0.039513 0.400000
v 0.083333 -0.500000 0.400000
v 0.083333 -0.500000 0.200000
v 0.083333 -0.039513 0.200000
v 0.083333 -0.039513 0.400000
v -0.083333 -0.500000 0.400000
v -0.083333 -0.500000 0.200000
v -0.083333 -0.039513 0.200000
v -0.083333 -0.039513 0.400000
v -0.250000 -0.500000 0.400000
v -0.250000 -0.500000 0.200000
v -0.250000 -0.039513 0.200000
v -0.250000 -0.039513 0.400000
v -0.416667 -0.500000 0.400000
v -0.416667 -0.500000 0.200000
v -0.416667 -0.039513 0.200000
v -0.416667 -0.039513 0.400000
vt 0.906605 0.695838
vt 0.899302 0.514410
vt 0.992711 0.510650
vt 1.000015 0.692078
vt 0.087145 0.695838
vt 0.094448 0.514410
vt 0.171891 0.517527
vt 0.169523 0.697945
vt 0.251037 0.695838
vt 0.247680 0.520307
vt 0.335268 0.522047
vt 0.333462 0.692773
vt 0.414929 0.695838
vt 0.422327 0.523193
vt 0.496875 0.523348
vt 0.496875 0.698842
vt 0.578821 0.695838
vt 0.571423 0.523193
vt 0.658482 0.522047
vt 0.660288 0.692773
vt 0.742713 0.695838
vt 0.746070 0.520307
vt 0.821859 0.517527
vt 0.824227 0.697945
vt 0.916629 0.700027
vt 0.916629 0.500045
vt 0.999955 0.500045
vt 0.999955 0.700027
vt 0.583326 0.700027
vt 0.583326 0.500045
vt 0.666652 0.500045
vt 0.749978 0.500045
vt 0.749978 0.700027
vt 0.666652 0.700027
vt 0.833304 0.500045
vt 0.833304 0.700027
vt 0.416674 0.700027
vt 0.416674 0.500045
vt 0.500000 0.500045
vt 0.500000 0.700027
vt 0.250022 0.700027
vt 0.250022 0.500045
vt 0.333348 0.500045
vt 0.333348 0.700027
vt 0.083371 0.700027
vt 0.083371 0.500045
vt 0.166696 0.500045
vt 0.166696 0.700027
vt 0.000045 0.700027
vt 0.000045 0.500045
vt -0.006265 0.692078
vt 0.001039 0.510650
vt 0.398540 0.695838
vt 0.398540 0.892508
vt 0.005199 0.892508
vt 0.005199 0.695838
vt 0.087145 0.460312
vt 0.005199 0.400832
vt 0.005199 0.007492
vt 0.087145 0.007492
vt 0.906605 0.450000
vt 0.988551 0.509480
vt 0.988551 0.902821
vt 0.906605 0.902821
vt 0.087145 0.450000
vt 0.169091 0.431771
vt 0.169091 0.902821
vt 0.087145 0.902821
vt 0.251037 0.450000
vt 0.332983 0.509480
vt 0.332983 0.902821
vt 0.251037 0.902821
vt 0.414929 0.450000
vt 0.496875 0.431771
vt 0.496875 0.902821
vt 0.414929 0.902821
vt 0.578821 0.450000
vt 0.660767 0.509480
vt 0.660767 0.902821
vt 0.578821 0.902821
vt 0.742713 0.450000
vt 0.824659 0.431771
vt 0.824659 0.902821
vt 0.742713 0.902821
vt 0.906605 0.460312
vt 0.824659 0.478541
vt 0.824659 0.007492
vt 0.906605 0.007492
vt 0.742713 0.460312
vt 0.660767 0.400832
vt 0.660767 0.007492
vt 0.742713 0.007492
vt 0.578821 0.460312
vt 0.496875 0.478541
vt 0.496875 0.007492
vt 0.578821 0.007492
vt 0.414929 0.460312
vt 0.332983 0.400832
vt 0.332983 0.007492
vt 0.414929 0.007492
vt 0.251037 0.460312
vt 0.169091 0.478541
vt 0.169091 0.007492
vt 0.251037 0.007492
vt 0.988551 0.400832
vt 0.988551 0.007492
vt 0.005199 0.509480
vt 0.005199 0.902821
vn 0.587400 0.809300 0.000000
vn -0.217100 0.976100 0.000000
vn 0.000000 -1.000000 0.000000
vn -0.587400 0.809300 0.000000
vn 0.217100 0.976100 0.000000
vn 1.000000 0.000000 0.000000
vn 0.000000 -0.000000 1.000000
vn -1.000000 0.000000 0.000000
vn 0.000000 0.000000 -1.000000
g Deco_scalloped_Cube.001_Cube.038_Smooth.003_Top
s off
f 35/1/1 36/2/1 2/3/1 1/4/1
f 51/5/2 52/6/2 28/7/2 23/8/2
f 47/9/1 48/10/1 27/11/1 22/12/1
f 43/13/2 44/14/2 26/15/2 21/16/2
f 39/17/1 40/18/1 25/19/1 20/20/1
f 31/21/2 32/22/2 24/23/2 19/24/2
f 33/25/3 34/26/3 4/27/3 3/28/3
f 37/29/3 38/30/3 15/31/3 30/32/3 29/33/3 10/34/3
f 20/20/4 25/19/4 32/22/4 31/21/4
f 29/33/3 30/32/3 14/35/3 34/26/3 33/25/3 9/36/3
f 19/24/5 24/23/5 36/2/5 35/1/5
f 41/37/3 42/38/3 16/39/3 38/30/3 37/29/3 11/40/3
f 21/16/5 26/15/5 40/18/5 39/17/5
f 45/41/3 46/42/3 17/43/3 42/38/3 41/37/3 12/44/3
f 22/12/4 27/11/4 44/14/4 43/13/4
f 49/45/3 50/46/3 18/47/3 46/42/3 45/41/3 13/48/3
f 23/8/5 28/7/5 48/10/5 47/9/5
f 6/49/3 8/50/3 50/46/3 49/45/3
f 7/51/4 5/52/4 52/6/4 51/5/4
g Deco_scalloped_Cube.001_Cube.038_Smooth.003_Face
f 1/53/6 2/54/6 3/55/6 4/56/6
f 52/57/7 5/58/7 6/59/7 49/60/7
f 5/54/8 7/53/8 8/56/8 6/55/8
f 35/61/9 1/62/9 4/63/9 34/64/9
f 51/65/9 23/66/9 18/67/9 50/68/9
f 47/69/9 22/70/9 17/71/9 46/72/9
f 43/73/9 21/74/9 16/75/9 42/76/9
f 39/77/9 20/78/9 15/79/9 38/80/9
f 31/81/9 19/82/9 14/83/9 30/84/9
f 36/85/7 24/86/7 9/87/7 33/88/7
f 32/89/7 25/90/7 10/91/7 29/92/7
f 40/93/7 26/94/7 11/95/7 37/96/7
f 44/97/7 27/98/7 12/99/7 41/100/7
f 48/101/7 28/102/7 13/103/7 45/104/7
f 24/86/7 32/89/7 29/92/7 9/87/7
f 20/78/9 31/81/9 30/84/9 15/79/9
f 2/105/7 36/85/7 33/88/7 3/106/7
f 19/82/9 35/61/9 34/64/9 14/83/9
f 25/90/7 40/93/7 37/96/7 10/91/7
f 21/74/9 39/77/9 38/80/9 16/75/9
f 26/94/7 44/97/7 41/100/7 11/95/7
f 22/70/9 43/73/9 42/76/9 17/71/9
f 27/98/7 48/101/7 45/104/7 12/99/7
f 23/66/9 47/69/9 46/72/9 18/67/9
f 7/107/9 51/65/9 50/68/9 8/108/9
f 28/102/7 52/57/7 49/60/7 13/103/7

View File

@ -264,7 +264,7 @@ minetest.register_node("mylandscaping:stone_"..style..col,{
"mylandscaping_"..img1..".png"..alpha,
},
paramtype = "light",
groups = {cracky = 2, not_in_creative_inventory=1},
groups = {cracky = 2, not_in_creative_inventory=1, ml=1,},
node_box = cbox,
selection_box = stone_cbox,
collision_box = stone_cbox,

BIN
textures/Dragon_AO.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
textures/Dragon_UV.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -1,11 +1,13 @@
local block_type1 = { -- desc2, obj
{"Sphere", "sphere"},
{"Suzanne", "suzanne"},
{'Dragon', 'dragon'}
local block_type1 = { -- desc2, obj, texture
{"Sphere", "sphere", 'concrete'},
{"Suzanne", "suzanne", 'concrete'},
{'Dragon', 'dragon', 'dragon'},
{'Cross', 'cross', 'concrete'},
}
for i in ipairs (block_type1) do
local desc2 = block_type1[i][1]
local obj = block_type1[i][2]
local tex = block_type1[i][3]
local color_tab = {
{"black", "Black", "^[colorize:black:150"},
@ -31,11 +33,11 @@ local coldesc = color_tab[i][2]
local alpha = color_tab[i][3]
minetest.register_node('mylandscaping:column_t_'..obj.."_"..col, {
description = desc2.." "..coldesc,
description = desc2..' topper',
drawtype = 'mesh',
mesh = 'mylandscaping_column_t_'..obj..'.obj',
tiles = {name='mylandscaping_concrete.png'..alpha},
groups = {cracky=2, not_in_creative_inventory=visible},
tiles = {name='mylandscaping_'..tex..'.png'..alpha},
groups = {cracky=2, not_in_creative_inventory=visible, ml=1},
paramtype = 'light',
paramtype2 = 'facedir',
sounds = default.node_sound_stone_defaults(),

View File

@ -30,19 +30,19 @@ local colbox_type7 = { --outside corner
}
local block_type1 = { -- desc2, typ, obj, colbox, drops, grup
{"Retaining Wall Left", "left", "blocka_l_t", colbox_type1, "left", {cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Middle", "middle", "blocka_m_t", colbox_type1, "middle", {cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Right", "right", "blocka_r_t", colbox_type1, "right", {cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Inside Corner", "icorner", "blocka_ic_t", colbox_type4, "icorner", {cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Outside Corner", "ocorner", "blocka_oc_t", colbox_type2, "ocorner", {cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Left", "left", "blocka_l_t", colbox_type1, "left", {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Middle", "middle", "blocka_m_t", colbox_type1, "middle", {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Right", "right", "blocka_r_t", colbox_type1, "right", {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Inside Corner", "icorner", "blocka_ic_t", colbox_type4, "icorner", {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Outside Corner", "ocorner", "blocka_oc_t", colbox_type2, "ocorner", {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Left Bot", "bleft", "blocka_l_b", colbox_type3, "left", {not_in_creative_inventory=visible}},
{"Retaining Wall Middle Bot", "bmiddle", "blocka_m_b", colbox_type3, "middle", {not_in_creative_inventory=visible}},
{"Retaining Wall Right Bot", "bright", "blocka_r_b", colbox_type3, "right", {not_in_creative_inventory=visible}},
{"Retaining Wall Inside Corner Bot", "bicorner", "blocka_ic_b", colbox_type4, "icorner", {not_in_creative_inventory=visible}},
{"Retaining Wall Outside Corner Bot", "bocorner", "blocka_oc_b", colbox_type2, "ocorner", {not_in_creative_inventory=visible}},
{"Column Inside Corner", "column_ic_t", "columna_ic_t", colbox_type5, "column_ic_t", {cracky=2,not_in_creative_inventory=visible}},
{"Column Outside Corner", "column_oc_t", "columna_oc_t", colbox_type2, "column_oc_t", {cracky=2,not_in_creative_inventory=visible}},
{"Column Middle", "column_m_t", "columna_m_t", colbox_type6, "column_m_t", {cracky=2,not_in_creative_inventory=visible}},
{"Column Inside Corner", "column_ic_t", "columna_ic_t", colbox_type5, "column_ic_t", {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Column Outside Corner", "column_oc_t", "columna_oc_t", colbox_type2, "column_oc_t", {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Column Middle", "column_m_t", "columna_m_t", colbox_type6, "column_m_t", {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Column Inside Corner Bot", "bcolumn_ic_t", "columna_ic_b", colbox_type5, "column_ic_b", {not_in_creative_inventory=visible}},
{"Column Outside Corner Bot", "bcolumn_oc_t", "columna_oc_b", colbox_type2, "column_oc_b", {not_in_creative_inventory=visible}},
{"Column Middle Bot", "bcolumn_m_t", "columna_m_b", colbox_type6, "column_m_b", {not_in_creative_inventory=visible}},zz

View File

@ -8,11 +8,11 @@ local colbox_type2 = { --wall
}
local block_type1 = { -- desc2, obj, colbox, grup,
{"Deco Wall Round Top", "wall_r", colbox_type2, {cracky=2,not_in_creative_inventory=visible}},
{"Deco Wall Flat Top", "wall_f", colbox_type2, {cracky=2,not_in_creative_inventory=visible}},
{'Deco Wall Peaked Top', 'wall_p', colbox_type2, {cracky=2,not_in_creative_inventory=visible}},
{'Deco Wall Random Top', 'wall_ra', colbox_type2, {cracky=2,not_in_creative_inventory=visible}},
{"Deco Wall Column", "column", colbox_type1, {cracky=2,not_in_creative_inventory=visible}},
{"Deco Wall Scalloped", "wall_s", colbox_type2, {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Deco Wall Flat Top", "wall_f", colbox_type2, {ml=1,cracky=2,not_in_creative_inventory=visible}},
{'Deco Wall Peaked Top', 'wall_p', colbox_type2, {ml=1,cracky=2,not_in_creative_inventory=visible}},
{'Deco Wall Random Top', 'wall_r', colbox_type2, {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Deco Wall Column", "column", colbox_type1, {ml=1,cracky=2,not_in_creative_inventory=visible}},
}
for i in ipairs (block_type1) do
local desc2 = block_type1[i][1]

View File

@ -25,17 +25,17 @@ local colbox_type6 = { --corner
}
local block_type1 = { -- desc2, typ, obj, colbox, drops, grup
{"Retaining Wall Left", "left", "blockf_l_t", colbox_type1, "left", {cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Middle", "middle", "blockf_m_t", colbox_type1, "middle", {cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Right", "right", "blockf_r_t", colbox_type1, "right", {cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Corner", "corner", "blockf_c_t", colbox_type4, "corner", {cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Left", "left", "blockf_l_t", colbox_type1, "left", {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Middle", "middle", "blockf_m_t", colbox_type1, "middle", {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Right", "right", "blockf_r_t", colbox_type1, "right", {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Corner", "corner", "blockf_c_t", colbox_type4, "corner", {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Retaining Wall Left Bot", "bleft", "blockf_l_b", colbox_type3, "left", {not_in_creative_inventory=visible}},
{"Retaining Wall Middle Bot", "bmiddle", "blockf_m_b", colbox_type3, "middle", {not_in_creative_inventory=visible}},
{"Retaining Wall Right Bot", "bright", "blockf_r_b", colbox_type3, "right", {not_in_creative_inventory=visible}},
{"Retaining Wall Corner Bot", "bcorner", "blockf_c_b", colbox_type4, "corner", {not_in_creative_inventory=visible}},
{"Column Inside Corner", "column_ic_t", "columnf_ic_t", colbox_type5, "column_ic_t", {cracky=2,not_in_creative_inventory=visible}},
{"Column Outside Corner", "column_oc_t", "columnf_oc_t", colbox_type2, "column_oc_t", {cracky=2,not_in_creative_inventory=visible}},
{"Column Middle", "column_m_t", "columnf_m_t", colbox_type6, "column_m_t", {cracky=2,not_in_creative_inventory=visible}},
{"Column Inside Corner", "column_ic_t", "columnf_ic_t", colbox_type5, "column_ic_t", {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Column Outside Corner", "column_oc_t", "columnf_oc_t", colbox_type2, "column_oc_t", {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Column Middle", "column_m_t", "columnf_m_t", colbox_type6, "column_m_t", {ml=1,cracky=2,not_in_creative_inventory=visible}},
{"Column Inside Corner Bot", "bcolumn_ic_t", "columnf_ic_b", colbox_type5, "column_ic_b", {not_in_creative_inventory=visible}},
{"Column Outside Corner Bot", "bcolumn_oc_t", "columnf_oc_b", colbox_type2, "column_oc_b", {not_in_creative_inventory=visible}},
{"Column Middle Bot", "bcolumn_m_t", "columnf_m_b", colbox_type6, "column_m_b", {not_in_creative_inventory=visible}},