mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Fix Build issue
This commit is contained in:
@@ -90,7 +90,7 @@ possible. Godot's priorities are:
|
||||
scene, the faster the rendering will be. If a scene has a huge amount
|
||||
of objects (in the hundreds or thousands), try reusing the materials.
|
||||
In the worst case, use atlases to decrease the amount of texture changes.
|
||||
- **Reusing Shaders:** If materials can't be reused, at least try to re-use
|
||||
- **Reusing Shaders:** If materials can't be reused, at least try to reuse
|
||||
shaders. Note: shaders are automatically reused between
|
||||
StandardMaterial3Ds that share the same configuration (features
|
||||
that are enabled or disabled with a check box) even if they have different
|
||||
|
||||
Reference in New Issue
Block a user