Geoffrey Mégardon
Geoffrey Mégardon
I think that it is because the BF are reaching a too high value. If I sort the BF and try to plot the 10 best (i.e. the 10 highest...
Yes, I was thinking about an error message that tells something like: ``` r The list of models contains Bayes Factors too high to be plotted. One solution is to...
I did some search, and it seems that Creature succeeds to use their mesh feature in Phaser 2: https://phaser.io/examples/v2/animation/creature-dragon Maybe they are using a workaround you can use?
oh cool :) can't wait for phaser 3 then :D I think it is going to be released soon, like one week or so.
Hello! super nice tutorial! Here is some feedback. You wrote: ``` $Column.add_child(l) ``` While it should be: ``` $Column.add_child(label) ``` Also, I assumed that `$Column` was the VBoxContainer? but in...
@DigitTwin I am not sure the example you are giving would be very impressive as you can already do a slider that controls a 3D object without Vue.js ... Here...
Speaking of reactivity, I tried the Vue dev-tool. They say that we can edit the properties of the objects in the Scene in real time with Chrome debugger. That sounds...
Do you have a working example? I am not sure I understand what you want to do... What I have in mind is that: https://www.youtube.com/watch?v=PS4oMLPyYfI But I am far from...
@BrainBacon I had a look at the doc, and I am not exactly sure how the reactivity of vue.js translates in vue-babylonjs. As far as I understand, BabylonJs, being a...
Could we get the changes without using git, just by using the atom install?