Tagged Questions
2
votes
2answers
1k views
Opengl ES - drawing a plane of multiple vertices
Using Opengl ES for Anroid we’re facing a problem when drawing a square with a texture. They look fine from a distance, but when getting close to the model the texture screws up. We believe this is ...
0
votes
1answer
425 views
Matrix to Represent a Triangle in Screen Space
So i have a set of four points in 3D Space.
P1 [0, 0, 0]
P2 [128, 0, 0]
P3 [0, 128, 0]
P4 [128, 128, 0]
Which I'm then projecting orthographically to the screen effectively giving me two ...