zoan

Results 4 comments of zoan

Any updates? My use case is to store draco compressed GLBs in the cloud, then fetch them later and decompress them, and do mesh simplification. Without the decompress functionality, I...

@val-samonte I have the same issue as you with Buffer becoming undefined. Any workaround? Edit: I fixed the issue by setting ` commonjsOptions: { transformMixedEsModules: true, } ` Source: https://github.com/chnejohnson/vue-dapp/issues/20#issuecomment-973698464

@Vithanco I don't know if this helps but my vite.config.ts looks like this: ``` import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import inject from '@rollup/plugin-inject' import path...

Got it! I'm seeing 100 FPS (Brave, Macbook Pro M1)