Gamestudio Links
Zorro Links
Newest Posts
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
Data from CSV not parsed correctly
by EternallyCurious. 04/25/24 10:20
Trading Journey
by howardR. 04/24/24 20:04
M1 Oversampling
by Petra. 04/24/24 10:34
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (EternallyCurious, AndrewAMD, TipmyPip, Quad), 889 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 41 of 61 1 2 39 40 41 42 43 60 61
Re: Shade-C v0.91 BETA S1 RELEASED [Re: BoH_Havoc] #407341
09/11/12 17:35
09/11/12 17:35
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
I think my graphcis card should support 32p float bitmaps, because i'm using them in my own shaders (but not in this project)
Model: Radeon HD 6870


Visit my site: www.masterq32.de
Re: Shade-C v0.91 BETA S1 RELEASED [Re: MasterQ32] #407358
09/11/12 20:56
09/11/12 20:56
Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
Kartoffel Offline
Expert
Kartoffel  Offline
Expert

Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
@BoH_Havoc

o.o ( <= my face right now )
sooo nice! smile

But I've got a little question:
If I'll use this in my projects, am I allowed to modify it?
I thought about using the bloom shader from my own HDRR-Shader pipeline instead of the standard shade-c one ( I don't like it that much frown )

but except this I totally love the new version!


POTATO-MAN saves the day! - Random
Re: Shade-C v0.91 BETA S1 RELEASED [Re: Kartoffel] #407362
09/11/12 22:18
09/11/12 22:18
Joined: Jun 2004
Posts: 655
to your left
BoH_Havoc Offline OP
User
BoH_Havoc  Offline OP
User

Joined: Jun 2004
Posts: 655
to your left
@MasterQ32: I was talking about filtering 32bit floating point textures, not being able to use them laugh Your HD 6870 should be more than capable to filter them though.
Can you confirm that the spotlight shadows are always soft? That would at least give me a point to start from wink

@Kartoffel:
Of course you are allowed to modify it. You are actually encouraged to modifiy it anyway you want. Let me know when you implemented your HDR pipeline and i might implement it into the main version if it's fast, along with a free license for you laugh
Please keep in mind that i plan to add LogLUV encoding to the pipeline where its needed. So in the end we might get away with standard argb8 textures. It might be a good idea to wait ~7 days before you try to add your own hdr pipeline as i plan to add logluv in the next days (mainly due to the lighting buffer having some banding artifacts).
If you have a better bloom shader at hand, along with tonemapping and whatnot, please give it a try. I too am not to satisfied with the current bloom. laugh

Here's a list of current tasks, so you know whats coming up: https://github.com/BoHHavoc/ShadeC-EVO/issues?milestone=1&sort=created&state=open


Shade-C EVO Lite-C Shader Framework
Re: Shade-C v0.91 BETA S1 RELEASED [Re: BoH_Havoc] #407375
09/12/12 06:45
09/12/12 06:45

C
chris_oat
Unregistered
chris_oat
Unregistered
C



@BoH_Havoc: Honestly, do you ever see an (Finished) end for Shade-C? God, i tried the latest version yesterday and i was shocked...
Sure it looks nice and runs fast but...
i was one of the betatesters of the version right before that (where you implemented MLAA, SSAO etc) and ALMOST EVERYTHING changed again!! frown
now its not required anymore that models need an action assigned and all the setup commands/parameters have totaly changed.
Plus Im on A7 and had to realize i have no sunshadows anymore (yes because i dont have PSSM)
what will happen if there is A9 now with totaly different stuff in there again? You have to rewrite all again??

And when I look at the To-Do List i see alot of work ahead (im not into shaders) and by the Time thats ever finished all the other AWESOME(!!!) Stuff you implemented will be outdated again.

Now i understand why you want other users to work on Shade-C too, but i cant imagine how that will work...
I know you work close to the CSiS Guys and you probably handle all the changes better then i do, but for none-CSiS users its just best to wait for the final product.
But again BoH_Havoc, I really appreciate what you do, and I NOT say its your fault as you kept saying its all stil in Development.

Re: Shade-C v0.91 BETA S1 RELEASED [Re: BoH_Havoc] #407378
09/12/12 06:55
09/12/12 06:55
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
Originally Posted By: BoH_Havoc
Can you confirm that the spotlight shadows are always soft? That would at least give me a point to start from wink

If you mean those other shadows which are soft on my screenshot, yes
only the moving (i think sun-) shadows were like this, but not all the time, only at certain sun angles (i can give you more information later, when i'm at home)

@chris:
i think every piece of software in development changes like this. sometimes you just get an idea which is 10x times better than the previous version. then you change it and while you change it the same happens twice again. so yes, end users should wait for the final release or adapt their code (which isn't that hard)


Visit my site: www.masterq32.de
Re: Shade-C v0.91 BETA S1 RELEASED [Re: MasterQ32] #407385
09/12/12 08:26
09/12/12 08:26
Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
Kartoffel Offline
Expert
Kartoffel  Offline
Expert

Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
Quote:
Of course you are allowed to modify it. You are actually encouraged to modifiy it anyway you want. Let me know when you implemented your HDR pipeline and i might implement it into the main version if it's fast, along with a free license for you laugh
sounds awesome smile !

BUT: Im not very experienced with shader programming so my code is probably not very clean/efficient.

Anyways, I'll do this within this or the next week (haven't got very much time at the moment)

Here's a screen of my shaders, just for you to see how the bloom actually looks like:

For my bloom I'm using alpha-blending instead of add-blending which prevents overexposure and gives it a smoother look.
It also allows me to make the bloom much more visible without looking bad.

EDIT: I just read this:
Originally Posted By: BoH_Havoc
It might be a good idea to wait ~7 days before you try to add your own hdr pipeline
So I'll wait and try to make my shader-code better wink

Last edited by Kartoffel; 09/12/12 08:31.

POTATO-MAN saves the day! - Random
Re: Shade-C v0.91 BETA S1 RELEASED [Re: Kartoffel] #407406
09/12/12 14:02
09/12/12 14:02
Joined: Jun 2004
Posts: 655
to your left
BoH_Havoc Offline OP
User
BoH_Havoc  Offline OP
User

Joined: Jun 2004
Posts: 655
to your left
@chris_oat: there won't be any more major changes anymore as i'm tired of them myself (as well as the CSiS guys). Plus i really like the pseudo oop sytle Shade-C has now, which also makes it easier for myself to change things without changing the way to use it. I'll try to add the "old" sun-shadows again.

@Kartoffel: That bloom looks nice, i'll give alpha blending a try laugh


Small Update:
Added Antialiasing in form of MLAA.
https://github.com/BoHHavoc/ShadeC-EVO


Shade-C EVO Lite-C Shader Framework
Re: Shade-C v0.91 BETA S1 RELEASED [Re: BoH_Havoc] #407416
09/12/12 15:47
09/12/12 15:47
Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
Kartoffel Offline
Expert
Kartoffel  Offline
Expert

Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
Originally Posted By: HoH_Havoc
That bloom looks nice, i'll give alpha blending a try


I did this today wink (the shade-c code is really good commented!)
I also added a 2nd blur-shader to make it smoother.

the result is not bad, but the lens flares which are added in the same step as the bloom is, don't look very good with alpha blending

Edit: Here are some screens for comparison. Left alpha-blending, Right add-blending.
Click to reveal..


oh and I found a bug. I'm not sure if you already know it, but if I run the application in fullscreen mode and switch to my desktop (Alt+Tab)
and switch back to the application again there aren't any pointlights or pointlight-shadows anymore, only the sun with PSSM is still there
edit: oh actually they are spotlights smirk

Last edited by Kartoffel; 09/12/12 16:26.

POTATO-MAN saves the day! - Random
Re: Shade-C v0.91 BETA S1 RELEASED [Re: Kartoffel] #407505
09/14/12 01:22
09/14/12 01:22
Joined: Apr 2005
Posts: 795
U.S.A. Michigan
exile Offline
User
exile  Offline
User

Joined: Apr 2005
Posts: 795
U.S.A. Michigan
I found something else, though I think it may just be me. When I try to add shade-C to my project All I get is a blue screen (Background color) once shade-C gets called. I found it has something to do with the "sc_screen_default = sc_screen_create(camera);" line. I will keep experimenting to see what the issue could be. Could there be anything I am doing wrong? Also, I get a "script error in: sc_forward_destroy" error. Any idea why?

Last edited by exile; 09/14/12 01:43.
Re: Shade-C v0.91 BETA S1 RELEASED [Re: exile] #407508
09/14/12 05:04
09/14/12 05:04
Joined: Oct 2011
Posts: 1,082
Germany
C
Ch40zzC0d3r Offline
Serious User
Ch40zzC0d3r  Offline
Serious User
C

Joined: Oct 2011
Posts: 1,082
Germany
Its setting your camera to origin. I had this bug really often.

Page 41 of 61 1 2 39 40 41 42 43 60 61

Moderated by  aztec, Blink, HeelX 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1