You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user