|
SBgl 0.1.0
A graphics framework in C99
|
Intersection result for batch testing. More...
#include <sbgl_camera.h>

Data Fields | |
| bool | hit |
| float | distance |
| sbgl_Vec3 | point |
| sbgl_Vec3 | normal |
Intersection result for batch testing.
Definition at line 72 of file sbgl_camera.h.
| float sbgl_HitResult::distance |
Definition at line 74 of file sbgl_camera.h.
| bool sbgl_HitResult::hit |
Definition at line 73 of file sbgl_camera.h.
| sbgl_Vec3 sbgl_HitResult::normal |
Definition at line 76 of file sbgl_camera.h.
| sbgl_Vec3 sbgl_HitResult::point |
Definition at line 75 of file sbgl_camera.h.