Dome

dome

Great for temples or parlaments

Properties

property display: dome;
Required YES
property roof: SELECTOR-TO-WALL | null;
Default null

Wall of side faces stretched vertically.

property vertical-sides: INTEGER;
Default 8

Number of vertical sides:

../../../_images/dome-v-32.png

vertical-sides: 32

../../../_images/dome-v-6.png

vertical-sides: 6

property horizontal-sides: INTEGER;
Default 8

Number of horizontal sides:

../../../_images/dome-h-6.png

horizontal-sides: 6

../../../_images/dome-h-2.png

horizontal-sides: 2

Example

dome-roof {
    display: dome;
    width: 100;
    depth: 100;
    height: 100;

    wall: wall.bricik;
}

You can try in on https://pixelopolis.herokuapp.com/examples/Basic-shapes/Dome