Page 1 of 1
3D furniture

Posted:
Tue Jun 19, 2012 20:03
by tonyka
I'm creating a series of simple objects in 3D
who want to experiment, here is part of what I created ...
simple Table
init.lua:
minetest.register_craft( {
output = 'experimental:mesa',
recipe = {
{ 'default:wood','default:wood', 'default:wood' },
{ 'default:stick', '', 'default:stick' },
},
})
minetest.register_node("experimental:mesa", {
tile = {"default_wood.png"},
tiles = {"default_wood.png"},
drawtype = "nodebox",
sunlight_propagates = true,
paramtype = 'light',
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.4, -0.5, -0.4, -0.3, 0.4, -0.3},
{0.3, -0.5, -0.4, 0.4, 0.4, -0.3},
{-0.4, -0.5, 0.3, -0.3, 0.4, 0.4},
{0.3, -0.5, 0.3, 0.4, 0.4, 0.4},
{-0.5, 0.4, -0.5, 0.5, 0.5, 0.5},
},
},
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2}
})
sorry for my bad English.

Posted:
Tue Jun 19, 2012 20:09
by tonyka
polygons are generated by checking the diagonal of the rectangular prism, coordinates = (width, height, length)
fixed = {
{-0.4, -0.5, -0.4, -0.3, 0.4, -0.3}, --> foot 1
{0.3, -0.5, -0.4, 0.4, 0.4, -0.3}, --> foot 2
{-0.4, -0.5, 0.3, -0.3, 0.4, 0.4}, -->foot 3
{0.3, -0.5, 0.3, 0.4, 0.4, 0.4}, -->foot 4
{-0.5, 0.4, -0.5, 0.5, 0.5, 0.5}, -->table
},

Posted:
Wed Jun 20, 2012 04:10
by InfinityProject
Wow, I've got to learn this. Can you make a chair or couch?

Posted:
Wed Jun 20, 2012 07:06
by Jordach
InfinityProject wrote:Wow, I've got to learn this. Can you make a chair or couch?
why? just stick signs on the side of stairs.

Posted:
Wed Jun 20, 2012 14:23
by Calinou
What does this have to do with feature discussion, and especially, why no "direct" download? ._.

Posted:
Wed Jun 20, 2012 17:34
by tonyka
InfinityProject wrote:Wow, I've got to learn this. Can you make a chair or couch?
but if it can be a sofa to be created several blokes and then connect them by any function, as in the doors.
sorry for mi bad engliss

Posted:
Wed Jun 20, 2012 17:35
by tonyka
Calinou wrote:What does this have to do with feature discussion, and especially, why no "direct" download? ._.
I'm sorry I mislead by raising the post
I have no file hosting site if you can recommend me a climb what I have so far ...

Posted:
Wed Jun 20, 2012 17:38
by InfinityProject
Sí. También hablo español, así que, tal vez sólo una manzana, una simple silla. He intentado jugar un poco con el tipo de inicio y de no en ella. No puedo hacer polígonos. Sin embargo, la mesa es increíble.

Posted:
Wed Jun 20, 2012 18:00
by tonyka
InfinityProject wrote:Sí. También hablo español, así que, tal vez sólo una manzana, una simple silla. He intentado jugar un poco con el tipo de inicio y de no en ella. No puedo hacer polígonos. Sin embargo, la mesa es increíble.
gracias, segun logre hacer mas objetos, ire puglicando, de momento no tengo mucho, y algunos producen efectos raros en el render... segun experimente ire aprendiendo mas...
thanks, according succeed in making more objects, puglicando ire at the moment I have little, and some odd effects in the render ... according ire learning experience more ...

Posted:
Wed Jun 20, 2012 18:12
by Calinou
dropbox/omploader/mediafire < three good, free hosting sites. ;)

Posted:
Wed Jun 20, 2012 19:27
by InfinityProject
¿Puedo utilizar este cuadro en mi mod?

Posted:
Wed Jun 20, 2012 20:55
by LolManKuba
um in the rule section it says "The language of this forum is english, except for the "other languages" section.

Posted:
Thu Jun 21, 2012 01:50
by tonyka
cambio la dirección del topico, a un sitio mas adecuado
change the direction of the topic, a more suitable site
http://minetest.net/forum/viewtopic.php?pid=27356#p27356

Posted:
Thu Jun 21, 2012 01:53
by tonyka
Calinou wrote:dropbox/omploader/mediafire < three good, free hosting sites. ;)
thanks, Dropbox looks good ...

Posted:
Wed Oct 24, 2012 15:20
by qwrwed
http://minetest.net/forum/viewtopic.php?id=22073D furniture was released ages ago, and it has bathroom stuff, wood chairs and tables, armchairs and medieval things, all nodebox. (telling you here because that topic's screenshots don't work anymore)