Files
engine/docs/en/graphics/background/background.mdx
2025-02-10 15:06:32 +08:00

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" />