IcterusGames / SimpleGrassTextured

Plugin to make grass on Godot 4
MIT License
170 stars 16 forks source link

Issue: Grass doesn't go up slopes (Terrain3D) #20

Open castlez opened 1 month ago

castlez commented 1 month ago

Is there a setting that allows you to paint the grass up slopes? I'm using the popular Terrain3D plugin to create slopes but the grass will only draw on the ground level of the scene. Repro is pretty simple; get both this grass plugin and Terrain3D, create a scene and add textures according to Terrain3D instructions, then add some hills. Finally, attempt to add and draw grass going up those hills and see that the grass keeps the same height and clips into the ground as you go up.

image

IcterusGames commented 3 weeks ago

SimpleGrassTextured draws over physics objects, you must enable "Show Collision" on the "Debug" section of your Terrain3D node to enable the physics of the terrain on the Godot editor