Kevin LEVRON
Kevin LEVRON
Example of dof effect, already tried last year but it's easier with troisjs :) 
I merge the PR now but will be improved later :)
Hi, can you add details about your use case ? Like the example provided (rendering a scene inside another) ? I was thinking about adding easy way to handle multiple...
Thanks, already tried but didn't had time to finish my tests, and not so easy because I use a mix of Composition and Option API
You should create your own material component : ```js import { Color } from 'three' import { StandardMaterial } from 'troisjs' export default { extends: StandardMaterial, created() { this.material.onBeforeCompile =...
https://discourse.threejs.org/t/mouseup-event-does-not-work-along-with-orbitcontrols/20432
I don't know if we should handle this in troisjs for the moment. And It is possible to use a custom OrbitControls. But I already planned to use https://developer.mozilla.org/docs/Web/API/Pointer_events in...
And something useful we have to handle : not remove the object when needed, example : https://troisjs.github.io/little-planet/ Objects are removed after tween is complete.
About InstancedMesh and #25 : ```html ``` ```js methods: { initIMesh(imesh) { // no need to set needsUpdate (object has not been rendered yet) }, }, ```
Removing __hmrId (vitejs 2) still breaks HMR