mirror of
https://github.com/galacean/engine.git
synced 2026-06-06 21:52:36 +08:00
23 lines
788 B
Plaintext
23 lines
788 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)
|
|
|
|
Developers can set different backgrounds according to their needs:
|
|
|
|
<Playground href="/embed/background" />
|
|
|
|
In [Skybox](/en/docs/graphics-background-sky}) mode, by setting specific meshes and materials, various custom backgrounds can be achieved, such as `video background`:
|
|
|
|
<Playground href="/embed/video-background" />
|
|
|