Updated raylib data structures (markdown)

Ray
2021-06-01 17:22:26 +02:00
parent 9fb3053feb
commit 28acb929d1

@ -46,7 +46,7 @@ who has authored video games before.
struct Transform; [40 bytes] - // Vertex transformation: translation, rotation, scale
struct Ray; [24 bytes] - // Ray-casting position+direction vectors
struct RayHitInfo; [32 bytes] - // Ray collision information
struct RayCollision; [32 bytes] - // Ray collision information
struct BoundingBox; [12 bytes] - // Defined by min and max vertex
// Audio related data