From 7b746b4af57d87fb33b0240b93daef51bc8e5a88 Mon Sep 17 00:00:00 2001
From: Hui Wang <wanghehv@sjtu.edu.cn>
Date: Thu, 9 Mar 2023 11:24:56 +0000
Subject: [PATCH] Update overview.md

---
 docs/meshedit/overview.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/meshedit/overview.md b/docs/meshedit/overview.md
index 9f49515..a298a7d 100644
--- a/docs/meshedit/overview.md
+++ b/docs/meshedit/overview.md
@@ -10,7 +10,7 @@ MeshEdit is the first major component of Scotty3D, which performs 3D modeling, s
 The `media/` subdirectory of the project contains a variety of meshes and scenes on which the implementation may be tested. The simple `cube.dae` input should be treated as the primary test case -- when properly implemented MeshEdit contains all of the modeling tools to transform this starting mesh into a variety of functional and beautiful geometries. For further testing, a collection of other models are also included in this directory, but it is not necessarily reasonable to expect every algorithm to be effective on every input. The implementer must use judgement in selecting meaningful test inputs for the algorithms in MeshEdit.
 Once you implement an operation, you can test your implementation in [Model Mode](/docs/guide/model.md). See [Operation Guide](#operation-guide)
 
-The following sections contain guidelines for implementing the functionality of MeshEdit:
+For this assignment, you will implement methods in `student/meshedit.cpp`. The following sections contain guidelines for implementing the functionality of MeshEdit:
 
 - [Halfedge Mesh](/docs/meshedit/halfedge.md)
 - [Local Mesh Operations](/docs/meshedit/local.md)
-- 
GitLab