Revision 728b6ed by Lukas Toenne (hair_guides, hair_guides_grooming, hair_object, hair_system, strand_editmode, strand_gpu, strand_nodes, tmp_hair_curves) September 24, 2014, 13:54 (GMT) |
Merge branch 'master' into mesh_samples |
Revision fa0163b by Lukas Toenne (hair_guides, hair_guides_grooming, hair_object, hair_system, strand_editmode, strand_gpu, strand_nodes, tmp_hair_curves) March 4, 2014, 14:39 (GMT) |
Changed mesh sample definition to use 3 vertex weights instead of a face index. This is easier to sample uniformly and avoids the need for tesselation for evaluating. |
Revision 7112a53 by Lukas Toenne (hair_guides, hair_guides_grooming, hair_object, hair_system, strand_editmode, strand_gpu, strand_nodes, tmp_hair_curves) March 4, 2014, 12:42 (GMT) |
Normalize the normal vector after sample eval to account for interpolation. |
Revision 60cde6c by Lukas Toenne (hair_guides, hair_guides_grooming, hair_object, hair_system, strand_editmode, strand_gpu, strand_nodes, tmp_hair_curves) March 4, 2014, 12:42 (GMT) |
Added a bool return to the eval function to give feedback on invalid samples. |
Revision 717db95 by Lukas Toenne (hair_guides, hair_guides_grooming, hair_object, hair_system, strand_editmode, strand_gpu, strand_nodes, tmp_hair_curves) March 3, 2014, 16:57 (GMT) |
Added a basic RNA definition for the mesh sampling system. |
Revision a944cf8 by Lukas Toenne (hair_guides, hair_guides_grooming, hair_object, hair_system, strand_editmode, strand_gpu, strand_nodes, tmp_hair_curves) March 3, 2014, 13:10 (GMT) |
Eval function to get a location and normal vector from mesh samples. |
Revision a1dd14c by Lukas Toenne (hair_guides, hair_guides_grooming, hair_object, hair_system, strand_editmode, strand_gpu, strand_nodes, tmp_hair_curves) March 3, 2014, 11:36 (GMT) |
Usable random distribution algorithm. Does not include area weighting yet. |
Revision 47d024c by Lukas Toenne (hair_guides, hair_guides_grooming, hair_object, hair_system, strand_editmode, strand_gpu, strand_nodes, tmp_hair_curves) March 3, 2014, 10:56 (GMT) |
Merge branch 'master' into mesh_samples |
Revision 30e02b9 by Lukas Toenne (hair_guides, hair_guides_grooming, hair_object, hair_system, strand_editmode, strand_gpu, strand_nodes, tmp_hair_curves) March 3, 2014, 09:59 (GMT) |
Skeleton code for sampling meshes. |
|