-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Grass texture generator for Assetto Corsa | ||
A tiniest of tools to generate grass textures, for new Grass FX. | ||
|
||
![img](https://i.imgur.com/6YF2oUX.png) | ||
|
||
## About | ||
|
||
Original Codemasters presentation about grass ([link](http://blog.codemasters.com/wp-content/uploads/2014/10/Rendering-Fields-of-Grass-using-DirectX11-in-GRID-Autosport.pdf)) | ||
had an example of their grass texture. I couldn’t find a good way to hand paint a texture like that, so I made a small generator for a | ||
similar looking grass. Everything is very primitive, but I believe it produces compatible result. | ||
|
||
![img](https://i.imgur.com/bxbXAVs.png) | ||
|
||
## Usage | ||
|
||
Simply run EXE-file and it’ll create a new “generated” folder nearby with 16 separate grass textures and an atlas of 16 images. | ||
|
||
![img](https://i.imgur.com/xOArLYU.png) |