Chloe Sun

Results 4 issues of 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...

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? ![content](https://user-images.githubusercontent.com/13730281/110029271-3eaf1400-7d02-11eb-876a-a9f87573d60b.PNG) 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:...