LogoLogo
Purchase
English
English
  • Welcome
  • World Creator Story
  • Release Notes
    • Version 2025.x
      • World Creator 2025.1 - BETA
    • Version 2024.x
      • World Creator 2024.3
      • World Creator 2024.2
      • World Creator 2024.1
    • Version 2023.x
      • World Creator 2023.4
      • World Creator 2023.3
      • World Creator 2023.2
  • FAQ
    • General
    • Purchase and License
    • Application
  • Getting Started
    • Introduction
    • Purchase
    • Assign License
    • Downloading
    • Installation
    • Activation
  • WALKTHROUGH
    • Let's get Creative
    • User Interface
      • Main Menu
      • Workspace
      • Viewport and Navigation
      • Key Bindings and Shortcuts
      • Toolbar
      • Main Panel
    • Terrain Setup
      • Understanding Terrains
      • Terrain Size and Detail
      • Level Step System
    • Crafting a Shape
      • Adjusting Seed
      • Sculpting
    • Detail Terrain
      • Add Erosion Filter
      • Add Plateaus Filter
      • Add River
      • Add Base Gradient Material
    • Run Simulations
      • Add Sand
      • Add Debris
    • Final Touches
      • Colorize Flows
      • Add Volumetric Dust
    • Save and Export
      • Save as Package
      • Export to Blender
  • REFERENCE
    • Terrain
      • Filters
        • General
          • Add/Set
          • Border Blend
          • Flatten
          • Zero-Edge
        • Design
          • Curve
          • Cutoff
          • Voronoi
        • Effect
          • Angle Blur
          • Balloon
          • Blocks
          • Crater
          • Deflate
          • Denoise
          • Distortion
          • Hexagons
          • Inflate
          • Kuwahara
          • Ridged
          • Rugged
          • Scatter
          • Shore
          • Smooth Ridges
          • Squeeze
          • Strata
          • Swirl
          • Washed Off
        • Noise
          • Billow
          • Gabor
          • Perlin
          • Phasor
          • Ridged
          • Simplex
          • Value
          • Voronoi
          • Wave
          • White
        • Arid
          • Canyon
          • Chipped
          • Rocky Cliffs
          • Rocky Hard
          • Rocky Layers
          • Rocky Plateaus
          • Rocky Sharp
          • Rocky Wide
        • Terrace
          • Irregular
          • Simple
          • Steep
        • Drift
          • Angle Break
          • Wind
        • Basic Erosion
          • Hydraulic
          • Ridged Flows
          • Rocky
          • Soft Flows
        • Advanced Erosion
          • Hydraulic Sediment
          • Sediment Flows
          • Thin Flows
          • Wide Flows
        • Sediment
          • Fill Soft
          • Mud
          • Talus
        • Experimental
          • Cliffs
          • Spike Removal
        • Deprecated
          • Thin Flows (v1)
          • Wide Flows (v1)
      • Materials
        • Default Material
        • Color Material
        • Gradient Material
        • Texture Material
        • Substance Material
      • Distributions
        • Noise
          • Billow
          • Dots
          • Fill
          • Gabor
          • Noise Value
          • Perlin
          • Phasor
          • Ridged
          • Simplex
          • Splatter
          • Value
          • Voronoi
          • Wave
          • White
          • Worley
        • Layer
          • Area
          • Filter Change
          • Mask
          • Model
          • Path
          • Polygon
          • Rivers
          • Simulation
        • Terrain
          • Angle
          • Angle 3D
          • Cavity
          • Curvature
          • Flow
          • Height
          • Height Gradient
          • Melt
          • Occlusion
          • Rocks
          • Rocky
          • Rocky Edges
          • Roughness
          • Sea Level
          • Slope
          • Steepness
          • Sun Direction
      • Effects
        • Angle Blur
        • Blur
        • Clamp
        • Contrast
        • Curve
        • Denoise
        • Directional Blur
        • Distortion
        • Edge
        • Fast Flow
        • Invert
        • Noise Offset
        • Operation
        • Remap
        • Repeat Value
        • Simple Flow
        • Small Flow
        • Smoothstep
        • Splatter
        • Voronoi
      • Shape Layers
        • Sculpt
        • 2D Stamp
        • Landscape
        • Primitive
        • MapTiler
        • Path
        • Polygon
        • 3D Stamp
        • Rivers
      • Mask Layers
      • Simulation Layers
        • Fluid
        • Snow
        • Sand
        • Debris
      • Noises
    • Scene
      • Render
      • Terrain
      • Environment
      • Cameras
    • Export
      • Conventional Export
      • Bridge Tools
        • Unity Bridge
        • Blender Bridge
        • Unreal Bridge
        • Houdini Bridge
        • Cinema 4D Bridge
    • Presets
    • Options
      • Application
      • Controls
      • Generator
      • Graphics
      • MapTiler
  • CUSTOMER PORTAL
    • Managers and Users
    • License Management
    • Feature Requests
    • Bug Reports
    • Downloads
    • Invoices
  • PROCUREMENT PORTAL
    • Sign up as a Reseller
    • Login
    • The Dashboard
    • Purchasing Licenses
    • Product Key Redemption
Powered by GitBook
LogoLogo

© 2025 BiteTheBytes GmbH

On this page
  • What exactly is the Level Step system?
  • Proper usage of the Level Step system
  • Filters
  • Shape Layers

Was this helpful?

Export as PDF
  1. WALKTHROUGH
  2. Terrain Setup

Level Step System

PreviousTerrain Size and DetailNextCrafting a Shape

Last updated 5 months ago

Was this helpful?

The Level Step system is the key aspect of terrain generation in World Creator and the main reason behind its fast terrain generation speed (aside from utilizing heavily GPU-optimized filters). This article briefly explains what the system is and how to make the most out of it.

What exactly is the Level Step system?

When selecting a 1k terrain with 1/4th precision, World Creator does not only compute the terrain on a 4k map and display it to you. Instead, it iteratively works with an upsampling algorithm: starting on a 2x2px grid and increasing to 4x4px, 8x8px, and so on; doubling the resolution at each step.

This is the basis of the level-step interface that is present in each filter and various other UI elements throughout World Creator. As such, adjusting the strength of a filter at level 8 modifies the influence of that filter on the 8th texture in the upsampling chain, which equates to the 8th or 256x256px texture.

Upsampling allows World Creator to work with different resolution versions of a terrain, which significantly reduces rendering time. For example, with particle-based erosion, the sediment must move from where it is being eroded to where it settles. Sediment may have to travel considerable distances depending on the surrounding terrain. If this process is calculated on a high-resolution image, the sediment may have to travel several hundred pixels, all of which will need to be processed. Working at lower resolutions means that the algorithm requires fewer steps to cover the same distance on the map, resulting in a significant reduction in computation time.

An additional advantage of the upsampling workflow is the impact the lower terrain levels have on the shape of the entire terrain. This effect can be observed in the following pictures where the low and medium terrain levels mainly impact the overall shape of the generated terrain, whereas higher levels contribute minor details to the final terrain.

This can again be observed clearly in the two merged images below. Although the combination of low and medium levels makes the most significant contribution to the final terrain form, the extra high levels are primarily useful for producing a more defined effect on the ultimate resolution.

It's worth noting that this depends significantly on the filter and its settings. For instance, in this erosion process, the rain strengths used for each level are lower for the higher ones, which has a considerable impact on the outcome.

Proper usage of the Level Step system

Filters

In general, filters operate more quickly on lower levels. That is because just about all filters/layers operate on a per-pixel basis. On level 8, it would represent 256x256px, i.e., 65,536 pixels. On the other hand, a texture at level 11 measures 2,048 x 2,048px, i.e., a total of 4,194,304 pixels. Even though modern GPUs are very efficient at executing such parallelized processes and World Creator employs highly optimized and sturdy algorithms, you can observe how the higher levels may become more expensive. To achieve maximum performance, try decreasing the higher levels to maintain a visually pleasing result and avoid unnecessary computational overhead. This is particularly true for the erosion and simulation filters because they frequently run multiple iterations per level per pixel, making higher levels even more costly.

Shape Layers

Shape layers generally have a lower performance hit with the level system. When working with shape layers, the main consideration is how much detail you want to include in your terrain and how strong the filter effects should be.

By looking at the images below, it's clear that the shape layer becomes sharper as the level step increases because it's blended with the terrain at a higher resolution.

On the other hand, if you look at the same terrain with filters, you'll see that the effect the filter stack has on it diminishes at a higher level step. This occurs because the filters have fewer levels to carry out their work, and they tend to overlook the lower levels, which frequently have more significant effects on the general terrain shape. This was already explained above.

base terrain
low levels
medium levels
high levels
low & medium levels combined
final erosion
low level base
medium level base
high level base
low level filter
medium level filter
high level filter