From 245704df723343fd274f77589164c6e9984aef8b Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 11 May 2018 18:14:51 +0200 Subject: Reviewed examples --- examples/models/models_mesh_picking.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/models/models_mesh_picking.c') diff --git a/examples/models/models_mesh_picking.c b/examples/models/models_mesh_picking.c index 17b8812d..56b9397a 100644 --- a/examples/models/models_mesh_picking.c +++ b/examples/models/models_mesh_picking.c @@ -30,6 +30,7 @@ int main() camera.target = (Vector3){ 0.0f, 2.3f, 0.0f }; // Camera looking at point camera.up = (Vector3){ 0.0f, 1.6f, 0.0f }; // Camera up vector (rotation towards target) camera.fovy = 45.0f; // Camera field-of-view Y + camera.type = CAMERA_PERSPECTIVE; // Camera mode type Ray ray; // Picking ray -- cgit v1.2.3