mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 05:01:24 +00:00
[ruamoko] Remove hack-in matrix type
No need for it now, either.
This commit is contained in:
parent
fe16fed01a
commit
8db547afec
1 changed files with 0 additions and 5 deletions
|
@ -1,11 +1,6 @@
|
|||
#ifndef __ruamoko_scene_h
|
||||
#define __ruamoko_scene_h
|
||||
|
||||
//FIXME this should be a native type so it can be used in math
|
||||
typedef struct {
|
||||
vec4 col[4];
|
||||
} mat4x4;
|
||||
|
||||
typedef struct light_s {
|
||||
vec4 color;
|
||||
vec4 position;
|
||||
|
|
Loading…
Reference in a new issue