1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-01 16:38:31 +00:00

Merge pull request #55360 from Calinou/rename-bake-mode-properties

This commit is contained in:
Rémi Verschelde
2022-01-20 17:35:32 +01:00
committed by GitHub
16 changed files with 37 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
#define LIGHT_BAKE_DISABLED 0
#define LIGHT_BAKE_DYNAMIC 1
#define LIGHT_BAKE_STATIC 2
#define LIGHT_BAKE_STATIC 1
#define LIGHT_BAKE_DYNAMIC 2
struct LightData { //this structure needs to be as packed as possible
highp vec3 position;