Azure Phoenix

Results 4 issues of Azure Phoenix

Hi! In webar.rocks website, it says webar.rocks.object supports SLAM. But I can't find any relevant demos in github. Can you explain how to use webar.rocks with SLAM? Thanks!

Hi! This Fluid is a great library! But I found an issue while using this. ```javascript import { Suspense } from "react"; import * as THREE from "three"; import {...

Could you help me to use this rhino3dm to export my three.js scene to 3dm format?

Could you help me to use this library to export my three.js scene to dxf? ```javascript function exportSceneToSTL(scene) { const exporter = new STLExporter(); return exporter.parse(scene, { binary: false });...