mirror of
https://github.com/galacean/engine.git
synced 2026-07-02 01:04:31 +08:00
16 lines
465 B
Plaintext
16 lines
465 B
Plaintext
---
|
|
order: 0
|
|
title: Background Overview
|
|
type: Graphics
|
|
group: Background
|
|
label: Graphics/Background
|
|
---
|
|
|
|
Developers can customize the background for scenes, which will be rendered before the scene rendering. Currently, Galacean mainly supports the following types of backgrounds:
|
|
|
|
- [Solid Color Background](/en/docs/graphics-background-solidColor)
|
|
- [Texture Background](/en/docs/graphics-background-texture)
|
|
- [Sky Background](/en/docs/graphics-background-sky)
|
|
|
|
|