Gamestudio Links
Zorro Links
Newest Posts
Trading Journey
by howardR. 04/28/24 09:55
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Help with plotting multiple ZigZag
by M_D. 04/26/24 20:03
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
M1 Oversampling
by jcl. 04/26/24 11:12
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
Eigenwerbung
by jcl. 04/26/24 11:08
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (AndrewAMD, Quad, 1 invisible), 721 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
wandaluciaia, Mega_Rod, EternallyCurious, howardR, 11honza11
19049 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 1 of 13 1 2 3 12 13
[LightFrog] Lighting System - Demo #330482
06/27/10 20:40
06/27/10 20:40
Joined: Mar 2006
Posts: 2,252
Hummel Offline OP
Expert
Hummel  Offline OP
Expert

Joined: Mar 2006
Posts: 2,252
Hi,

I´m working on a lighting pipeline for A7 I called LightFrog.
I want to give you a first idea of what I´m workin´ on.



The goal is to create a pipeline supporting the most important techniques for todays game lighting.
This includes basic lightsources types and materials as well as shadow mapping.



I´ll also implement pp-effects like bloom, blur, SSAO and color grading stuff like 'bleach bypass':



There is currently just one material for standard bumpmapping.
This first Demo is not thought to give you content which can already be implemented in your projects but it´s more a test to see how far everything works now.
Some problems are known like shadow issues when using small screen resolutions but compare with the pics above and see whether you can find some strange artifacts when running the demo on your systems.

Get the demo from HERE

Also let me know how fast it runs. wink


regards,


EDIT1: should you get an "error in effect" message try to put the D3DCompiler_42.dll from your GS folder into the bin folder of the demo.
There is a bug which causes problem with the auto switch to a fallback pipeline for computer systems which doenst support MRTs.
This will be fixed in the next version.

Last edited by Hummel; 06/29/10 14:19.
Re: [LightFrog] Lighting System - Demo [Re: Hummel] #330493
06/27/10 21:11
06/27/10 21:11
Joined: Dec 2008
Posts: 1,218
Germany
Rackscha Offline
Serious User
Rackscha  Offline
Serious User

Joined: Dec 2008
Posts: 1,218
Germany
Talk to JCL,
Acknex needs serious lightning, and your examples are just WOW.


MY Website with news of my projects:
(for example my current
Muliplayer Bomberman,
GenesisPrecompiler for LiteC
and TileMaster, an easy to use Tile editor)
Sparetime-Development

Re: [LightFrog] Lighting System - Demo [Re: Rackscha] #330494
06/27/10 21:14
06/27/10 21:14
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Wow, really really nice. Looks soo great laugh Can't find the right words laugh


I get 30-50 fps(at max display res, running at 50 Hz) - and it is looking so great laugh

Especially cause i need a good spotlight XD


(btw: You've written F5 - change resolution twice)

edit: my specs:
Intel Pention D @ 2,8 GhZ
nVidia Geforce 9600 GT 512 mb DDR3
3 GB Ram
1920x1080 Full HD Display

Last edited by Rei_Ayanami; 06/28/10 08:38.
Re: [LightFrog] Lighting System - Demo [Re: Rei_Ayanami] #330496
06/27/10 21:17
06/27/10 21:17
Joined: Dec 2008
Posts: 1,218
Germany
Rackscha Offline
Serious User
Rackscha  Offline
Serious User

Joined: Dec 2008
Posts: 1,218
Germany
Just interested:
Selling or just releasing for community?(or even, as sugested above) integrating for Ax?(x the number of the engine 7/8)

Got one problem:

2 examples wher it says PS2 on the lower left corner(a spotlight and another thing) just dont show up on my ATI HD 4870

EDIT: oh and is it just my weird mind or could this finally compete with UT3 engine?

Last edited by Rackscha; 06/27/10 21:18.

MY Website with news of my projects:
(for example my current
Muliplayer Bomberman,
GenesisPrecompiler for LiteC
and TileMaster, an easy to use Tile editor)
Sparetime-Development

Re: [LightFrog] Lighting System - Demo [Re: Rei_Ayanami] #330497
06/27/10 21:18
06/27/10 21:18
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline
Serious User
Widi  Offline
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
Great. Have 15 - 30 fps on my laptop (Intel Core 2 Quad 2GHz)

Re: [LightFrog] Lighting System - Demo [Re: Widi] #330504
06/27/10 21:45
06/27/10 21:45
Joined: Apr 2005
Posts: 3,815
Finland
Inestical Offline
Rabbit Developer
Inestical  Offline
Rabbit Developer

Joined: Apr 2005
Posts: 3,815
Finland
I have steady 60fps at all times. (Intel Core 2 Quad 2.5GHz, ATi Radeon HD3870x2)


"Yesterday was once today's tomorrow."
Re: [LightFrog] Lighting System - Demo [Re: Inestical] #330507
06/27/10 22:08
06/27/10 22:08
Joined: Dec 2008
Posts: 1,218
Germany
Rackscha Offline
Serious User
Rackscha  Offline
Serious User

Joined: Dec 2008
Posts: 1,218
Germany
Only the example with the 3spotlights+shadowmap+cookie drops to 30fps.
rest is 60+ fps

ATIHD 4870
Dualcore(intel) @ 2.66GHZ


MY Website with news of my projects:
(for example my current
Muliplayer Bomberman,
GenesisPrecompiler for LiteC
and TileMaster, an easy to use Tile editor)
Sparetime-Development

Re: [LightFrog] Lighting System - Demo [Re: Rackscha] #330508
06/27/10 22:49
06/27/10 22:49
Joined: Mar 2006
Posts: 2,252
Hummel Offline OP
Expert
Hummel  Offline OP
Expert

Joined: Mar 2006
Posts: 2,252
Quote:
2 examples wher it says PS2 on the lower left corner(a spotlight and another thing) just dont show up on my ATI HD 4870

argh, forgot to change the PS version back to 2 after debugging. ATI cards can´t handle shaders where vertex and pixel shader using different versions.
You can scroll down in FX_lightPass_SL.fx and FX_lightPass_PL.fx and change
PixelShader = compile ps_3_0 PS(); to PixelShader = compile ps_2_0 PS(); if you want to see them with ATI cards too.

Omnidirectional Shadowmapping (sm for pointlights) is a fps killer, they are evil. It´s better to avoid them.

LightFrog will be my contribution to the tools-contest, so it´ll be absolutely free.

Re: [LightFrog] Lighting System - Demo [Re: Hummel] #330512
06/28/10 00:06
06/28/10 00:06
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
This is soooooo cool, hummel! good luck!


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: [LightFrog] Lighting System - Demo [Re: Blink] #330513
06/28/10 00:28
06/28/10 00:28
Joined: Oct 2007
Posts: 5,210
Ä°stanbul, Turkey
Quad Online
Senior Expert
Quad  Online
Senior Expert

Joined: Oct 2007
Posts: 5,210
Ä°stanbul, Turkey
this goes to the moddb page, people loves this stuff.

edit:

for some reason i can't switch to 1920x1080 at 1600xsomething fps is 40 and 40 straight(not going between 39-40 and stuff constant 40.) card: somewhat OCd in factory 9600gt 1gb.

Last edited by Quadraxas; 06/28/10 00:30.

3333333333
Page 1 of 13 1 2 3 12 13

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