3D furniture

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

3D furniture

by tonyka » Tue Jun 19, 2012 20:03

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.
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Tue Jun 19, 2012 20:09

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
},
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

User avatar
InfinityProject
Member
 
Posts: 1009
Joined: Sat Mar 17, 2012 00:52

by InfinityProject » Wed Jun 20, 2012 04:10

Wow, I've got to learn this. Can you make a chair or couch?
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Wed Jun 20, 2012 07:06

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.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Wed Jun 20, 2012 14:23

What does this have to do with feature discussion, and especially, why no "direct" download? ._.
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Wed Jun 20, 2012 17:34

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
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Wed Jun 20, 2012 17:35

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 ...
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

User avatar
InfinityProject
Member
 
Posts: 1009
Joined: Sat Mar 17, 2012 00:52

by InfinityProject » Wed Jun 20, 2012 17:38

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.
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Wed Jun 20, 2012 18:00

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 ...
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Wed Jun 20, 2012 18:12

dropbox/omploader/mediafire < three good, free hosting sites. ;)
 

User avatar
InfinityProject
Member
 
Posts: 1009
Joined: Sat Mar 17, 2012 00:52

by InfinityProject » Wed Jun 20, 2012 19:27

¿Puedo utilizar este cuadro en mi mod?
 

User avatar
LolManKuba
Member
 
Posts: 939
Joined: Fri Feb 10, 2012 22:36

by LolManKuba » Wed Jun 20, 2012 20:55

um in the rule section it says "The language of this forum is english, except for the "other languages" section.
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Thu Jun 21, 2012 01:50

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
Last edited by tonyka on Thu Jun 21, 2012 01:50, edited 1 time in total.
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Thu Jun 21, 2012 01:53

Calinou wrote:dropbox/omploader/mediafire < three good, free hosting sites. ;)

thanks, Dropbox looks good ...
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

User avatar
qwrwed
Member
 
Posts: 323
Joined: Sun Jul 22, 2012 20:56
In-game: qwrwed or Nitro

by qwrwed » Wed Oct 24, 2012 15:20

http://minetest.net/forum/viewtopic.php?id=2207
3D 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)
 


Return to Minetest Features

Who is online

Users browsing this forum: No registered users and 1 guest