Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, TedMar), 1,007 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
mtl_specBump with mipmap please #337834
08/13/10 20:38
08/13/10 20:38
Joined: May 2008
Posts: 2,113
NRW/Germany
alibaba Offline OP
Expert
alibaba  Offline OP
Expert

Joined: May 2008
Posts: 2,113
NRW/Germany
Hello, is it possible to get the normalmap shader with mipmap support? because it looks so ugly from far away(actually not that far away only a small distance).


Professional Edition
A8.47.1
--------------------
http://www.yueklet.de
Re: mtl_specBump with mipmap please [Re: alibaba] #337838
08/13/10 20:58
08/13/10 20:58
Joined: Jan 2004
Posts: 513
M
mpde Offline
User
mpde  Offline
User
M

Joined: Jan 2004
Posts: 513
du brauchtst bloss in der "specBump.fx" folgendes ändern:

sampler sBaseTex = sampler_state { Texture = <entSkin1>; MipFilter = Linear;};
sampler sSkin2 = sampler_state { Texture = <entSkin2>; MipFilter = None;};<<<-NONE zu Linear
sampler sSkin3 = sampler_state { Texture = <entSkin3>; MipFilter = None;};

you need only the "specBump.fx" change the following:

sampler sBaseTex = sampler_state { Texture = <entSkin1>; MipFilter = Linear;};
sampler sSkin2 = sampler_state { Texture = <entSkin2>; MipFilter = None;};<<<-NONE to Linear
sampler sSkin3 = sampler_state { Texture = <entSkin3>; MipFilter = None;};

mpde

Re: mtl_specBump with mipmap please [Re: mpde] #337843
08/13/10 21:33
08/13/10 21:33
Joined: May 2008
Posts: 2,113
NRW/Germany
alibaba Offline OP
Expert
alibaba  Offline OP
Expert

Joined: May 2008
Posts: 2,113
NRW/Germany
Wenn das jetzt klappt ne dann küss ich dir die Füße über Internet grin


Professional Edition
A8.47.1
--------------------
http://www.yueklet.de
Re: mtl_specBump with mipmap please [Re: alibaba] #337859
08/13/10 22:30
08/13/10 22:30
Joined: May 2008
Posts: 2,113
NRW/Germany
alibaba Offline OP
Expert
alibaba  Offline OP
Expert

Joined: May 2008
Posts: 2,113
NRW/Germany
Hmm... Nee bekomme irgendwelche artefakte.




Last edited by alibaba; 08/13/10 22:32.

Professional Edition
A8.47.1
--------------------
http://www.yueklet.de
Re: mtl_specBump with mipmap please [Re: alibaba] #339251
08/25/10 15:27
08/25/10 15:27
Joined: Jan 2004
Posts: 513
M
mpde Offline
User
mpde  Offline
User
M

Joined: Jan 2004
Posts: 513
auf den bildern sieht es so aus als wenn du keine modelle nutzt sondern levelblocks

dann muss das so:

sampler sBaseTex = sampler_state { Texture = <entSkin1>; MipFilter = Linear; };
sampler sSkin2 = sampler_state { Texture = <entSkin2>; MipFilter = NONE };
sampler sSkin3 = sampler_state { Texture = <entSkin3>; MipFilter = /*NONE*/Linear; }; <<<-NONE zu Linear

Re: mtl_specBump with mipmap please [Re: mpde] #340632
09/06/10 09:12
09/06/10 09:12
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Ok, we'll modify the shaders for mipmaps.


Moderated by  aztec, Spirit 

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