karansher / computer-graphics-ray-casting

Computer Graphics Assignment about Ray Casting
1 stars 0 forks source link

Running time for tests? #32

Open DerekCresswell opened 1 year ago

DerekCresswell commented 1 year ago

I saw the comment at the bottom of the readme about release mode. Running the bunny without release takes... well I got bored of waiting!

On release mode, it takes maybe <30s. I am using one of the linear equation solvers in Eigen. I will try switching solving methods to get something faster, but I am wondering if these times will work for whatever testing is run on them!

panuelosj commented 1 year ago

Yes, we'll be running in release mode so as long as it runs in reasonable time there it should be okay.