Advertising
advertising
related pastes to tag 'quake'
- 1291574 - Quake 3's Fast Inverse Square Ro: 3 root fast quake sqare
-
- float InvSqrt(float x)
- {
- float xhalf = 0.5f*x;
- int i = *(int)&x;
- i = 0x5f3759df - (i>>1);
- x = *(float*)&i;
- x = x*(1.5f - xhalf*x*x);
- return x;
- 897570 - maximilion: 3 sound quake choppy aoss oss
-
- I did
- modprobe snd-pcm-oss
- modprobe snd-mixer-oss
- sudo echo "quake3 0 0 direct" > /proc/asound/card0/pcm0p/oss
- No complaints. I type