Explorar el Código

REVIEWED: Direction must be normalized #4131

pull/4139/head
Ray hace 1 año
padre
commit
df4ff4e78b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/raylib.h

+ 1
- 1
src/raylib.h Ver fichero

@ -421,7 +421,7 @@ typedef struct ModelAnimation {
// Ray, ray for raycasting
typedef struct Ray {
Vector3 position; // Ray position (origin)
Vector3 direction; // Ray direction
Vector3 direction; // Ray direction (normalized)
} Ray;
// RayCollision, ray hit information

Cargando…
Cancelar
Guardar