Fix more bugs

This commit is contained in:
hal8174 2024-06-27 08:54:09 +02:00
parent 9e328cf9e3
commit ef6013ce4f
4 changed files with 18 additions and 15 deletions

View file

@ -1,7 +1,8 @@
#include "Application3.h"
#include "math/vec3fa.h"
#define EPS 0.01f
#define EPS 0.001f
void Application3::initScene() {
Data_Constructor(&data, 1, 8);