Cycles Hair: refactoring to support generic attributes for hair curves. There
should be no functional changes yet. UV, tangent and intercept are now stored as attributes, with the intention to add more like multiple uv's, vertex colors, generated coordinates and motion vectors later. Things got a bit messy due to having both triangle and curve data in the same mesh data structure, which also gives us two sets of attributes. This will get cleaned up when we split the mesh class.
This commit is contained in:
@@ -24,9 +24,10 @@
|
||||
#include "kernel_montecarlo.h"
|
||||
#include "kernel_projection.h"
|
||||
#include "kernel_object.h"
|
||||
#include "kernel_attribute.h"
|
||||
#include "kernel_projection.h"
|
||||
#include "kernel_triangle.h"
|
||||
#include "kernel_curve.h"
|
||||
#include "kernel_primitive.h"
|
||||
#include "kernel_projection.h"
|
||||
#ifdef __QBVH__
|
||||
#include "kernel_qbvh.h"
|
||||
#else
|
||||
|
Reference in New Issue
Block a user