Page 1 of 1

custom shapes for nodes?

PostPosted: Thu Jan 05, 2012 23:39
by Melkor
a simple question: is possible now only with lua?

an example: i want to create steps or slabs -I know that someone already did this-, or more complicated things such as fences... (I know there are already fences, but its just an example)

PostPosted: Fri Jan 06, 2012 00:00
by kahrl
No, it is currently not possible. I had to change the C++ to make stairs and slabs, but once I get around to finishing it, it will allow you to define a list of to-be-drawn axis-aligned boxes yourself, so it is a more generic solution than just adding drawtypes for stairs and slab.

PostPosted: Fri Jan 06, 2012 00:11
by Melkor
oh, i see, thanks