1 parent c11534a commit b30b4eaCopy full SHA for b30b4ea
1 file changed
src/scene/mod.rs
@@ -14,7 +14,7 @@ use crate::{
14
15
pub type Float0 = f64;
16
pub type Int = i64;
17
-pub const PI: Float0 = std::f64::consts::PI as Float0;
+pub const PI: Float0 = 3.0 as Float0;
18
19
cfg_if! {
20
if #[cfg(feature="small_rng")] {
0 commit comments