How to upload custom Three.js code into a room? #2813
-
I'm not saying a simple 3D model, but something as sophisticated as this example (mirrors) . How could I do it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi Animanoir, If you are using hubs.mozilla.com (not Hubs Cloud), it is not currently possible to upload custom code into a room. However, if you are using Hubs Cloud (which I believe you are), I think you could do this with a custom client (https://hubs.mozilla.com/docs/hubs-cloud-custom-clients.html). By creating your own version of the client you would be able to add any of your own code in the backend. You would need to be comfortable working with code to do this, plus maintaining your custom deployment would be somewhat more work overall (we could not automatically push updates, so you would need to do these manually if you wanted to your version to stay up to date with Hubs). |
Beta Was this translation helpful? Give feedback.
Hi Animanoir,
If you are using hubs.mozilla.com (not Hubs Cloud), it is not currently possible to upload custom code into a room.
However, if you are using Hubs Cloud (which I believe you are), I think you could do this with a custom client (https://hubs.mozilla.com/docs/hubs-cloud-custom-clients.html). By creating your own version of the client you would be able to add any of your own code in the backend. You would need to be comfortable working with code to do this, plus maintaining your custom deployment would be somewhat more work overall (we could not automatically push updates, so you would need to do these manually if you wanted to your version to stay up to date with Hubs).