Skip to content

Map Dimensions

This article introduces the unit size, measurement units, and dimensions of common objects in Ballance.

Unit Length

In Ballance, the edge length of a 1x1 floor block (i.e., a changer base cube) is 5.

The perfect sphere in Ballance (such as the Wood Ball, Stone Ball) has a diameter of 4.

About measurement units

Most game engine data values don't include units, because handling units during computer simulation is very troublesome and unnecessary. Units are just defined by humans for quick number recognition. Therefore, the scale in Ballance is generally not counted with units.

When we need to perform physics estimation, we can record it as meters. For example, the radius of Wood Ball and Stone Ball is 2 meters; the edge length of the changer base is 5 meters; the magnitude of gravitational acceleration in Ballance is 3.03 m / s^2.

Common Object Dimensions

The table below records the dimensions of common objects during the mapping process.

ObjectData descriptionStandard dataCommon dataNotes
Dual RailCross-section (regular octagon) radius/center spacing of two rail cross-sections0.35/3.80.375/3.75Common data is also widely used, depends on personal preference
Guard RailCross-section (regular octagon) radius0.25
1x1 Floor/CubeCube edge length5
Groove FloorGroove depth0.7
Wood Ball/Stone BallSphere diameter4
Paper BallLogic grid sphere diameter/maximum diameter4/5Maximum diameter orientation is harder to find
DomeDiameter of the circle projected on the floor by the steel bell13.287
StopperDistance between the top surface of this object used for padding and the top surface of the adjacent floor0.5
ElevatorElevator reserved gap length21.815822
SwingSwing swing range length15
PendulumLength23.2416
FanHeight difference between small yellow dot axis center and fan logic grid axis center0.15
Two-way Flip BoardLength of single board in two-wing bridge/center spacing of two boards6.616/15
Push BoardLength10.061310Common data is only used for acceptable reserved area length
Cork BridgeLength15.328715Common data is only used for acceptable reserved area length
SeesawLength14.815Common data is only used for acceptable reserved area length
34 ModuleFloor block edge length/cube cuboid data5/4.14.15
T-BoardLengthStandard data not yet measuredApproximate data: reserved area length for T-board can be 10 or 9.6
Box Float BoardBoard length/axis length5/10.15

Released under the MIT License.