You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Improve Mesh class description
- Bind MAX_MESH_SURFACES constant in RenderingServer::_bind_methods() - Add MAX_MESH_SURFACES constant to RenderingServer class documentation - Reference the constant RenderingServer.MAX_MESH_SURFACES in the description of Mesh class documentation
This commit is contained in:
@@ -2229,6 +2229,7 @@ void RenderingServer::_bind_methods() {
|
||||
BIND_CONSTANT(MAX_GLOW_LEVELS);
|
||||
BIND_CONSTANT(MAX_CURSORS);
|
||||
BIND_CONSTANT(MAX_2D_DIRECTIONAL_LIGHTS);
|
||||
BIND_CONSTANT(MAX_MESH_SURFACES);
|
||||
|
||||
/* TEXTURE */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user