You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created an array of Vector3 arrays for Ribbon but while displaying the ribbon, it gives me an error in path[j].subtract() function. On digging deeper into the code for vue-babylonjs, I found the subtract() function being used:
subtract() function is not used in javascript as far as I have dug in the documentation. I would like to know the function of that line of code so I can replace it with familiar javascript code that is able to run it without any problems while having the same effect.
I created an array of Vector3 arrays for Ribbon but while displaying the ribbon, it gives me an error in path[j].subtract() function. On digging deeper into the code for vue-babylonjs, I found the subtract() function being used:
subtract() function is not used in javascript as far as I have dug in the documentation. I would like to know the function of that line of code so I can replace it with familiar javascript code that is able to run it without any problems while having the same effect.