你的电脑似乎是从视频内存。把游戏的图形设置(阴影,纹理,图形质量,等)通过游戏设置菜单。
Your computer appears to be out of video memory. Turn down the game's graphics settings (shadows, textures, graphics quality, etc. ) via the in-game Settings menu.
你可以设置转换为任何纹理你当前设置(通常纹理指数0)。
You can set transformations for any texture you have currently set (usually texture index 0).
把纹理的重复设置成夹断gl_clamp,然后把纹理的边界颜色设置成白色。
Set the GL_MODULATE texture environment, set the texture repeat mode to GL_CLAMP, and set the texture border color to white.
应用推荐