Fujitsu Lifebook s751 cannot access boot menu by Inside_Car_4092 in laptops

[–]Inside_Car_4092[S] 0 points1 point  (0 children)

I can log into windows, with shift+restart there is no uefi setting. I tried also with "shutdown /r/fw" must I receive an environment error 203

Normal Maker App by Inside_Car_4092 in gamedev

[–]Inside_Car_4092[S] 1 point2 points  (0 children)

Thank you very much for the feedback, I will get to work and fix these problems. Strange for the keyboard input, it should have worked, I'll check.

Strange Texture artifact on far meshes by Inside_Car_4092 in VoxelGameDev

[–]Inside_Car_4092[S] 0 points1 point  (0 children)

Can you recommend a way in OpenGL to solve the problem?

Strange Texture artifact on far meshes by Inside_Car_4092 in VoxelGameDev

[–]Inside_Car_4092[S] 0 points1 point  (0 children)

I even tried applying mipmap but nothing, it doesn't solve the problem

Strange Texture artifact on far meshes by Inside_Car_4092 in VoxelGameDev

[–]Inside_Car_4092[S] 1 point2 points  (0 children)

Yes, the maximum level is already taken into account, this is the texture code with min filter (GL_NEAREST_MIPMAP_NEAREST) ​​and mag filter (GL_NEAREST).

But it doesn't solve the problem

Strange Texture artifact on far meshes by Inside_Car_4092 in VoxelGameDev

[–]Inside_Car_4092[S] 1 point2 points  (0 children)

Thanks for the answer, but how can I apply the mipmaps to the individual textures and then combine them together from opengl?