Comments

Log in with itch.io to leave a comment.

is there anyway to put in a custom normal map for the grass?

Yes, in the inspector expand the "Material parameters" section and in "Normal" you can configure a custom normal map

would it be possible to use this plugin with procedural terrain so that it generates grass around certain heights?

(+1)

No, that requires that both plugins (SimpleGrassTextured and the procedural terrain plugin) are designed to work together

(+1)

This is phenomenal! I actually used this plugin quite heavily in Wizzerd Quest, the free RPG I just released. Thank you so much!

Quick question: is there any way to connect this to the Terrain3D plugin from Tokisan Games? They claim on their forum there is some kind of debug collision you can enable to make it work, but I am skeptical that's not just accidental misinformation.

Thanks, nice game, congratulations, and yes it is compatible with Terrain3D, you just have to select Terrain3D and activate "Show Collision" in the inspector in the "Debug" section

Hey! Is it possible to set up the player with an Eraser brush at runtime? 

Nevermind! I figured it out. 

For those who may search for this: 
The grass.gd script has an erase(position, radius) function. It's waiting for you. :) 

This will sound crazy, bu thow do I remove grass? Let's say a friend of a friend of mine placed a lot of grass where it should not be placed, how can he remove it?

You can select the erase tool on bottom toolbar, or in the menu SimpleGrassTextured -> "clear all" on the top toolbar

(-1)

Wow, I simply had not seen a whole myriad of options down there, thanks! 

Hello, if there is a new version, can you increase the brush size?

Drawing large maps was so painful that I gave up using them.

Thanks

Can you use a 3d model of grass and how?

(1 edit) (-1)

Yes:

  • Select the SimpleGrassTextured Node
  • On the inspector -> Mesh load your custom mesh (.obj)
  • On the "Texture Albedo" propierty select the texture for your custom mesh
  • Optionally on the "Material Parameters" section you can select a Light mode, normal map, metallic etc for your model
(1 edit)

Is .obj the only supported file type it would be nice if you could load your .tscn scene with you grass pls add <3 for example with protonscatter you can load the mesh in the item node and in path 

(1 edit)

Hi! Not sure if I’m doing something wrong but the grass only renders in the editor.

Here’s my project: https://github.com/Steveplays28/godot-volumetrics-test

I just painted some grass on a flat terrain which works, but the grass disappears when playing the demo.

No grass (in play mode): No grass in play mode

Grass (in editor): Grass in editor

Awesome plugin though so far! Super nice work.

(+1)

Nice scene!

Try disabling in your project settings -> Rendering -> Anti Aliasing -> Use TAA (using TAA and multimesh gives problems on some systems currently on Godot 4)

That fixes the issue, appreciate it. And thanks, I’m making a demo scene for Godot 4’s new volumetric fog system.