From b73b760515f57937754c99e1767903c03302cea4 Mon Sep 17 00:00:00 2001 From: Irlan Date: Sun, 7 Jul 2019 09:42:34 -0300 Subject: [PATCH] Update comment --- include/bounce/cloth/garment_cloth_mesh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/bounce/cloth/garment_cloth_mesh.h b/include/bounce/cloth/garment_cloth_mesh.h index b33d810..c608077 100644 --- a/include/bounce/cloth/garment_cloth_mesh.h +++ b/include/bounce/cloth/garment_cloth_mesh.h @@ -23,7 +23,8 @@ struct b3GarmentMesh; -// Convenience structure. +// This mesh structure represents a cloth mesh that can be set from 2D a garment mesh. +// The mesh is set in the xy plane (z = 0). struct b3GarmentClothMesh : public b3ClothMesh { b3GarmentClothMesh();