Background environment (3D Background)
#
Environment textureFor background environment you can use the cubemap textures.
You can create a cubemap texture in 2 steps:
- Cube mapping generation from HDR image.
- Compressing into KTX.
In this example we already have one with the name env.ktx. More information about the KTX format: https://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec.
#
Effect example: [cubemap_bg](pathname:///generated/effects/cubemap_bg.zip) Steps to implement- Construct an effect with the Filter Editor following steps as in the section Animated 3d mask with environment texture for background. Filter Editor supports environment textures with .hdr and .exr extensions.
- Along with generated files put this files into the effect folder:
- bg.frag
- bg.vert
- tri.bsm2
Mentioned files can be found in downloaded effect example archive.
- Write the material section in cfg.toml:
- Add TriMat material from tri.bsm2 model to the draw order in cfg.toml:
- Add tri.bsm2 mesh spawn in config.js:
- Enable the features in config.json. Add to the general section: