EXOSKY Planets Documentation
  • EXOSKY Planets Intro
  • The Basics
    • Getting Started
    • Generator Material Basics
      • Generator Material Functions
      • Generator Optimizations
      • Generator Rules/Tips
    • Render Material Basics
      • Render Material Functions
      • Render Optimizations
  • Advanced
    • Layers Usage
    • High Precision Authoring
  • Fixes and Other Stuffs
    • Recommended Project Settings
    • Support
    • Unsupported Features
Powered by GitBook
On this page
  • What is a "Layer", and what is it used for?
  • Layers Setup
  1. Advanced

Layers Usage

Information specifically on layers.

PreviousRender OptimizationsNextHigh Precision Authoring

Last updated 10 months ago

What is a "Layer", and what is it used for?

Layers act as a "layer" of information being provided to your terrain. They can be used to generate data used in a Render Material or overwrite the original Generator. Another example would be making biomes or texturing information with them. They should only be used for low resolution or low bit depth situations like rendering.

Layers will execute in order. Each Layer has the ability to access layers previous to it. To do this, you create a Texture Sample or Texture Object with the name of your Layer.

More channels for a layer will mean more memory used.

Layers Setup

When hitting the "+" button across from Layers in your planet details panel, you will be greeted with a not-so-welcoming text box with a dropdown.

This is how you add a layer. When you click the dropdown next to the name, the settings of the layer will be revealed. The text box titled "Name" will be the name of your layer. There should be no duplicates, and the name box should not be left blank. This is where you set your Generator material, layer format, pixels per face, and mipmap settings for your layer. All of these settings will be unique to the layer.