Zylann / godot_terrain_plugin

3D Terrain plugin for Godot Engine [NO LONGER MAINTAINED]
128 stars 24 forks source link

Make the terrain moveable #10

Open Zylann opened 8 years ago

Zylann commented 8 years ago

The terrain node could inherit Spatial, making it more straightforward to find and transform in the scene. This must be profiled because there are lots of meshes under it.

Gibbz commented 7 years ago

yep, this is pretty important for making a level which requires multiple terrains. Is the project still being developed?

Zylann commented 7 years ago

I'm not working on it at the moment. Both because I have other projects in progress, and also because I feel a GDScript terrain plugin such as this one hits limitations too quickly due to the slowness of GDScript, and it also hits my motivation to improve it (while a C++ module would be perfect). Some things are still doable though.