Small World Engine API Reference - v0.76.20
    Preparing search index...

    Variable CullModeConst

    CullMode: { BACK: "back"; DEFAULT: "back"; FRONT: "front"; NONE: "none" } = ...

    Culling modes for rendering.

    Type Declaration

    • ReadonlyBACK: "back"

      Cull back faces.

    • ReadonlyDEFAULT: "back"

      The culling mode assumed when none is specified.

    • ReadonlyFRONT: "front"

      Cull front faces.

    • ReadonlyNONE: "none"

      No culling.