how to see more detail in a larger distance?

when I run my game I need to get really close to a modek before it shows it max detail…
how to fix?

We need a bit more information. Are you talking about LOD? In that case, you can either change the switch distances in the model in question, or you can change the LOD scale on the camera to affect all models:

base.camNode.setLodScale(0.5)

You’ll have to play around with different values to see what works best.

tnx, what is the best detail? and how do I set the distance?

nm I set it to 0.0 and now everything is ok.
tnx m8