updated default max height on Depth render primitive
This commit is contained in:
@@ -414,7 +414,7 @@ Depth
|
|||||||
lowest level of blocks to render. Default: 0
|
lowest level of blocks to render. Default: 0
|
||||||
|
|
||||||
max
|
max
|
||||||
highest level of blocks to render. Default: 127
|
highest level of blocks to render. Default: 255
|
||||||
|
|
||||||
EdgeLines
|
EdgeLines
|
||||||
Draw edge lines on the back side of blocks, to help distinguish them from
|
Draw edge lines on the back side of blocks, to help distinguish them from
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ class Depth(RenderPrimitive):
|
|||||||
name = "depth"
|
name = "depth"
|
||||||
options = {
|
options = {
|
||||||
"min": ("lowest level of blocks to render", 0),
|
"min": ("lowest level of blocks to render", 0),
|
||||||
"max": ("highest level of blocks to render", 127),
|
"max": ("highest level of blocks to render", 255),
|
||||||
}
|
}
|
||||||
|
|
||||||
class EdgeLines(RenderPrimitive):
|
class EdgeLines(RenderPrimitive):
|
||||||
|
|||||||
Reference in New Issue
Block a user