mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-06 08:20:15 +02:00
TBall, nudge v1, ready.
render occlude list.
This commit is contained in:
parent
99fba56a34
commit
a143b820af
30 changed files with 494 additions and 328 deletions
|
@ -18,7 +18,7 @@ struct __declspec(align(4)) rectangle_type
|
|||
|
||||
struct circle_type
|
||||
{
|
||||
vector_type Center;
|
||||
vector_type Center;
|
||||
float RadiusSq;
|
||||
};
|
||||
|
||||
|
@ -55,4 +55,5 @@ public:
|
|||
static float ray_intersect_line(ray_type* ray, line_type* line);
|
||||
static void cross(vector_type* vec1, vector_type* vec2, vector_type* dstVec);
|
||||
static float magnitude(vector_type* vec);
|
||||
static void vector_add(vector_type* vec1Dst, vector_type* vec2);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue