[Bf-blender-cvs] [a2b0c066639] soc-2021-adaptive-cloth: adaptive_cloth: update references

ishbosamiya noreply at git.blender.org
Mon Jul 5 17:33:37 CEST 2021


Commit: a2b0c066639f411936e9d4586af3ddd57ca42cc5
Author: ishbosamiya
Date:   Wed Jun 30 10:30:39 2021 +0530
Branches: soc-2021-adaptive-cloth
https://developer.blender.org/rBa2b0c066639f411936e9d4586af3ddd57ca42cc5

adaptive_cloth: update references

===================================================================

M	source/blender/blenkernel/BKE_cloth_remesh.hh

===================================================================

diff --git a/source/blender/blenkernel/BKE_cloth_remesh.hh b/source/blender/blenkernel/BKE_cloth_remesh.hh
index 9f99e0bc6c3..2a799666f05 100644
--- a/source/blender/blenkernel/BKE_cloth_remesh.hh
+++ b/source/blender/blenkernel/BKE_cloth_remesh.hh
@@ -23,9 +23,18 @@
  * \ingroup bke
  */
 
-/******************************************************************************
- * reference http://graphics.berkeley.edu/papers/Narain-AAR-2012-11/index.html
- ******************************************************************************/
+/**********************************************************************
+ * references
+ *
+ * [1] "Adaptive Anisotropic Remeshing for Cloth Simulation" by Rahul
+ * Narain, Armin Samii and James F. O'Brien (SIGGRAPH 2012)
+ * http://graphics.berkeley.edu/papers/Narain-AAR-2012-11/index.html
+ *
+ * [2] "Adjacency and incidence framework: a data structure for
+ * efficient and fast management of multiresolution meshes" by
+ * Frutuoso G. M. Silva and Abel J. P. Gomes (GRAPHITE '03)
+ * https://doi.org/10.1145/604471.604503
+ * ********************************************************************/
 
 #include "BLI_assert.h"
 #ifdef __cplusplus



More information about the Bf-blender-cvs mailing list