Wow, missed this one! Looks like an excellent program at an excellent price. Maybe I too can get these things working now, heh.
This forum is now archived!
- Welcome to the archive!
News:
The 3DRad community can be found at classdev.net.
- 3D Rad - Free 3D game maker - Forum >
- General Category >
- 3D Rad - Addons development and feedback >
- Addon : SystemShaders2_shx Preview/planning
Author Topic: Addon : SystemShaders2_shx Preview/planning (Read 9661 times)
Shadmar:
Is there any way to get rid of the black spots in the vegetation shader? (see pic)
-I have tried setting the emisiveness and the light spots get way too bright.
I have also tried setting point lights and it works, but to light up all the trees is very difficult with just 4 point lights.
Is there any way to get rid of the black spots in the vegetation shader? (see pic)
-I have tried setting the emisiveness and the light spots get way too bright.
I have also tried setting point lights and it works, but to light up all the trees is very difficult with just 4 point lights.
The problem is backfaces don't light up when you use an X tree. The shader shows backface textures, but light will be screwed up. Very noticable at low sun angle.
If ypu use a really black shadow or low ambient light backfaces will be then be very dark.
A workaround is to darken the texture in paint.net or similar and then set it emissive by script:
void Main()
{
iShaderFloatSet(OBJ_0,"cEmissive",1);
}
Also tick No shadow on the tree.
If ypu use a really black shadow or low ambient light backfaces will be then be very dark.
A workaround is to darken the texture in paint.net or similar and then set it emissive by script:
void Main()
{
iShaderFloatSet(OBJ_0,"cEmissive",1);
}
Also tick No shadow on the tree.
Could the shader be modified to shade all sides equally, like the emisive shader? Even for your example, the lighter edges of the tree look like they are glowing..
It's the same for me..
It's the same for me..
This is what it should look like.. I just want the plain raw texture, and then I can make the lighting adjusments in a paint editor to match the scene correctly. But I really like how the vegetation shader fixes all the depth sorting..
Rush, try these, they are totally unresponisve to all light.
You can set emissive factors by script, default is 0.35 for these.
You can set emissive factors by script, default is 0.35 for these.
Great! I'm going to try these out first thing tomorrow, even before playing portal 2 for the first time.
lol, but seriously,
This is really going to help,
Thank you so much!
lol, but seriously,
This is really going to help,
Thank you so much!
Akazi14
Shadmar:
I downloaded your shaders and i must say they are very amazing. I have one small problem: I added a normal map to a brick wall to make it better, and it works fine with the default bumpy shaders, but when i switch to ANY of YOUR bumpy shaders, it gives me a plain grey square that look very ugly.
See attached pics.
Thanks
I downloaded your shaders and i must say they are very amazing. I have one small problem: I added a normal map to a brick wall to make it better, and it works fine with the default bumpy shaders, but when i switch to ANY of YOUR bumpy shaders, it gives me a plain grey square that look very ugly.
See attached pics.
Thanks
You are using RAD v6.49, it is supported, but only if you have the extra skinmesh patch.
Please upgrade to 6.50 or use the extra skinmesh patch on top of 6.49
Please upgrade to 6.50 or use the extra skinmesh patch on top of 6.49