Refactoring
This commit is contained in:
parent
3e399adf0a
commit
d90ce79135
222 changed files with 9045 additions and 5734 deletions
|
|
@ -21,18 +21,3 @@ struct hitPayload
|
|||
{
|
||||
vec3 hitValue;
|
||||
};
|
||||
|
||||
struct Sphere
|
||||
{
|
||||
vec3 center;
|
||||
float radius;
|
||||
};
|
||||
|
||||
struct Aabb
|
||||
{
|
||||
vec3 minimum;
|
||||
vec3 maximum;
|
||||
};
|
||||
|
||||
#define KIND_SPHERE 0
|
||||
#define KIND_CUBE 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue