Actions
Feature #112
closed
JA
mozilla SPOKE integration
Feature #112:
mozilla SPOKE integration
Status:
Rejected
Priority:
Low
Assignee:
-
Start date:
03/03/2022
Due date:
% Done:
0%
Estimated time:
Description
Mozilla made authoring tool for hubs already: https://hubs.mozilla.com/spoke
Exporter seems to be in Editor.js starting around line 340 https://github.com/mozilla/Spoke/blob/master/src/editor/Editor.js
And it seems to export GLTF:
const exporter = new GLTFExporter({
mode: "glb",
onlyVisible: false,
includeCustomExtensions: true,
animations
});
See how it can be integrated into VRSpace.
Actions