- 6,963
- The Bunker
Thanks for this. It's a really great-looking track and finally gives hope that photogrammetry might actually work if combined well with traditional 3D assets, without everything looking like melted ice cream. It certainly gives more of a naturally organic look to the environment. Even the best manually-textured tracks can look rather fake by comparison.Here's some quick-and-dirty RainFX for leomaldonadoh's just-released Autodromo Las Vizcachas, if anyone wants it. Just create an "extension" folder in the track folder, rename ext_config.txt to ext_config.ini, and drop it in.
I also had to darken some of the textures as they were way too bright for me, but if the default looks OK on your system, just comment out or delete the [SHADER_REPLACEMENT_...] lines.
View attachment 1390671
I noticed that the trees have planar shading so the normals probably aren't pointing vertically.
Add this to correct that, but you might need to adjust the ambient and diffuse values for personal preference (I've not tried it in conjunction with your own config adjustments yet).
I had to point the normals vertically down for some reason, pointing up didn't work. It sometimes doesn't.
Code:
;fix tree normals (should work if ksTree shader is used)
[ALTER_NORMALS_...]
MATERIALS = shader:ksTree
OFFSET = 0, -1, 0; 0, 1e9, 0
DESCRIPTION= lighten/darken trees after normal fix above
MATERIALS = shader:ksTree
PROP_... = ksAmbient, 0.4 ;adjust for personal preference
PROP_... = ksDiffuse, 0.4 ;adjust for personal preference
Last edited: