Skip to content
Snippets Groups Projects
Verified Commit b88c10af authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Adjusted epsilon even more

parent 8d94ea80
No related branches found
No related tags found
1 merge request!103Added project wobble_bobble and refactored some parts of the framework
#ifndef PARTICLE_INC
#define PARTICLE_INC
#define EPSILON 0.0001f
#define EPSILON 0.00001f
struct ParticleMinimal {
vec3 position;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment