The holy ShaderGrail [paid or / and exchange]

Posted By: fogman

The holy ShaderGrail [paid or / and exchange] - 01/21/08 11:27

Hi,

we are in need of an advanced shaderprogrammer for A7.
If youŽre able to solve one of the following task, please contact me via pm or answer here:



1.
A combination of Ventilators lightmapping with normalmapping and three dynamic lights
+ the ability to handle more than one tiled texture (min. 3 colormaps, min. 3 normalmaps)
It should also deal with alphachannels.
Optional: Easy shaderassignment through functions and suffixed bitmap names e.g. "house1_0_normal.dds", "house1_0_lightmap.dds"...




2.
It would be nice to have a solution to define more textures through a plugin.
If you can provide such a plugin, please contact me, too.



3.
Dynamic shadow mapping in a usable manner. It should run with acceptable framerates.
Both omnidirectional and hemispheriacel shadow maps would be nice.



We would give you models or textures in exchange. Heck, IŽll even pay for it.
I know that these are very ambitious tasks and I would provide you with a decent payment.
If you got any questions feel free to ask.


Here are some studies and early drafts of our upcoming project, codename MS ( ) :


Some work of our teammembers:




Concept that shows some of our design rules:




First testscene with normalmapping + static shadows:




Thanks for your attention.
Posted By: xXxGuitar511

Re: The holy ShaderGrail [paid or / and exchange] - 01/21/08 15:08

...if only I still had a graphics card
Posted By: djbios

Re: The holy ShaderGrail [paid or / and exchange] - 01/21/08 15:55

Hi xXxGuitar!
Posted By: Machinery_Frank

Re: The holy ShaderGrail [paid or / and exchange] - 01/21/08 23:10

Quote:

...if only I still had a graphics card




Maybe we shoud buy you a new graphic card then
Posted By: xXxGuitar511

Re: The holy ShaderGrail [paid or / and exchange] - 01/22/08 04:25

...I'm going to work on getting my "old" computer. I miss working with shaders too much, and this is a great opportunity. I'm up for the task, and I think I could pull it off well...

...However, I can't make any promises on #2 (more textures), but I'll look into it...
Posted By: ventilator

Re: The holy ShaderGrail [paid or / and exchange] - 01/22/08 08:56

i think with lite-c number 2 could work without a plugin. look for settexture in the directx sdk effect documentation. i don't know why you would need so many textures layers though.
Posted By: fogman

Re: The holy ShaderGrail [paid or / and exchange] - 01/22/08 09:48

The first task is already completed by Slin.
So the "only" thing we need now is the shadowmapping.
Posted By: Machinery_Frank

Re: The holy ShaderGrail [paid or / and exchange] - 01/22/08 09:54

Quote:

i don't know why you would need so many textures layers though.




I try to explain this.

We make our levels with models. But a complete room needs many textures for floor, wall, ceiling, columns and static details.
Until now I just copied all needed textures into one big texture. But then I have to map every floor tile since I cannot tile them over the uv-space. I have to create polygons for every floor tile, for every ceiling tile and so on. This results in much more polygons for a room.

We still can copy some textures into one. But the tilable textures should have their own texture space.

We would be very pleased, if you could direct us into the right direction. Thanks in advance!
Posted By: ventilator

Re: The holy ShaderGrail [paid or / and exchange] - 01/22/08 10:16

ah! first i misunderstood what you meant but now i see. i don't think you need any special code at all then. models support as many textures as you want.

i found this:

Quote:

Model shaders now support several skins per mesh subset, f.i. for normal maps. The skin assignments are detected automatically by the engine. Any additional skins that belong to a subset must immediately follow the skin that is assigned to that subset. For instance, let's assume that an entity has 3 mesh subsets, and the following skin assignments:

Skin1 -> assigned to subset 1
Skin2 -> unassigned (normal map for subset 1)
Skin3 -> subset 2
Skin4 -> unassigned (normal map for subset 2)
Skin5 -> subset 3
Skin6 -> unassigned (normal map for subset 3)
Skin7 -> unassigned
Skin8 -> unassigned

The 3 subsets are rendered in 3 passes, where the assigned skin is always entSkin1 and the normal map is always entSkin2. In render pass 1, Skin1 is used for entSkin1, Skin2 for entSkin2, Skin7 for entSkin3, and Skin8 for entSkin4. In render pass 2, Skin3 is used for entSkin1, Skin4 for entSkin2, Skin7 for entSkin3, and Skin8 for entSkin4. In render pass 3, Skin5 is used for entSkin1, Skin6 for entSkin2, Skin7 for entSkin3, and Skin8 for entSkin4.




but i am not sure how it has to be set up (if you have to embed the shader in med somehow or not).
Posted By: fogman

Re: The holy ShaderGrail [paid or / and exchange] - 01/22/08 10:54

We are working with Slin to solve this "problem". Atm only the third texture set is rendered.
But at least with a correct normal- and lightmap.
Some screens will follow.
Posted By: fogman

Re: The holy ShaderGrail [paid or / and exchange] - 01/30/08 06:54

It seems that IŽll get the shadowmapping done.

Insteat of this we are in need of a texture projector in HLSL.
It would be nice if someone could provide us with an example (payed, unpayed, credited, whatever).

Thanks in advance.
Posted By: Grafton

Re: The holy ShaderGrail [paid or / and exchange] - 01/30/08 20:38

Quote:

It seems that IŽll get the shadowmapping done.

Insteat of this we are in need of a texture projector in HLSL.
It would be nice if someone could provide us with an example (payed, unpayed, credited, whatever).

Thanks in advance.




Tomorrow, I promise!
Posted By: fogman

Re: The holy ShaderGrail [paid or / and exchange] - 01/30/08 21:58

That would be very nice, because weŽve got alot stuff to do.
WeŽll credit you, bet on you, praise you, pay you - whatever you want.
© 2023 lite-C Forums