mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 00:11:39 +00:00
Ack, where did all the chairs go!
This commit is contained in:
parent
910e76a900
commit
febf62ad9d
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
gl_warp_sin.h
|
gl_warp_sin.h
|
||||||
|
|
||||||
(description)
|
Use LUT for sin, faster on most cpus.
|
||||||
|
|
||||||
Copyright (C) 1996-1997 Id Software, Inc.
|
Copyright (C) 1996-1997 Id Software, Inc.
|
||||||
|
|
||||||
|
|
|
@ -214,7 +214,7 @@ GL_SubdivideSurface (msurface_t *fa)
|
||||||
|
|
||||||
// speed up sin calculations - Ed
|
// speed up sin calculations - Ed
|
||||||
float turbsin[] = {
|
float turbsin[] = {
|
||||||
# include "QF/gl_warp_sin.h"
|
# include "gl_warp_sin.h"
|
||||||
};
|
};
|
||||||
|
|
||||||
#define TURBSCALE (256.0 / (2 * M_PI))
|
#define TURBSCALE (256.0 / (2 * M_PI))
|
||||||
|
|
|
@ -189,7 +189,7 @@ GL_SubdivideSurface (msurface_t *fa)
|
||||||
|
|
||||||
// speed up sin calculations - Ed
|
// speed up sin calculations - Ed
|
||||||
float turbsin[] = {
|
float turbsin[] = {
|
||||||
# include "QF/gl_warp_sin.h"
|
# include "gl_warp_sin.h"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue