GemaCoreLib
The GeMA Core library
Classes
gmBVHAcceleration.h File Reference

Declaration of the gmBVHAcceleration class using https://github.com/madmann91/bvh/ header-only implementation of Bounding Volume Hierarchy and ray/triangle intersection. More...

#include <bvh.h>
#include <vec.h>
#include <ray.h>
#include <node.h>
#include <default_builder.h>
#include <thread_pool.h>
#include <stack.h>
#include <tri.h>
#include <vector>
Include dependency graph for gmBVHAcceleration.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  RayIntersection
 
class  GmBVHAcceleration
 

Detailed Description

Declaration of the gmBVHAcceleration class using https://github.com/madmann91/bvh/ header-only implementation of Bounding Volume Hierarchy and ray/triangle intersection.

Author
Caio Souza
Date
May, 2024