I am new to this learning every day. thnx for your fast replys !!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu private void doConfig()
{
Config.maxPolysVisible = 64000;
Config.saveMemory = true;
Config.collideOffset = 500;
Config.glTrilinear = true;
Config.farPlane = 10000;
//Config.isIndoor = true; <---------------------------
Config.glVertexArrays = true;
Config.tuneForIndoor();
Config.zTrick = true;
Config.glShadowZBias = 0.8f;
Config.lightMul = 1;
}
Page created in 0.031 seconds with 12 queries.