Project

General

Profile

Feature #112

mozilla SPOKE integration

Added by Josip Almasi about 2 years ago. Updated 5 months ago.

Status:
New
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.

History

#1

Updated by Josip Almasi 5 months ago

  • Priority changed from Normal to Low

Also available in: Atom PDF