Actions

Minetest:Drawtype

From Rabbi Blog

Revision as of 22:11, 26 February 2012 by Rabbi Bob (talk | contribs) (Created page with "__TOC__ =Drawtypes= List of drawtype as defined in scriptapi.cpp with examples on the right. Reference images uses File:Drawtype example.png as the texture. {|class="wiki...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Drawtypes

List of drawtype as defined in scriptapi.cpp with examples on the right. Reference images uses Drawtype example.png as the texture.

Name Effect Screenshot
airlike
Airlike.jpg
glasslike Wraps six sides File:Glasslike.jpg
torchlike Centers within node
Torchlike.jpg
signlike Places to outer node wall
Signlike.jpg
plantlike Places along x,y axis from center (doubles image)
Plantlike.jpg
fencelike Wraps around the center axis
Fencelike.jpg
raillike Places on the node's bottom
Raillike.jpg

Usage

drawtype = "signlike",

Needs Updated Info

The following elements were listed in scriptapi.cpp and their usage is unknown to me at this time (untested):

  • {NDT_NORMAL, "normal"},
  • {NDT_LIQUID, "liquid"},
  • {NDT_FLOWINGLIQUID, "flowingliquid"},
  • {NDT_ALLFACES, "allfaces"},
  • {NDT_ALLFACES_OPTIONAL, "allfaces_optional"},
  • {0, NULL},