Light absorbing shader

I'm on the brink of releasing my car (that it seems like I have been working on since the beginning of time) but I have issues with the shader. The interior main texture pretty much absorbs all light. How can I fix this?
 
Also, are you using the cg or non-cg shaders?

A good material for an interior, say leather, would be...

vf_standard
{
vertex_shader
{
file=dyn_standard_v.cg
}
fragment_shader
{
file=standard_f.cg
}
}

leather~vf_standard
{
shininess=6
specular=0.25 0.25 0.25
layer0
{
map=leather.tga
}
}


Add a specular map if you want more control using dyn_standard_speca_f.cg

Then you can add some depth to the materials specular response!


Post some pics/details and we should be able to help further :D

Dave
 

Latest News

What would make you race in our Club events

  • Special events

    Votes: 2 22.2%
  • More leagues

    Votes: 1 11.1%
  • Prizes

    Votes: 1 11.1%
  • Trophies

    Votes: 1 11.1%
  • Forum trophies

    Votes: 0 0.0%
  • Livestreams

    Votes: 2 22.2%
  • Easier access

    Votes: 6 66.7%
  • Other? post your reason

    Votes: 1 11.1%
Back
Top