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
|
||||
|
||||
max
|
||||
highest level of blocks to render. Default: 127
|
||||
highest level of blocks to render. Default: 255
|
||||
|
||||
EdgeLines
|
||||
Draw edge lines on the back side of blocks, to help distinguish them from
|
||||
|
||||
@@ -57,7 +57,7 @@ class Depth(RenderPrimitive):
|
||||
name = "depth"
|
||||
options = {
|
||||
"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):
|
||||
|
||||
Reference in New Issue
Block a user