Differential D8199 Diff 26515 source/blender/freestyle/intern/blender_interface/BlenderFileLoader.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/blender_interface/BlenderFileLoader.cpp
| Show First 20 Lines • Show All 216 Lines • ▼ Show 20 Lines | void BlenderFileLoader::clipTriangle(int numTris, | ||||
| float triNormals[][3], | float triNormals[][3], | ||||
| float n1[3], | float n1[3], | ||||
| float n2[3], | float n2[3], | ||||
| float n3[3], | float n3[3], | ||||
| bool edgeMarks[], | bool edgeMarks[], | ||||
| bool em1, | bool em1, | ||||
| bool em2, | bool em2, | ||||
| bool em3, | bool em3, | ||||
| int clip[3]) | const int clip[3]) | ||||
| { | { | ||||
| float *v[3], *n[3]; | float *v[3], *n[3]; | ||||
| bool em[3]; | bool em[3]; | ||||
| int i, j, k; | int i, j, k; | ||||
| v[0] = v1; | v[0] = v1; | ||||
| n[0] = n1; | n[0] = n1; | ||||
| v[1] = v2; | v[1] = v2; | ||||
| ▲ Show 20 Lines • Show All 576 Lines • Show Last 20 Lines | |||||