Pyramid

pyramid

Just a pyramid shaped object. Excellent for roofs and… pyramids.

Properties

property display: pyramid;
Required YES
property wall: SELECTOR-TO-WALL | null;
Default null

Wall of side triangles.

Example

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

    wall: wall.bricik;
}

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