Chernobyl Shaders - converting all shaders to Cg in work...

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Post by Nadro »

Now I rewrite all shaders for Cg and bind it with Irrlicht application per my Cg binding for Irrlicht. Please wait for new Shaders:)
christianclavet
Posts: 1638
Joined: Mon Apr 30, 2007 3:24 am
Location: Montreal, CANADA
Contact:

Post by christianclavet »

Hi, a newbie question here.

Is there any of your shaders could be used to mix some standard surface together?

I would need to use:
- Lightmap (EMT_LIGHTMAP)
- Bump and / or normal map
- detail map (Can any texture mask possible with a shader? for this?)
- glossiness map

I would need to use them together on the same surface, but have any knowledge of shaders. I saw that you have a "mix" shader. Could this shader do the job?

This would allow me to:
Have an mesh with, diffuse color, normal maps for illusion of more details, glossiness map for designing the part that reflect more the light (metal vs skin) and Lightmap/vertex map for basic light simulation.
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Post by Nadro »

Yes, with Cg it's Very Easy:) In my thopic about "CG Binding for Irrlicht" in "Project Announcements" in examples I add shader with: detail map+normal map+glossiness map+parallax map :) You can easy add lightmap for them:)
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
dlangdev
Posts: 1324
Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:

Post by dlangdev »

Thanks Nadro,

The topic CG Binding To Irrlicht is what I'm looking for.

Awesome!
halplus
Posts: 2
Joined: Sun Jan 03, 2010 9:51 pm

Post by halplus »

You want to download the following file:

http://rapidshare.com/files/38691306/Ch ... haders.rar | 1159 KB

Unfortunately right now our servers are overloaded and we have no more download slots left for non-members. Of course you can also try again later.

:? :? :?

Can you post at www.freehostia.com or www.000webhost.com ? Those are very good and put 0 restrictions on users.
sprocket
Posts: 9
Joined: Thu Jan 07, 2010 1:07 pm

Post by sprocket »

I dont really know if that helps but i found this project:
http://blogs.gscept.com/2008/ip16/

It is an hdr implementation using irrlicht 1.4.1 i think and your cg binding + your mrt patch.

There is no source code available but there is a demo with the shaders included..

I think the demo works quite well.

Anyway, i hope this helps you with your hdr.
Great work btw nadro
GRAVITY
Posts: 13
Joined: Thu Feb 25, 2010 6:58 pm

Post by GRAVITY »

Please, attach links (and refresh each time) in first post :)

Respect, dude! )
Post Reply