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

How often do you meet up (IRL) with your simracing friends?

  • Weekly

    Votes: 47 9.2%
  • Monthly

    Votes: 21 4.1%
  • Yearly

    Votes: 32 6.3%
  • Weekly at lan events

    Votes: 3 0.6%
  • Monthly at lan events

    Votes: 2 0.4%
  • Yearly at lan events

    Votes: 12 2.4%
  • Never have

    Votes: 400 78.6%
Back
Top