All Questions
Tagged with python graphics-programming
2 questions
0
votes
1
answer
56
views
Frustum Culling Not Utilizing Entire Bounding Sphere in OpenGL
My frustum culling is detecting an object as culled even though not the entire object's bounding sphere is out of the frustum yet. It's like it believes the bounding sphere's radius is smaller than it ...
2
votes
2
answers
923
views
Help making a visual transition with pygame and NumPy
Perhaps this could be better answered on Stack Overflow, but I thought it would be worth posting here. Right now I'm trying to make visual transitions with pygame's ...