Fix broken Cycles curve motion radius after recent refactor, and fix warnings.

This commit is contained in:
Brecht Van Lommel
2016-05-30 22:44:17 +02:00
parent 1482826075
commit 0d4a7d50c6
5 changed files with 19 additions and 15 deletions

View File

@@ -158,7 +158,7 @@ public:
void add_vertex(float3 P);
void add_triangle(int v0, int v1, int v2, int shader, bool smooth, bool forms_quad = false);
void add_curve_key(float3 loc, float radius);
void add_curve(int first_key, int num_keys, int shader);
void add_curve(int first_key, int shader);
int split_vertex(int vertex);
void compute_bounds();