Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/subd/subd_patch_table.cpp
| Show All 19 Lines | |||||
| * Unless required by applicable law or agreed to in writing, software | * Unless required by applicable law or agreed to in writing, software | ||||
| * distributed under the Apache License with the above modification is | * distributed under the Apache License with the above modification is | ||||
| * distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | * distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||||
| * KIND, either express or implied. See the Apache License for the specific | * KIND, either express or implied. See the Apache License for the specific | ||||
| * language governing permissions and limitations under the Apache License. | * language governing permissions and limitations under the Apache License. | ||||
| * | * | ||||
| */ | */ | ||||
| #include "subd_patch_table.h" | #include "subd/subd_patch_table.h" | ||||
| #include "kernel_types.h" | #include "kernel/kernel_types.h" | ||||
| #include "util_math.h" | #include "util/util_math.h" | ||||
| #ifdef WITH_OPENSUBDIV | #ifdef WITH_OPENSUBDIV | ||||
| #include <opensubdiv/far/patchTable.h> | #include <opensubdiv/far/patchTable.h> | ||||
| #endif | #endif | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| #ifdef WITH_OPENSUBDIV | #ifdef WITH_OPENSUBDIV | ||||
| ▲ Show 20 Lines • Show All 258 Lines • Show Last 20 Lines | |||||