Adding scripting language

This commit is contained in:
STP
2023-11-19 21:39:03 -05:00
parent f31ebb06bd
commit 3dbbb67536
7 changed files with 90 additions and 349 deletions

View File

@@ -1,6 +1,9 @@
use crate::{EPSILON, EPSILON_VECTOR};
#![allow(dead_code)]
#![allow(unused_imports)]
#![allow(unused_variables)]
use nalgebra::{Matrix4, Point3, Unit, Vector3};
use crate::EPSILON;
use nalgebra::{Point3, Unit, Vector3};
pub struct Ray {
pub a: Point3<f32>,