|
|
|||||||
| About Us | Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jan 2004
Posts: 12
|
Shader question
I've been trying out some shaders with Pete's ogl 2.8 and I really like the cellshade one for 3d games. However, in games that mix 2d and 3d, like FFVII Parasite Eve 2, although the 3d characters look nice, the 2d rendered backgrounds get kinda blurred or pixelated. I was wondering if there was any way to make a shader that would shade only the 3d parts of a game, but leave the 2d background alone?
Id try to do it myself but I have absolutely no programming skills |
|
|
|
|
|
#2 (permalink) |
|
Irregular User
![]() ![]() ![]() ![]() ![]() Join Date: Jun 2003
Location: Manila, Philippines
Posts: 1,195
|
imo, you would have to modify the game to do some specific settings your asking, take note that the shaders that are being made for OGL2 is only Post filters/post processing effects, which means the effect is applied after the playstation emulator has rendered the scene.
you want to enable the level 2 texture filtering to smoothen out the pixelated areas (prerendered areas)
__________________
System Specs? what "system specs?" are those edible? My Deviantart: http://viperxtreme.deviantart.com |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Jan 2004
Posts: 12
|
well, as I said I don't know much about programming, especially for the psx, but aren't 2d and 3d handled differently by the console? If so, then couldn't the gpu be modded to detect the 3d stuff and apply the shaders only to that?
|
|
|
|
|
|
#4 (permalink) |
|
RPG Enthusiast
![]() ![]() Join Date: Nov 2004
Location: Canada
Posts: 204
|
No i don't believe that is possible, expecially from a shaders standpoint. You might want to try Guest.r's cartoon shaders for those and see if you like it. There are many shaders you might wish to consider for each of those games.
|
|
|
|
|
|
#5 (permalink) | |
|
Not so likeable!
![]() ![]() Join Date: Feb 2004
Location: Torino (Italy)
Posts: 100
|
Quote:
The fullscreen shaders will be applied when the currently visible part of this texture will be drawn (with a simple quad) to the gfx card's backbuffer. Here an example of pbuffer/texture: the red edged part is the visible part. Ciao. |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|