Add Example Model Importer by TheHX

This commit is contained in:
Calinou 2015-04-20 19:53:12 +02:00
parent b217874993
commit c67a5e45b5

View File

@ -34,6 +34,7 @@ Plugins and scripts
*Scripts that let you do new stuff, or enhance Godot functionality.*
* [Add Primitives](https://github.com/TheHX/add_primitives) - Add cylinders, spheres, cubes easily.
* [Example Model Importer](https://github.com/TheHX/godot_examples) - A script that imports models with inverted normals (proof of concept).
* [Heightmap](https://gist.github.com/Calinou/e771fcbc26a87b807f7f) - Make an heightmap into terrain.
* [Polygon Merge](https://github.com/ScyDev/Godot-Scripts) - Merge polygons.
* [Resolution Switcher](https://github.com/vinod8990/godot_plugins) - Switch resolutions easily, for testing.