vue-threejs
vue-threejs copied to clipboard
Vue bindings for Three.js
I'm trying to create some lines according to this tutorial https://threejs.org/docs/index.html#manual/en/introduction/Drawing-lines, could I have help translating this into your module? To be specific, I'm not sure how to create the...
Apologies if this is low level question but I have a Vue project and I would like to implement your module to use ThreeJS inside. What I have done 1....
Can you review security of your module? Unsafe module - 643 vulnetabilities ``` $ npm i vue-threejs found 643 vulnerabilities (632 low, 10 moderate, 1 high) in 1462 scanned packages...
Hi, The port to vue seems really promising and nice to use, but i'm afraid that i don't know how to use it at all. A few examples would be...
ReferenceError window is not defined All I did was import the library: ``` import VueThreejs from 'vue-threejs'; export default {}; ``` Refresh the page, get that error. Stack trace is...
``` vue.runtime.esm.js?2b0e:4998 Uncaught TypeError: Cannot read property 'install' of undefined at Function.Vue.use (vue.runtime.esm.js?2b0e:4998) at createApp (app.js?1112:7) at eval (entry-client.js?a949:3) at Module../src/entry-client.js (main.js:2806) at __webpack_require__ (main.js:724) at fn (main.js:101) at Object.0...
Hi. Thank you for this awesome library. I have a question. How can I add additional lights? I want to implement [three.js example](https://github.com/mrdoob/three.js/blob/master/examples/webgl_lights_hemisphere.html) p.s. can i somehow get current scene?
Search Results: **curObj** https://github.com/fritx/vue-threejs/search?q=curObj&unscoped_q=curObj Related Vue Topic: **[feature] Ability to disable Vue observation** https://github.com/vuejs/vue/issues/2637 Solution Draft: https://github.com/vuejs/vue/issues/2637#issuecomment-331913620 ```js data () { return { wrapper: Object.freeze({ actual: [bigData] }) } },...