Kevin LEVRON

Results 51 comments of Kevin LEVRON

I have really strange bugs if I remove __hmrId... If I update Box position, hmr works, but not with a Sphere or a PointLight ???

Thanks for the suggestions, I will handle this after the heavy typescript refactoring

Hi @luan007, typescript refactoring is done :) About the texture, you need a param so that every texture will use the same encoding ? Can you explain what you need...

It is because of this : `intersect-mode="frame"`, it will call intersect on every frame, even if the pointer is not over. The first time it will trigger the events because...

Do you mean loading a 3d model file (gltf or else) ?

Probably a problem with FloatType support, can you take a screenshot ?

Thanks but there is no video in your message. PS: I was born in Korea but sorry I can't read/speak Korean (입양인)

Added a simple vr support : https://github.com/troisjs/trois/blob/0.3.0-beta.0/src/core/Renderer.ts#L195 https://github.com/troisjs/trois/blob/0.3.0-beta.0/src/components/misc/VRButton.vue Will add example later

Sorry I didn't have time to improve this and add example. You should set a ref on the button : `` And call `init()` in `mounted()` : `this.$refs.vrbutton.init(this.$refs.renderer.renderer)`