Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/scene/shader_nodes.cpp
| Show All 28 Lines | |||||
| #include "sky_model.h" | #include "sky_model.h" | ||||
| #include "util/color.h" | #include "util/color.h" | ||||
| #include "util/foreach.h" | #include "util/foreach.h" | ||||
| #include "util/log.h" | #include "util/log.h" | ||||
| #include "util/transform.h" | #include "util/transform.h" | ||||
| #include "kernel/tables.h" | |||||
| #include "kernel/svm/color_util.h" | #include "kernel/svm/color_util.h" | ||||
| #include "kernel/svm/mapping_util.h" | #include "kernel/svm/mapping_util.h" | ||||
| #include "kernel/svm/math_util.h" | #include "kernel/svm/math_util.h" | ||||
| #include "kernel/svm/ramp_util.h" | #include "kernel/svm/ramp_util.h" | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| /* Texture Mapping */ | /* Texture Mapping */ | ||||
| ▲ Show 20 Lines • Show All 7,139 Lines • Show Last 20 Lines | |||||