Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (degenerate_762, AbrahamR, AndrewAMD, ozgur), 667 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Problem with massiveshadercollection! #183913
02/14/08 17:56
02/14/08 17:56
Joined: Feb 2008
Posts: 27
Germany, Hessen
C
Crackdown90 Offline OP
Newbie
Crackdown90  Offline OP
Newbie
C

Joined: Feb 2008
Posts: 27
Germany, Hessen
Hi,
i have a Problem with this shader collection spec. with "Doom3 like SpecBump 7 lights (Matt_Aufderheide)" from Shader Model 2.0! If i load more than 1 texture with Specbump, for example in a stone texture and a wood texture, the lines in the texture are overcrosing, an ever textur has the same "lines".

I believe in shader.wdl: Something must go wrong an the two textures are overcrossing?!

Here the code:



Thamks Code:
bmap World_normal_bmap = <C_BrwnStcc1_256_norm.tga>;

material C_BrwnStcc1_256 //<---This has to be the Textures Name
{
skin1 = World_normal_bmap;

flags = tangent;
effect = "spec_bump_world.fx";
}

function WorldMaterial_Init_startup()
{
d3d_automaterial = on;
}

//
bmap World_normal_bmap = <H_ClmWll1A_norm.tga>;

material H_ClmWll1A //<---This has to be the Textures Name
{
skin2 = World_normal_bmap;

flags = tangent;
effect = "spec_bump_world.fx";
}

function WorldMaterial_Init_startup()
{
d3d_automaterial = on;
}




Deadly Awaking in the Outback Please Visit! Upcoming 08, a Flight in the death...
Re: Problem with massiveshadercollection! [Re: Crackdown90] #183914
02/19/08 15:20
02/19/08 15:20
Joined: Feb 2008
Posts: 27
Germany, Hessen
C
Crackdown90 Offline OP
Newbie
Crackdown90  Offline OP
Newbie
C

Joined: Feb 2008
Posts: 27
Germany, Hessen
nobody?


Deadly Awaking in the Outback Please Visit! Upcoming 08, a Flight in the death...
Re: Problem with massiveshadercollection! [Re: Crackdown90] #183915
02/19/08 16:59
02/19/08 16:59
Joined: Jun 2005
Posts: 4,875
broozar Offline
Expert
broozar  Offline
Expert

Joined: Jun 2005
Posts: 4,875
i cannot imagine what you mean by "lines", a screenshot would be helpful.

Re: Problem with massiveshadercollection! [Re: broozar] #183916
02/20/08 00:24
02/20/08 00:24
Joined: Mar 2006
Posts: 2,503
SC, United States
xXxGuitar511 Offline
Expert
xXxGuitar511  Offline
Expert

Joined: Mar 2006
Posts: 2,503
SC, United States
...your using the same normal map for all your textures (world_normal_bmap). Each normal map needs to be specifically designed for each texture...


xXxGuitar511
- Programmer

Moderated by  Blink, Hummel, Superku 

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