Skip to content

Commit bf6965b

Browse files
committed
Update AddingNewBodyParts.md
1 parent 880710c commit bf6965b

File tree

1 file changed

+6
-6
lines changed
  • docs/Virtual-Anatomy-(Unreal-Engine)/Explorer-level (hospital and simple environment)

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## Adding a New Model with the Picker
1+
# Adding new body parts
22

3-
To add a new part of the model, follow these steps. This guide assumes you have already imported your picker mesh and skeletal mesh.
3+
To add a new part of the model, follow these steps. This guide assumes that you have already imported your picker mesh, and skeletal mesh.
44

55
1. **Make the Merged Model a Skeletal Mesh:**
6-
Refer to the [Animation](tions.md) chapter to learn how to create a Skeletal Mesh.
6+
Refer to the [Animation](Animations/Animations.md) chapter to learn how to create a Skeletal Mesh.
77

88
2. **Create a New Blueprint:**
99
Name it `BP_YourPartOfTheBody`.
@@ -38,7 +38,7 @@ To add a new part of the model, follow these steps. This guide assumes you have
3838
You should now see something like this:
3939

4040
<figure markdown="span">
41-
![bones and picker mesh](https://jrcz-data-science-lab.github.io/VirtualAnatomy-Documentation/images/adding-new-meshes-part-2.png) <figcaption>Viewport of the new body part and its picker mesh</figcaption>
41+
![bones and picker mesh](../../images/adding-new-meshes-part-2.png) <figcaption>Viewport of the new body part and its picker mesh</figcaption>
4242
</figure>
4343

4444
11. **Configure the Picker Mesh:**
@@ -51,7 +51,7 @@ To add a new part of the model, follow these steps. This guide assumes you have
5151
Your configuration should look like this:
5252

5353
<figure markdown="span">
54-
![bones and picker mesh](https://jrcz-data-science-lab.github.io/VirtualAnatomy-Documentation/images/adding-new-meshes-part-3.png) <figcaption>Collision presets</figcaption>
54+
![bones and picker mesh](../../images/adding-new-meshes-part-3.png) <figcaption>Collision presets</figcaption>
5555
</figure>
5656

57-
Once you've completed these steps, you should be able to select individual parts of the model as well as the entire skeletal mesh from the sidebar of the application.
57+
Once you have completed these steps, you should be able to select individual parts of the model as well as the entire skeletal mesh from the sidebar of the application.

0 commit comments

Comments
 (0)