Shininess

Questions and answers about the how and why of making maps.
Post Reply
User avatar
Joe-Schmoe
Private First Class
Private First Class
Posts: 192
Joined: Mon Jul 24, 2006 1:10 am
Location: This field unintentionally left blank.

Shininess

Post by Joe-Schmoe »

Hi,

I noticed on the wiki that there's a parameter for "shininess". The only description given was "shiny!".

I want to make something in my map really shiny, but I don't know how. How does it work?
Join MI6!
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post by JeffM »

it sets the openGL parameter for specular shine.

http://www.digitalscores.com/featured-a ... iness.html
ImageJeffM
User avatar
Joe-Schmoe
Private First Class
Private First Class
Posts: 192
Joined: Mon Jul 24, 2006 1:10 am
Location: This field unintentionally left blank.

Post by Joe-Schmoe »

I'm sorry, I don't know anything about using OpenGL :shock:

The link you gave used this as a formula for shininess:
CosL + 10 * CosR ^ 10
Is it the "10" that I'm changing?

Basically, do higher numbers of shininess = shinier objects? If so what is a reasonable sort of value?

I messed around with a couple of different shininess values and didn't notice any difference in my maps.

I'd settle for the type of shininess given in image2, if possible.
Join MI6!
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post by JeffM »

the value is a decimal, it goes from 0 to 1
0 == no shine
1.0 == max shine.

0.5 = 1/2 shine.
ImageJeffM
User avatar
Spazzy McGee
Sergeant Major
Sergeant Major
Posts: 1405
Joined: Mon Mar 21, 2005 4:59 pm
Location: Planet MoFo, Sheffield Division; United Kingdom

Post by Spazzy McGee »

Hmm... When you use Trepan's Wings3D Exporter, it gives a value between 0 and 128
"Life is what happens to you while you're busy making other plans." - John Lennon
User avatar
Joe-Schmoe
Private First Class
Private First Class
Posts: 192
Joined: Mon Jul 24, 2006 1:10 am
Location: This field unintentionally left blank.

Post by Joe-Schmoe »

I tried values of 1, 1/2, and 120, none of which had any noticeable difference.

Is there something I have to switch on in the client to see shiny stuff?
Join MI6!
User avatar
Spazzy McGee
Sergeant Major
Sergeant Major
Posts: 1405
Joined: Mon Mar 21, 2005 4:59 pm
Location: Planet MoFo, Sheffield Division; United Kingdom

Post by Spazzy McGee »

You might need specular.

Try adding

Code: Select all

specular 1 1 1
to your material.

Then when you're testing, move the sun around with the + and - keys, so you can spot any shiny 'reflections'.
"Life is what happens to you while you're busy making other plans." - John Lennon
Post Reply