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
3 registered members (NewbieZorro, TipmyPip, 1 invisible), 19,045 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
Page 2 of 2 1 2
Re: Shader Based Water Fx [Re: cbw] #17775
01/18/04 21:46
01/18/04 21:46
Joined: Aug 2003
Posts: 52
Netherlands
VoodooFactory Offline
Junior Member
VoodooFactory  Offline
Junior Member

Joined: Aug 2003
Posts: 52
Netherlands
Great! But I'm new to the whole shader thing; could you also give me a simple action to use it on a model?

Re: Shader Based Water Fx [Re: VoodooFactory] #17776
01/29/04 21:52
01/29/04 21:52
Joined: Jun 2003
Posts: 1,017
Germany
T
Thomas_Nitschke Offline
Senior Developer
Thomas_Nitschke  Offline
Senior Developer
T

Joined: Jun 2003
Posts: 1,017
Germany
Hi,
to implement the code by cbw just try this
Code:
 
material mat_water
{
effect = ""; // the shader code goes here
}

action act_waterMdl
{
my.material = mat_water;
//and so on
}


As far as I'm concerned this should work well, if else please let me know...


Formerly known as The Matrix - ICQ 170408644 I've been here for much longer than most people think. So where's my "Expert" status?
Page 2 of 2 1 2

Moderated by  Blink, Hummel, Superku 

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