Archive 17/01/2023.

[Solved]Set object draw distance

Lichi

Hi, I’m trying to implement grass in my game, but don’t know how to change it draw distance
Somebody helpme?
Thanks :slight_smile:

rasteron

Hey Lichi,

Actually, a simple grass system is quite easy to implement in Urho3D and managing draw distance. You can check out more about that here: urho3d.github.io/documentation/1 … 68bc7a696c

Hope that helps :slight_smile:

Lichi

[quote=“rasteron”]Hey Lichi,

Actually, a simple grass system is quite easy to implement in Urho3D and managing draw distance. You can check out more about that here: urho3d.github.io/documentation/1 … 68bc7a696c

Hope that helps :slight_smile:[/quote]
It’s works, ty :smiley:

rasteron

[quote=“Lichi”][quote=“rasteron”]Hey Lichi,

Actually, a simple grass system is quite easy to implement in Urho3D and managing draw distance. You can check out more about that here: urho3d.github.io/documentation/1 … 68bc7a696c

Hope that helps :slight_smile:[/quote]
It’s works, ty :smiley:[/quote]

sure thing and that’s great!