godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.34k stars 21.06k forks source link

Merge 3D Tiles to mesh #22315

Closed DevMagicLord closed 3 years ago

DevMagicLord commented 6 years ago

Have an option to turn 3D tiles grid to a mesh, there is multiple advantages :

TheFlamyy commented 6 years ago

Currently it's possible to get the GridMap as (a) baked mesh(es) via GridMap.get_bake_meshes(). With the ResourceSaver this mesh can be saved. Thus this is nothing new!

DevMagicLord commented 6 years ago

It needs a button in the editor for usability, on the grid properties : "Grid to Mesh"

Calinou commented 3 years ago

more performance when the level is big

Note that merging multiple meshes into a single mesh prevents any culling opportunities, which will more often than not decrease performance.


Feature and improvement proposals for the Godot Engine are now being discussed and reviewed in a dedicated Godot Improvement Proposals (GIP) (godotengine/godot-proposals) issue tracker. The GIP tracker has a detailed issue template designed so that proposals include all the relevant information to start a productive discussion and help the community assess the validity of the proposal for the engine.

The main (godotengine/godot) tracker is now solely dedicated to bug reports and Pull Requests, enabling contributors to have a better focus on bug fixing work. Therefore, we are now closing all older feature proposals on the main issue tracker.

If you are interested in this feature proposal, please open a new proposal on the GIP tracker following the given issue template (after checking that it doesn't exist already). Be sure to reference this closed issue if it includes any relevant discussion (which you are also encouraged to summarize in the new proposal). Thanks in advance!