Replace MFace with looptri for dynamicpaint
D1429 by @lichtwerk, with edits
This commit is contained in:
@@ -56,9 +56,9 @@ void antialias_tagbuf(int xsize, int ysize, char *rectmove);
|
||||
/* dynamicpaint.c */
|
||||
struct Material *RE_init_sample_material(struct Material *orig_mat, struct Scene *scene);
|
||||
void RE_free_sample_material(struct Material *mat);
|
||||
void RE_sample_material_color(struct Material *mat, float color[3], float *alpha, const float volume_co[3], const float surface_co[3],
|
||||
int face_index, short hit_quad, struct DerivedMesh *orcoDm, struct Object *ob);
|
||||
|
||||
void RE_sample_material_color(
|
||||
struct Material *mat, float color[3], float *alpha, const float volume_co[3], const float surface_co[3],
|
||||
int tri_index, struct DerivedMesh *orcoDm, struct Object *ob);
|
||||
/* pointdensity.c */
|
||||
|
||||
struct PointDensity;
|
||||
|
||||
Reference in New Issue
Block a user