Skip to content

Hubs-Foundation/hubs-postprocessing-addon

Repository files navigation

Hubs Post-Processing Add-On

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

  1. Install the node-module:

npm i https://github.com/MozillaReality/hubs-post-processing-addon.git

  1. Add the add-on to your Hubs client add-ons configuration file.

addons.json

{
  "addons": [
    ...
    "hubs-post-processing-addon", 
    ...
  ]
}

  1. Create room in your Hubs instance.
  2. Enable the add-on in the room configuration.

Blender 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.

  1. Checkout this project or download it as a zip file.
  2. In the Hubs Blender Add-On preferences add a new components directory that points to the blender directory of this repository.
  3. Restart Blender.
  4. You should see the new components in the Hubs components menus.

About

Extra post-processing effects support for Hubs as an add-on

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published