credit
This commit is contained in:
parent
78202beb53
commit
e5e7ccaa3f
@ -1,5 +1,8 @@
|
||||
use strafesnet_common::integer::{Planar64,Planar64Vec3};
|
||||
|
||||
// This algorithm is based on Lua code
|
||||
// written by Trey Reynolds in 2021
|
||||
|
||||
// 1/2^10
|
||||
const EPSILON:Planar64=Planar64::raw(1<<(32-10));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user