Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/util/util_sky_model.cpp
| Show First 20 Lines • Show All 91 Lines • ▼ Show 20 Lines | |||||
| ============================================================================ */ | ============================================================================ */ | ||||
| /* | /* | ||||
| All instructions on how to use this code are in the accompanying header file. | All instructions on how to use this code are in the accompanying header file. | ||||
| */ | */ | ||||
| #include "util_sky_model.h" | #include "util/util_sky_model.h" | ||||
| #include "util_sky_model_data.h" | #include "util/util_sky_model_data.h" | ||||
| #include <assert.h> | #include <assert.h> | ||||
| #include <stdio.h> | #include <stdio.h> | ||||
| #include <stdlib.h> | #include <stdlib.h> | ||||
| #include <math.h> | #include <math.h> | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| ▲ Show 20 Lines • Show All 261 Lines • Show Last 20 Lines | |||||