Split Normals I (5/5): Add support of split normals to Cycles.

Idea and code by Brecht, many thanks!

Reviewers: brecht

Reviewed By: brecht

CC: campbellbarton, dingto

Differential Revision: https://developer.blender.org/D369
This commit is contained in:
Bastien Montagne
2014-04-13 12:51:06 +02:00
parent 776f8d5a6f
commit e29698d3cd
6 changed files with 69 additions and 15 deletions

View File

@@ -82,6 +82,7 @@ public:
void add(const float3& f);
void add(const Transform& f);
void add(const VoxelAttribute& f);
void add(const char *data);
static bool same_storage(TypeDesc a, TypeDesc b);
static const char *standard_name(AttributeStandard std);