Chloe Sun
Chloe Sun
I'm using aframe-react to build a react component to load gltf assets and with orbit-control functionalities(Zoom, rotate..), so I used this https://github.com/supermedium/superframe/tree/master/components/orbit-controls component, here is my code: ```import * as...
I was following the example below to render a GLTF asset: https://dwqdaiwenqi.github.io/react-3d-viewer/site/#/GLTF It works well if the GLTF only contains a `.gltf` file, but when I try to render a...
Is there a limit for the json data and is there an indicator when the data is succusefully imported?
Thanks for the plugin! I'm new to this tool, and I tried to import a 12MB JSON file to Strapi. Is this too big?  The plugin can read the...
Is it possible to make the `canvasWidth` and `canvasHeight` a responsive size based on the screen width/height? ``` export const sampleNavCubeSettings = { canvasId: "myNavCubeCanvas", visible: true, cameraFly: true, cameraFitFOV:...