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
Page 1 of 2 1 2
Terrain Shader #257334
03/22/09 18:29
03/22/09 18:29
Joined: Dec 2008
Posts: 14
Nashville, Tennessee
K
Kfoster825 Offline OP
Newbie
Kfoster825  Offline OP
Newbie
K

Joined: Dec 2008
Posts: 14
Nashville, Tennessee
Greetings!

I was wondering what the best terrain shader is. I've tried terraintex3 that comes with Gamestudio, but three textures doesn't seem good enough. Is there a shader that uses 4 or 5?

Does anyone just create a skin in Gimp or Photoshop and use that instead of a shader?

I am a noob, and am just trying to figure out the best way to do things.....thanks for reading!

Re: Terrain Shader [Re: Kfoster825] #257453
03/23/09 12:26
03/23/09 12:26
Joined: May 2008
Posts: 331
Lithuania, Vilnius
Jaxas Offline
Senior Member
Jaxas  Offline
Senior Member

Joined: May 2008
Posts: 331
Lithuania, Vilnius
yes, there's 5 texture shader in WIKI wink


The smaller the bug, the harder it is to kill.
_________________________________________
Forklift DEMO (3dgs)
Re: Terrain Shader [Re: Jaxas] #257531
03/23/09 19:56
03/23/09 19:56
Joined: Aug 2008
Posts: 133
Sweden, Stockholm
E
Enduriel Offline
Member
Enduriel  Offline
Member
E

Joined: Aug 2008
Posts: 133
Sweden, Stockholm
um, for Shader gurus out there, is it possible to have "texture splattering" through the alphas of textures with 3dgs, that is unlimited amount of textures blended on a terrain WITHOUT a realtime editor?

//Endu

Re: Terrain Shader [Re: Enduriel] #257630
03/24/09 13:03
03/24/09 13:03
Joined: Jan 2007
Posts: 651
Germany
R
RedPhoenix Offline
User
RedPhoenix  Offline
User
R

Joined: Jan 2007
Posts: 651
Germany
A7 contains multitexturing shaders for unlimited texture support since A7.5.

MATERIAL* mtl_terraintex which is defined in mtlFx.c

Re: Terrain Shader [Re: RedPhoenix] #257801
03/25/09 16:33
03/25/09 16:33
Joined: Dec 2008
Posts: 14
Nashville, Tennessee
K
Kfoster825 Offline OP
Newbie
Kfoster825  Offline OP
Newbie
K

Joined: Dec 2008
Posts: 14
Nashville, Tennessee
Yes....but how to implement it is the question!

(btw, thanks for the info)

Re: Terrain Shader [Re: Kfoster825] #272163
06/16/09 19:27
06/16/09 19:27
Joined: Jul 2005
Posts: 1,002
Trier, Deutschland
Nowherebrain Offline
Serious User
Nowherebrain  Offline
Serious User

Joined: Jul 2005
Posts: 1,002
Trier, Deutschland
I know this is old, but I have asked similar questions....and I notice they never seem to get answered....
I myself am tring to figure out how to tile the textures, but clamp the alpha....???


Everybody Poops.
here are some tutorials I made.
http://www.acknexturk.com/blender/
Re: Terrain Shader [Re: Nowherebrain] #272391
06/17/09 20:15
06/17/09 20:15
Joined: Jun 2008
Posts: 151
Ukraine
XD1v0 Offline
Member
XD1v0  Offline
Member

Joined: Jun 2008
Posts: 151
Ukraine
Quote:
tile the textures, but clamp the alpha....???

This terrain shader do that you want, in first stage shader draw alpha in terrain coordinates, then in next stage, draw color with transformation coordinates, also you can add this to shader for real alpha clamp
AddressU[0] = Clamp;
AddressV[0] = Clamp;
(see terraintex.fx)


A7 Commercial cool
Celeron 1700, GeForce 5500 FX 256mb, 1 Gb Ram
Re: Terrain Shader [Re: XD1v0] #272587
06/18/09 19:29
06/18/09 19:29
Joined: Jul 2005
Posts: 1,002
Trier, Deutschland
Nowherebrain Offline
Serious User
Nowherebrain  Offline
Serious User

Joined: Jul 2005
Posts: 1,002
Trier, Deutschland

you see, cryptic, it is as if you think I know shader code... I do not.
I'm asking about terrain_multitex.fx(or the one with unlimited skins) it is included in mtlFX.c(or something like that....some one please give a clear(dummy type)of answer.....
oh this(mtl_terraintex which is defined in mtlFx.c)is the one I am reffering to.


Everybody Poops.
here are some tutorials I made.
http://www.acknexturk.com/blender/
Re: Terrain Shader [Re: Nowherebrain] #274463
06/26/09 21:12
06/26/09 21:12
Joined: Jul 2005
Posts: 1,002
Trier, Deutschland
Nowherebrain Offline
Serious User
Nowherebrain  Offline
Serious User

Joined: Jul 2005
Posts: 1,002
Trier, Deutschland
How do you tile the skins? Still asking, if anyone can help.


Everybody Poops.
here are some tutorials I made.
http://www.acknexturk.com/blender/
Re: Terrain Shader [Re: Nowherebrain] #274472
06/26/09 21:37
06/26/09 21:37
Joined: Aug 2005
Posts: 512
Bayern
Schmerzmittel Offline
User
Schmerzmittel  Offline
User

Joined: Aug 2005
Posts: 512
Bayern
Hi there...

look here: http://manual.conitec.net/amaterial2.htm

Here are all explained. Scroll down the page. Its at the end.


A7 Com V7.80
Page 1 of 2 1 2

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