mirror of
https://github.com/godotengine/godot.git
synced 2024-11-12 23:24:26 +00:00
Updated tutorial_3d_performance (markdown)
parent
4df9586d70
commit
462f74fca4
@ -77,7 +77,7 @@ If several identical objects have to be drawn in the same place or nearby, try u
|
||||
|
||||
#### Bake Lighting
|
||||
|
||||
Small lights are usually not a performance issue. Shadows a little more. In general, if several lights need to affect a scene, it's ideal to [bake it](tutorial_baked_light). Baking can also improve the scene quality by adding indirect light bounces.
|
||||
Small lights are usually not a performance issue. Shadows a little more. In general, if several lights need to affect a scene, it's ideal to [bake it](tutorial_light_baking). Baking can also improve the scene quality by adding indirect light bounces.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user