MINUS_D is a script pack for Minecraft Bedrock to draw object defined in Signed Distance Function(SDF).
open chat, type
.draw {}
then you will get r=3 sphere.
- size Array[3]
max draw size.
default:
[8,8,8]
- block BlockName (String)
block to draw with.
default
"white_stained_glass"
- sdf
- name SDFName (String)
predefined SDF name.
default:
"sphere"
- arg SDFArg (Object)
SDF arguments. depends on SDF name.
defaulr:
{"s":3}
- name SDFName (String)
predefined SDF name.
default:
sphere
: spheres
Number: radius of sphere.
box
: boxb
Array[3]: size of box.[2,3,4]
makes width=4,height=6,depth=8.
rbox
: rounded boxb
Array[3]: same asbox
.r
Number: round radius of rounded box
torus
: torust
Array[2]: distance from origin to ring center & radius(thickness) of ring.
ctorus
: capped torust
Array[2]: same astorus
.a
Number: angle of arc in radians.
link
: elongated torust
Array[2]: same astorus
.h
Array[3]: elongate length for each axes.
cone
: coneq
Array[2]: radius of base & height.
line
: capped cylindera
Array[3]: line start position.b
Array[3]: line end position.r
Number: radius(thickness) of line.
cylinder
: cylinderh
Number: half height of cylinder.r
Number: rasius of cylinder.
octa
: octahedrons
Number: radius of octahedron.
show block properties of block at players position.
list all structures in the world.
delete all structures in the world.
returns "pong" message.