Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.29 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.29 KB

XRCLOUD Avatar Editor

This is an avatar editor used in the XRCLOUD service, a project based on Mozilla Hubs.

Glossary

  • Blueprint: A collection of the avatar's skeleton and the parts added to the skeleton. Here, there are Male/Female blueprints.

Creating Accessories and Custom Components

You can create custom components for the avatar by modeling the object in Blender. To add an avatar, refer to the following folders:

  • public/avatars/
  • src/AvatarEditor/blueprints

The generated avatar file must include the following essential components:

  • parts: Hand, Head
  • animations: Walking, WalkingBackwards, Running, RunningBackward, Idle

Installation

$ npm install

Start

$ npm start

License

About the editor

  • The design of the avatar editor varies from service to service, so the source code is kept as simple as possible.
  • This avatar editor serves as an example. If you are using a framework other than React, it must be rewritten to suit that framework.
  • It may not work properly in Immersive mode.