0

Added a NoFluids render mode primitive, and documented it.

This commit is contained in:
Adam Novak
2012-04-24 20:29:27 -07:00
parent 5184c8d321
commit 9df1446276
3 changed files with 50 additions and 0 deletions

View File

@@ -68,6 +68,9 @@ class Exposed(RenderPrimitive):
options = {
"mode": ("0 = exposed blocks only, 1 = unexposed blocks only", 0),
}
class NoFluids(RenderPrimitive):
name = "no-fluids"
class EdgeLines(RenderPrimitive):
name = "edge-lines"