Open Eris7090 opened 4 years ago
Are you using the GLES2 renderer?
Nah, I'm using GLES3. I was able to get it working if I installed it from the AssetLib. But I wanna figure out why it wasn't working by adding the plugin manually
I tried in a fresh project by downloading current master, I could not reproduce it. Windows 10, nVidia GeForce GTX 1060 6GB/PCIe/SSE2 here.
When sculpting gets clamped to -1 or 1 in height like in your screenshot, it very often means the heightmap format got changed to a 8-bit format, which could mean your graphics driver doesnt support HDR textures. That's a supposition though
I'm having the exact same issue. The plugin appears to freeze up when attempting to mouse over raised or lowered terrain, not moving the circle anywhere except on flat places.
Edit: GTX 1070 8GB
When I attempted to run my scene, a runtime error occurred at line 902 of hterrain_data.gd
I'm having the exact same issue.
You are getting this when trying to raise the terrain? https://imgur.com/Yb2SbLB If you can still raise or lower the terrain more than 1 unit high, you may be having a different issue.
When I attempted to run my scene, a runtime error occurred at line 902 of hterrain_data.gd
That line doesn't match a proper instruction in the last version of the plugin, you may try with the master branch. Having the log of errors would also help.
I downloaded the zip from master, but alright.
On Sat, Apr 18, 2020 at 3:00 PM Marc notifications@github.com wrote:
I'm having the exact same issue.
You are getting this when trying to raise the terrain? https://imgur.com/Yb2SbLB If you can still raise or lower the terrain more than 1 unit high, you may be having a different issue.
When I attempted to run my scene, a runtime error occurred at line 902 of hterrain_data.gd
That line doesn't match a proper instruction in the last version of the plugin, you may try with the master branch.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Zylann/godot_heightmap_plugin/issues/138#issuecomment-615958305, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGNJ6O4MLA4THCVTCTKJSMLRNIPJLANCNFSM4L66AEAA .
@FyreByrns this is line 902: https://github.com/Zylann/godot_heightmap_plugin/blob/fb997981d5b40d1f572c2c89f1b3c0ef7fd0f1c0/addons/zylann.hterrain/hterrain_data.gd#L902
It's an else
. No errors happen at an else
, unless Godot reports the wrong line somehow? (that's totally possible, I've seen it before)
Or maybe master changed in the meantime? Having the actual error log would help to find the proper location.
That's the same line it was reported as by godot, as soon as I can I'll get the full log.
On Sun, Apr 19, 2020 at 1:23 PM Marc notifications@github.com wrote:
@FyreByrns https://github.com/FyreByrns this is line 902: https://github.com/Zylann/godot_heightmap_plugin/blob/fb997981d5b40d1f572c2c89f1b3c0ef7fd0f1c0/addons/zylann.hterrain/hterrain_data.gd#L902 It's an else. No errors happen at an else, unless Godot reports the wrong line somehow? Maybe master changed in the meantime? Having the actual error log would also hint at the proper location maybe.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Zylann/godot_heightmap_plugin/issues/138#issuecomment-616219230, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGNJ6O7FGSBRHIZXMGADTKTRNNMS5ANCNFSM4L66AEAA .
There is something very peculiar going on with all-flat terrains. It eventually starts making hills normally but the first sculpting strokes seem to be struggling.
Describe the bug When I create a terrain I can't sculpt it.. Well I can but it will only raise up to a certain point then I can't do anything with it.
To Reproduce Steps to reproduce the behavior: