|
Light spotLight = CreateLight(LIGHT_SPOT, (Vector3){3.0f, 5.0f, 2.0f}, (Color){255, 255, 255, 255});
|
|
Light spotLight = CreateLight(LIGHT_SPOT, (Vector3){3.0f, 5.0f, 2.0f}, (Color){255, 255, 255, 255});
|
|
spotLight->target = (Vector3){0.0f, 0.0f, 0.0f};
|
|
spotLight->target = (Vector3){0.0f, 0.0f, 0.0f};
|