0

Merge remote-tracking branch 'interfect/master' into devel

This commit is contained in:
Aaron Griffith
2012-05-06 12:52:24 -04:00
5 changed files with 167 additions and 0 deletions

View File

@@ -62,6 +62,15 @@ class Depth(RenderPrimitive):
"min": ("lowest level of blocks to render", 0),
"max": ("highest level of blocks to render", 255),
}
class Exposed(RenderPrimitive):
name = "exposed"
options = {
"mode": ("0 = exposed blocks only, 1 = unexposed blocks only", 0),
}
class NoFluids(RenderPrimitive):
name = "no-fluids"
class EdgeLines(RenderPrimitive):
name = "edge-lines"