Skip to content

Commit cc62ca7

Browse files
committed
Reorganize pages sequence.
1 parent a65bb74 commit cc62ca7

31 files changed

+5
-5
lines changed

docs/Basic-information-for-development-of-the-project.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
weight: -2
2+
weight: -1
33
---
44

5-
# Basic information for development of the project
5+
# Codebase overview & guidelines
66

77
This section outlines fundamental guidelines and practices essential for continuing development on this project.
88

@@ -14,7 +14,6 @@ For functions that are used inside classes we have also used `PascalCase`
1414

1515
For private member functions that are only accessible within the classes we have used `m_` prefix and `smallPacalCase` example
1616

17-
1817
```c++
1918
class FooBar{
2019

docs/Setting-up-the-project.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
weight: -1
2+
weight: -2
33
---
44

5-
# Setting up the project
5+
# Setting up the Virtual Anatomy repository
6+
67
To begin development of this application, you need to retrieve Virtual Anatomy project from the [GitHub repository](https://github.com/jrcz-data-science-lab/Virtual-Anatomy-UE) and download [Unreal Engine](https://www.unrealengine.com/en-US) (at least version 5.5), which can be found in the [Epic Games Launcher](https://store.epicgames.com/en-US/download).
78

89
!!! Note

docs/Explorer-level (hospital and simple environment)/AddingNewBodyParts.md renamed to docs/Virtual-Anatomy-(Unreal-Engine)/Explorer-level (hospital and simple environment)/AddingNewBodyParts.md

File renamed without changes.

docs/Explorer-level (hospital and simple environment)/Animations/Animations.md renamed to docs/Virtual-Anatomy-(Unreal-Engine)/Explorer-level (hospital and simple environment)/Animations/Animations.md

File renamed without changes.

docs/Explorer-level (hospital and simple environment)/Animations/BaseAnimationClass.md renamed to docs/Virtual-Anatomy-(Unreal-Engine)/Explorer-level (hospital and simple environment)/Animations/BaseAnimationClass.md

File renamed without changes.

docs/Explorer-level (hospital and simple environment)/Camera/Camera.md renamed to docs/Virtual-Anatomy-(Unreal-Engine)/Explorer-level (hospital and simple environment)/Camera/Camera.md

File renamed without changes.

docs/Explorer-level (hospital and simple environment)/ExplorerLevelVsHospitalLevel.md renamed to docs/Virtual-Anatomy-(Unreal-Engine)/Explorer-level (hospital and simple environment)/ExplorerLevelVsHospitalLevel.md

File renamed without changes.

docs/Explorer-level (hospital and simple environment)/FirstSteps.md renamed to docs/Virtual-Anatomy-(Unreal-Engine)/Explorer-level (hospital and simple environment)/FirstSteps.md

File renamed without changes.

docs/Explorer-level (hospital and simple environment)/MeshIsolator.md renamed to docs/Virtual-Anatomy-(Unreal-Engine)/Explorer-level (hospital and simple environment)/MeshIsolator.md

File renamed without changes.

docs/Explorer-level (hospital and simple environment)/MeshSelection/MeshSelector.md renamed to docs/Virtual-Anatomy-(Unreal-Engine)/Explorer-level (hospital and simple environment)/MeshSelection/MeshSelector.md

File renamed without changes.

0 commit comments

Comments
 (0)