Page 1 of 1

Problem with the node_box 'wallmounted' feature

PostPosted: Tue Jan 08, 2013 07:52
by yves_de_beck
Hello,

I have tried a code like this:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
            ...
            node_box = {
                type = "wallmounted",
                wall_top = {-0.1, 0.5-0.6, -0.1, 0.1, 0.5, 0.1},
                wall_bottom = {-0.1, -0.5, -0.1, 0.1, -0.5+0.6, 0.1},
                wall_side = {
                            {-0.1, 0.0, -0.1, 0.5, 0.1, 0.1},
                            {-0.1, 0.1, -0.1, 0.1, 0.5, 0.1},
                            },
            },
            ...


It works fine for wall_top and wall_bottom nodes.

But: When i want create a wall_side element it is an empty box in game =(


Image


Is this a problem that could be fixed?


In this diskussion we have talked about this problem:
http://minetest.net/forum/viewtopic.php?id=4360