visualdesigncafe / nature-renderer

Nature Renderer is a plugin for the Unity game engine to efficiently render vegetation on your terrains.
https://visualdesigncafe.com/nature-renderer/
0 stars 0 forks source link

Grass Detail Range Does Not Exceed 100 Units #75

Open stonstad opened 2 months ago

stonstad commented 2 months ago

Describe the bug The range setting is not affecting grass.

To Reproduce Steps to reproduce the behavior: Add TerrainComponent. Add Grass Details Add CameraSettings to camera. Enable and Adjust Range Slider. The grass range does not work past approximately 100 units.

Video: https://stellarconquest.blob.core.windows.net/tmp/Desktop%202024-09-13%203-33-18%20PM.mp4

Expected behavior The grass should appear up to 5000 units.

Screenshots https://stellarconquest.blob.core.windows.net/tmp/Desktop%202024-09-13%203-33-18%20PM.mp4

Project(please complete the following information):

System (please complete the following information):

Additional context If I disable NR, I can get grass up to 5000 units, ruling out the shader as the issue.