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
4 registered members (NewbieZorro, Grant, TipmyPip, AndrewAMD), 13,346 guests, and 5 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
performance loss using (blinn) phong? #84525
08/04/06 12:32
08/04/06 12:32
Joined: Dec 2000
Posts: 4,608
mk_1 Offline OP

Expert
mk_1  Offline OP

Expert

Joined: Dec 2000
Posts: 4,608
Is there a great difference between normal phong and blinn phong shading. Would you advise me to use blinn phong?


Follow me on twitter
Re: performance loss using (blinn) phong? [Re: mk_1] #84526
08/04/06 12:47
08/04/06 12:47
Joined: Jan 2004
Posts: 2,013
The Netherlands
E
Excessus Offline
Expert
Excessus  Offline
Expert
E

Joined: Jan 2004
Posts: 2,013
The Netherlands
Blinn-Phong gives bigger highlights but that's not a disadvantage because you can just choose a bigger power value. Phong shading is maybe slightly better looking but while the difference is quite noticeable I don't find Blinn-Phong to be less realistic.

Blinn-Phong is less demanding on the pixel shader. If you are limited by the pixel shader (which is usually the case) I'd go with Blinn-Phong. Also, with Blinn-Phong you can move the halfvector calculation to the vertex shader.

Re: performance loss using (blinn) phong? [Re: Excessus] #84527
08/04/06 16:09
08/04/06 16:09
Joined: Dec 2000
Posts: 4,608
mk_1 Offline OP

Expert
mk_1  Offline OP

Expert

Joined: Dec 2000
Posts: 4,608
Blinn-Phong requires less calculations. I just wanted to know if there're more advantages than disadvantages.


Follow me on twitter
Re: performance loss using (blinn) phong? [Re: mk_1] #84528
08/06/06 17:00
08/06/06 17:00
Joined: Oct 2000
Posts: 1,543
Germany
A
Alexander Esslinger Offline
Senior Developer
Alexander Esslinger  Offline
Senior Developer
A

Joined: Oct 2000
Posts: 1,543
Germany
Normally you do the reflection/half vector calculation in the vertexshader anyway, so performance shouldn't be a problem - no matter what model you use.

Take a look at both models and take the one that looks better to you.


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