Skip to content

Commit b0137fa

Browse files
authored
Merge pull request #143 from xxSeys1/master
Update bone socket and get flax docs
2 parents 351246d + a595806 commit b0137fa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

manual/animation/bone-socket.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
![Bone Socket](media/bone-socket.gif)
44

5-
**Bone Socket** is an actor type that links to the [animated model](animated-model.md) skeleton bone transformation. It can be used to link the player gun to the hand bone or to raycast the player foot IK target locations. It simply tracts the skeleton bone transformation.
5+
**Bone Socket** is an actor type that links to the [animated model](animated-model.md) skeleton bone transformation. It can be used to link the player gun to the hand bone or to raycast the player foot IK target locations. It simply tracks the skeleton bone transformation.
66

77
## Usage
88

9-
In order to use a bone socket simply attach it as a child actor to the [animated model](animated-model.md) actor. It will automatically update and track the target bone transform. Then you can attach other objects to that bone socket. For example, on an image shown above, there is a green ball attached to the bone socket which tracks the character hand movement.
9+
In order to use a bone socket simply attach it as a child actor to the [animated model](animated-model.md) actor. It will automatically update and track the target bone transform. Then you can attach other objects to that bone socket. The image above shows an example where a green ball is attached to a bone socket which tracks the character hand movement.
1010

1111
## Properties
1212

manual/get-started/get-flax.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
![Installing Flax](media/installing-flax.png)
44

5-
To get Flax: visit the [download page](https://flaxengine.com/download) to access Flax Launcher installer.
5+
To get Flax: visit the [download page](https://flaxengine.com/download) to download the Flax Launcher installer.
66

7-
After downloading the Flax Launcher, start the installer and follow the installation wizard steps. In order to install Flax you will be asked to accept the *EULA* that defines the engine licensing terms. You can learn more about legal regulations [here](https://flaxengine.com/licensing).
7+
After downloading it, start the installer and follow the installation wizard steps. In order to install Flax you will be asked to accept the *EULA* which defines the engine licensing terms. You can learn more about legal regulations [here](https://flaxengine.com/licensing).
88

99
To learn more about the software and hardware requirements please visit [this page](requirements.md).
1010

1111
# Running The Flax Launcher
1212

13-
To install the Flax Engine: Run Flax (By default Flax creates a shortcut on the desktop.)
13+
To install the Flax Engine run Flax (By default Flax creates a shortcut on the desktop.)
1414
The next step is to **log in** to the Flax Launcher.
1515
> [!Note]
1616
> This step is optional and can be skipped by clicking **Skip Login**.
@@ -19,22 +19,22 @@ The next step is to **log in** to the Flax Launcher.
1919

2020
# Installing The Flax Engine
2121

22-
After the login screen go to the **Engine** page. This is where you can download and manage engine installations. You can have multiple different versions of Flax installed on your computer. Here you can add new updates and download additional packages.
22+
After loging in go to the **Engine** page. Here you can download and manage engine installations. You can have different versions of Flax installed on your computer. To download updates and additional packgages, go to the **Engine** page.
2323

2424
![Open Launcher](media/launcher-engine.png)
2525

26-
To install Flax use the **Add Version** button to select the Engine version and target installation destination folder. Here is where you can pick a target platform to install the packages required to build and deploy your game for a given platform. Finally, you can press the **Install** button to download the Flax binaries.
26+
To install Flax use the **Add Version** button to select the Engine version and installation destination folder. Here you can choose to install packages required to build and deploy your game on different platforms. Finally, press the **Install** button to download the Flax binaries.
2727

28-
By using *Version* dropdown menu you can pick the engine version to install. By default it selects the latest version but you can change it to get older engine version (eg. that your team is using). Also, it allows to download and use daily builds from Github master branch (named `master branch (daily)`). You will be able to download updates every day and enjoy frequent features and bug fixes.
28+
Pick the engine version to install by using the *Version* dropdown menu. By default the latest version is selected, but you can change it to get an older engine version (eg. the one that your team is using). Also, it allows to download daily builds from the Github master branch (named `master branch (daily)`). There is a new build every day, which allows you to try new features and bug fixes.
2929

3030
![Download Flax](media/download-flax.png)
3131

3232
> [!Note]
33-
> The engine version with a blue outline is marked as default to open projects. Use the context menu on it (3 dots) to set another version as default or to modify it's properties.
33+
> The engine version with a blue outline is marked as a default to open projects. Click on the 3 dot menu of any instalation to set it as the new default or to modify it's properties.
3434
3535
![Default Engine Version](media/default-version.png)
3636

37-
Now you are ready to create great games and experiences. We can't wait to see what great things you're going to create with Flax! Start by creating your [project](create-a-project.md).
37+
You are now all set up to create great games and experiences. We can't wait to see what great things you're going to create with Flax! Start by creating your [project](create-a-project.md).
3838

3939
<div class="frontpage">
4040

0 commit comments

Comments
 (0)