SiliconGhetto Engine API
    Preparing search index...

    Function createChunkWorld

    • Create a chunk-based 3D voxel world.

      Parameters

      • worldHeight: number

        Vertical height of the world in blocks

      • renderDistance: number

        How many chunks to render around the player

      • seed: number

        Random seed for world generation

      Returns void

      sg.createChunkWorld(128, 6, 12345);