Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (TipmyPip, 1 invisible), 18,787 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
bump mapping shader #288947
09/09/09 13:58
09/09/09 13:58
Joined: Apr 2009
Posts: 138
Germany
T
Toryno Offline OP
Member
Toryno  Offline OP
Member
T

Joined: Apr 2009
Posts: 138
Germany
Hi there,
I wanted to use the bump.fx from the code folder. But the engine says erro can't find file "bump.vs", I don't find that file what do I have to do?


Thanks for reading, thinking, answering wink
Re: bump mapping shader [Re: Toryno] #288949
09/09/09 14:08
09/09/09 14:08
Joined: Nov 2008
Posts: 946
T
the_clown Offline
User
the_clown  Offline
User
T

Joined: Nov 2008
Posts: 946
What does the code look like where you load the effect?

Re: bump mapping shader [Re: the_clown] #288956
09/09/09 14:51
09/09/09 14:51
Joined: Apr 2009
Posts: 138
Germany
T
Toryno Offline OP
Member
Toryno  Offline OP
Member
T

Joined: Apr 2009
Posts: 138
Germany
Code:
MATERIAL* skin_firewheel =
{
	flags = tangent | ENABLE_RENDER;
	effect = "bump.fx";
}

action firewheel() {
	my.material = skin_firewheel;
}




Thanks for reading, thinking, answering wink
Re: bump mapping shader [Re: Toryno] #288960
09/09/09 14:56
09/09/09 14:56
Joined: Nov 2008
Posts: 946
T
the_clown Offline
User
the_clown  Offline
User
T

Joined: Nov 2008
Posts: 946
I assume you included the "mtlFX.c".
Well, I dont see anything in the code that could cause this...
Make sure the file is still there.

Re: bump mapping shader [Re: the_clown] #288964
09/09/09 15:00
09/09/09 15:00
Joined: Apr 2009
Posts: 138
Germany
T
Toryno Offline OP
Member
Toryno  Offline OP
Member
T

Joined: Apr 2009
Posts: 138
Germany
No didn't include that. Now i have and it works wink thx


Thanks for reading, thinking, answering wink

Gamestudio download | 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