This add-on adds ThreeJs post-processing effects to Hubs.
As of now add-ons are not yet part of the main Hubs branch, so you'll need to use the Hubs client add-ons branch and install this add-on on it.
Screen.Recording.2024-05-23.at.11.20.58.mp4
- Install the node-module:
npm i https://github.com/MozillaReality/hubs-post-processing-addon.git
- Add the add-on to your Hubs client add-ons configuration file.
addons.json
{
"addons": [
...
"hubs-post-processing-addon",
...
]
}
- Create room in your Hubs instance.
- Enable the add-on in the room configuration.
To create Blender scenes with support for the post-processing effects included in this add-on you'll need to add some extra components to the Hubs Blender Add-on.
- Checkout this project or download it as a zip file.
- In the Hubs Blender Add-On preferences add a new components directory that points to the
blender
directory of this repository. - Restart Blender.
- You should see the new components in the Hubs components menus.