.LMBAKE File Extension
Godot Engine LightMap Bake Binary
Developer | Godot |
Popularity |
3.5 | 2 Votes |
What is an LMBAKE file?
More Information
Godot Engine is a free video game development engine that allows developers to create 2D and 3D games. Each game is comprised of a series of scenes, which are themselves comprised of a series of nodes representing different in-game elements.
One of the nodes developers can add to a Godot Engine scene is BakedLightmap. The BakedLightmap node allows developers to add indirect and direct lighting to a scene. Developers then "bake" their scene's lighting, compiling it for use in their scene. If a developer is saving their scene as a text-based TSCN file, Godot Engine will compile the developer's lighting in a separate LMBAKE file. This avoids bloating the developer's TSCN file with encoded, binary data.
How to open an LMBAKE file
LMBAKE files are not meant to be opened or edited manually. If you want to view the data an LMBAKE file contains, you should open the corresponding .GODOT file in Godot Engine (cross-platform) and then edit the scene that uses your LMBAKE file.