79335092

Date: 2025-01-07 06:53:27
Score: 1.5
Natty:
Report link

Coordinate has a problem. I use the following coordinates correct. static float vertexData[] = { -0.5f, 0.5f, // top left -0.5f, -0.5f, // bottom left 0.5f, -0.5f, // bottom right 0.5f, 0.5f // top right }; //top right final float[] textureData = { 0f, 1f, 0f, 0f, 1f, 0f, 01f, 1f };

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: 汤中峰