Skip to content

Commit

Permalink
Add blender unit details (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
slimbuck committed May 24, 2024
1 parent 4fe7719 commit c308987
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/user-manual/assets/models/units.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ PlayCanvas scenes generally treat 1 unit as 1 meter.

When authoring artwork for PlayCanvas, it is important to ensure you do so to the desired scale. To do this, you should check the working units for your scene in your modelling application of choice. You can choose whatever working units you like, but just ensure you respect them. For example, to make a cube that is 1 meter in dimension, you could set your working units to meters and create a 1x1x1 cube. Alternatively, you could set working units to centimeters and create a 100x100x100 cube. Exporting either scene to FBX and importing it to PlayCanvas will result in a cube which is 1x1x1.

### Blender

To ensure units are exported correctly from Blender, check that Scene Properties unit system is set to metric and that scale is set to 1.0:

![Blender units](/img/user-manual/assets/models/units/blender-units.png)

In addition, when exporting to FBX format, check that "Apply Scaling" is set to "FBX All":

![Blender FBX Export](/img/user-manual/assets/models/units/blender-fbx-export.png)

### Autodesk 3D Studio Max

To check or set working units in 3D Studio Max, open the Units Setup dialog and click the System Unit Setup button:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c308987

Please sign in to comment.