All Questions
Tagged with linear-algebra graphics-programming
4 questions
0
votes
0
answers
434
views
OBB Frustrum Culling in Clip Space
I've been trying for a while to implement a frustum culling method using a per-computed AABB in object space and transforming it's corners into clip space.
...
1
vote
2
answers
89
views
Timed Line Drawing
I'm trying to program a remake of the classic Missile Command Atari game from scratch, but I've run into a problem. So I have a function that can draw a line from one point to another. I figured I ...
1
vote
1
answer
898
views
Problem with 2D matrix transform og shapes
I have set myself onto the task of creating a class BaseObject, which represents a graphics object with an associated shape as the member variable shape, which is a pointer an object Polygon. I'll ...
5
votes
2
answers
5k
views
Mixing Perspective and Orthographic Projections?
I'm going to start with some background, so jump to my question at the bottom for the TLDR version.
Problem:
In a Japanese 4gamer article (english translation via Chev on Polycount) explaining some ...