MipMapping example?

It doesnt seem like it be hard to work with but i’m not sure how to work with it either.
panda3d.org/manual/index.php/T … lter_Types
Sorta lost me, so not sure actully how to use it, it be great if there was a example on how to use it more.

I also saw on the forums that you can set it in the egg, wasnt sure how to add that either?
discourse.panda3d.org/viewtopic … mipmapping

If you specified the textures in the egg file, set the minfilter scalar to LINEAR_MIPMAP_LINEAR.

If you set it via code:

texture.setMinfilter(Texture.FTLinearMipmapLinear)

Oh its a scalar call, kk ty ^^.

Ok after playing around with it, I see that the effect happens to “soon” is there a way to increase/lower the near point?