Load Avatars
Load 3D avatars into your React Project.
Last updated
Was this helpful?
Load 3D avatars into your React Project.
Last updated
Was this helpful?
In the previous chapters, you learned how to integrate the avatar creator. As a result you get the URL to the avatar .glb model. In this chapter, we look into how to render the avatar in your app.
Visage package is a dependency to the Ready Player Me React SDK, to load and render avatars and other 3D models. So in case you followed the , you already have visage in your project.
This example should give you an idea of how simple it is to use. Import the component and pass the model URL to it.
Visage comes with many options and parameters to customize the avatar's appearance, such as background, lighting, animations, camera-settings etc.
Please to check and test the full functionality and all parameters.