You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/project-structure.md
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,19 +26,7 @@ High-level overview of the project structure.
26
26
27
27
**Workspace Integration (Optional):**
28
28
29
-
***src.main.java.workspace:** This package seems to handle integrating meshes within a workspace environment (potentially a UI for visualization and editing). It includes classes for:
30
-
***command:** Commands for manipulating the workspace view (e.g., panning, showing/hiding elements).
31
-
***Editor:** Class for editing meshes within the workspace.
32
-
***examples:** Example implementations of using meshes in a workspace.
33
-
***FirstPersonView:** Class for a first-person view within the workspace (potentially for visualization).
34
-
***GraphicsPImpl:** Implementation details related to graphics rendering.
35
-
***laf:** Classes for the Look-and-Feel of the workspace UI.
36
-
***ModelListener:** Listener for changes in the mesh model.
37
-
***render:** Rendering-related classes for meshes and selections within the workspace.
38
-
***SceneObject:** Class representing an object within the workspace scene.
39
-
***ui:** Classes for various UI elements used in the workspace.
40
-
***border:** Classes for borders around UI elements.
41
-
***layout:** Classes for UI layout management.
29
+
***src.main.java.workspace:** This package handles integrating meshes within a workspace environment.
42
30
43
31
**Testing:**
44
32
@@ -50,4 +38,4 @@ High-level overview of the project structure.
50
38
51
39
**Resources:**
52
40
53
-
***src.main.resources:** This directory likely contains resource files used by the project (e.g., configuration files, icons).
41
+
***src.main.resources:** This directory contains resource files used by the project (e.g., configuration files, icons).
0 commit comments