Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/blender_interface/BlenderFileLoader.h
| Show First 20 Lines • Show All 122 Lines • ▼ Show 20 Lines | void 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[5], | bool edgeMarks[5], | ||||
| bool em1, | bool em1, | ||||
| bool em2, | bool em2, | ||||
| bool em3, | bool em3, | ||||
| int clip[3]); | const int clip[3]); | ||||
| void addTriangle(struct LoaderState *ls, | void addTriangle(struct LoaderState *ls, | ||||
| float v1[3], | float v1[3], | ||||
| float v2[3], | float v2[3], | ||||
| float v3[3], | float v3[3], | ||||
| float n1[3], | float n1[3], | ||||
| float n2[3], | float n2[3], | ||||
| float n3[3], | float n3[3], | ||||
| bool fm, | bool fm, | ||||
| Show All 35 Lines | |||||