2 registered members (AndrewAMD, TipmyPip),
12,400
guests, and 5
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: 1 or 2 free wishes
[Re: Slin]
#375501
06/26/11 00:35
06/26/11 00:35
|
Joined: Mar 2006
Posts: 2,252
Hummel
Expert
|
Expert
Joined: Mar 2006
Posts: 2,252
|
@Germanunkol: For overgrowth they simply render the object multible times and make the different instances partly translucent using jittered 1bit alpha masks. This can become costly depending on the objects complexity but could be relativ easily implemented. Worth a try imo. 
|
|
|
Re: 1 or 2 free wishes
[Re: Slin]
#375532
06/26/11 10:26
06/26/11 10:26
|
Joined: Aug 2009
Posts: 1,438 Spain
painkiller
Serious User
|
Serious User
Joined: Aug 2009
Posts: 1,438
Spain
|
Try to uncomment the #define SDSF_IGNORE_COMPILED
If that does not help, I wonder if it is related to the "missing" vertex shader which maybe does not use shadermodel 3.0, but I guess that we would have had more problems in the past with AMD cards then. Is your directx up to date and your graphics driver?
In pp_fxaa3.c you can also try to comment out line 45 to 47 to see if you still don´t see anything then. If you don´t, open pp_fxaa3_luma.fx and set the shadermodel to 2.0 and see if you see something then. Yes, I have latest DirectX and AMD drivers. I've tried all the solutions but none of them worked, still a black screen. If it helps, I get also a black screen when I run Wavefield Demo from Hummel
3D Gamestudio A8 Pro AMD FX 8350 4.00 Ghz 16GB RAM Gigabyte GeForce GTX 960 4GB
|
|
|
Re: 1 or 2 free wishes
[Re: painkiller]
#375535
06/26/11 10:37
06/26/11 10:37
|
Joined: May 2005
Posts: 2,713 Lübeck
Slin
OP
Expert
|
OP
Expert
Joined: May 2005
Posts: 2,713
Lübeck
|
In pp_fxaa3.c you can also try to comment out line 45 to 47 to see if you still don´t see anything then. If you don´t, open pp_fxaa3_luma.fx and set the shadermodel to 2.0 and see if you see something then.
+ Try to uncomment (remove the comment tags in front of it) the #define SDSF_IGNORE_COMPILED
So even after this it was black? o.O Did you ever successfully use any postprocessing effect? -.-
Last edited by Slin; 06/26/11 10:39.
|
|
|
Re: 1 or 2 free wishes
[Re: Slin]
#375538
06/26/11 11:20
06/26/11 11:20
|
Joined: Aug 2009
Posts: 1,438 Spain
painkiller
Serious User
|
Serious User
Joined: Aug 2009
Posts: 1,438
Spain
|
Combining all of them works at the beginning but I don't appreciate the antialiasing, and when I press f the engine freezes. I've used successfully all default GS post-processing shaders and also your PP effects from Shaders! V2, so all of what I've tried except Wavefield demo and this one.
3D Gamestudio A8 Pro AMD FX 8350 4.00 Ghz 16GB RAM Gigabyte GeForce GTX 960 4GB
|
|
|
Re: 1 or 2 free wishes
[Re: painkiller]
#375644
06/26/11 23:15
06/26/11 23:15
|
Joined: May 2005
Posts: 2,713 Lübeck
Slin
OP
Expert
|
OP
Expert
Joined: May 2005
Posts: 2,713
Lübeck
|
painkiller: What happends with the above steps, but with keeping the shader model at 3.0? Today I fixed a couple of bugs in my shader framework and made it reuse already loaded shaders. I also started writing a general shader for most basic stuff like shading, outline, normalmapping, per vertex shading, ... The very first version however just features some basic dissolve effect and gpu bone animation  . You can download the latest stuff here. 
|
|
|
Re: 1 or 2 free wishes
[Re: Timothy]
#375753
06/27/11 18:00
06/27/11 18:00
|
Joined: Aug 2009
Posts: 1,438 Spain
painkiller
Serious User
|
Serious User
Joined: Aug 2009
Posts: 1,438
Spain
|
@Slin, if I do that the screen is black from the beginning and it keeps like frozen: pressing f or esc hasn't any effect and I have to close it manually clicking on the X
3D Gamestudio A8 Pro AMD FX 8350 4.00 Ghz 16GB RAM Gigabyte GeForce GTX 960 4GB
|
|
|
Re: 1 or 2 free wishes
[Re: painkiller]
#375788
06/27/11 22:23
06/27/11 22:23
|
Joined: Oct 2004
Posts: 900 Lgh
rojart
User
|
User
Joined: Oct 2004
Posts: 900
Lgh
|
... For now the only shader included is the third edition of FXAA ...  ... The very first version however just features some basic dissolve effect ...  I am on vacation starting now, nevertheless thanks for the fxaa source code and basic dissolve effect. For now, all the shader worked very well on my pc (CPU Intel, GPU Nvidia). When I come back, I will check more carefully next time. Thanks again Slin 
|
|
|
Re: 1 or 2 free wishes
[Re: rojart]
#377361
07/12/11 15:11
07/12/11 15:11
|
Joined: Aug 2009
Posts: 1,438 Spain
painkiller
Serious User
|
Serious User
Joined: Aug 2009
Posts: 1,438
Spain
|
update: I've updated my graphics card to an HD 6870 and still get the black screen
3D Gamestudio A8 Pro AMD FX 8350 4.00 Ghz 16GB RAM Gigabyte GeForce GTX 960 4GB
|
|
|
|