Zylann / godot_heightmap_module

Heightmap module for Godot Engine 3.0 [NO LONGER_MAINTAINED]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disallow use of TRES format / save in a different way

jospic opened this issue · comments

Hi, I'm not an expert, maybe I'm making some mistakes, but why the terrain not rendered during project execution?

In the editor is visible...
editor

but not when playing project...
run

Thanks in advance.
-j

commented

Any errors in the console? Did you write a custom shader?

I'm not use a custom shader...I don't know shader language so good
This is console output:

console

There are three error in debug panel, but I do not know if they are related to the problem

debug

commented

They look unrelated. I'd need to test myself, something stupid might be going on

commented

It works fine for me:

image

Could you provide an example project reproducing the bug?

Yes, this simple project DON'T work for me:

https://github.com/jospic/heightmap_test

I'm using a Godot 3 alpha older version of 4/5 days ago...But I could do a test with the last one.
Could be a graphics card issue? Or rendering preset?
Thanks in advance.
-j

commented

You didn't create a file for the heightmap. This is a usability issue, they just don't work otherwise.
Basically, just like you would not create Textures directly in the scene, you can't create a HeightMapData embedded in the scene, it needs to be saved in a .heightmap resource file (go to edit HeightMapData, click the save icon, then save to file).
Also, even if you could, the .tscn format is highly suboptimal to store such data^^"

Very well, it works! Many thanks, maybe, when you have time, you will do a short tutorial for beginners like me.
-j